From 7ee6a866b3d16c6f98e3c105358f0d9b5d849675 Mon Sep 17 00:00:00 2001 From: gene Date: Mon, 8 May 2023 22:47:35 -0500 Subject: [PATCH] Trying maui again --- .../Models => CDPShared}/ActivityRow.cs | 3 +- CDPShared/CDPWorker.cs | 42 +- .../CircleViewEventRecord.cs | 2 +- CDPShared/DataGather.cs | 9 +- CDPShared/TwoStrings.cs | 24 + .../CircleViewer/DesignTimeBuild/.dtbcache.v2 | Bin 196631 -> 196631 bytes ...10ed128a-d893-46cb-8aab-d26b54deee44.vsidx | Bin 6256933 -> 0 bytes ...18f06a28-74cf-4f20-8d99-44a6a34145c0.vsidx | Bin 32144 -> 0 bytes ...5bbed564-64e6-45d0-aa62-25b57de649f3.vsidx | Bin 1591843 -> 0 bytes ...7f0e7f39-6fff-4f66-ab58-d81903bd964f.vsidx | Bin 52731 -> 0 bytes CircleViewer/.vs/CircleViewer/v16/.suo | Bin 76288 -> 59904 bytes CircleViewer/.vs/CircleViewer/v17/.suo | Bin 171520 -> 134656 bytes CircleViewer/CircleViewer.sln | 8 - CircleViewer/Constants.cs | 63 - CircleViewer/Dialogs/ActivityDlg.cs | 7 +- CircleViewer/Dialogs/ActivityDlgDefault.cs | 6 +- CircleViewer/Dialogs/CreateCircleDlg.cs | 2 +- CircleViewer/Dialogs/InviteMemberDlg.cs | 2 +- CircleViewer/Dialogs/JoinCircleDlg.cs | 2 +- CircleViewer/Dialogs/RevokeMemberDlg.cs | 4 +- CircleViewer/Dialogs/ViewMetaDlg.cs | 17 +- CircleViewer/Logging.cs | 104 - CircleViewer/ProtectCmd.cs | 7 +- CircleViewer/UpgradeReport.sarif | 856 - CircleViewer/upgrade-assistant.clef | 15712 ---------------- CircleViewerMac/AppDelegate.cs | 34 - .../AppIcon.appiconset/Contents.json | 68 - .../AppIcon.appiconset/Icon1024.png | Bin 10750 -> 0 bytes .../AppIcon.appiconset/Icon128.png | Bin 1232 -> 0 bytes .../AppIcon.appiconset/Icon16.png | Bin 271 -> 0 bytes .../AppIcon.appiconset/Icon256.png | Bin 2113 -> 0 bytes .../AppIcon.appiconset/Icon32.png | Bin 459 -> 0 bytes .../AppIcon.appiconset/Icon512.png | Bin 4194 -> 0 bytes .../AppIcon.appiconset/Icon64.png | Bin 788 -> 0 bytes CircleViewerMac/CircleViewerMac.csproj | 10 - CircleViewerMac/Entitlements.plist | 6 - CircleViewerMac/Info.plist | 26 - CircleViewerMac/Main.cs | 6 - CircleViewerMac/Resources/LaunchScreen.xib | 43 - CircleViewerMac/SceneDelegate.cs | 56 - CircleViewerMaui/App.xaml | 14 + CircleViewerMaui/App.xaml.cs | 11 + CircleViewerMaui/AppShell.xaml | 14 + CircleViewerMaui/AppShell.xaml.cs | 9 + CircleViewerMaui/CircleViewerMaui.csproj | 59 + CircleViewerMaui/CircleViewerMaui.sln | 33 + CircleViewerMaui/MainPage.xaml | 45 + CircleViewerMaui/MainPage.xaml.cs | 32 + CircleViewerMaui/MauiProgram.cs | 24 + .../Platforms/Android/AndroidManifest.xml | 6 + .../Platforms/Android/MainActivity.cs | 10 + .../Platforms/Android/MainApplication.cs | 15 + .../Android/Resources/values/colors.xml | 6 + .../Platforms/MacCatalyst/AppDelegate.cs | 9 + .../Platforms/MacCatalyst/Info.plist | 30 + .../Platforms/MacCatalyst/Program.cs | 15 + CircleViewerMaui/Platforms/Tizen/Main.cs | 16 + .../Platforms/Tizen/tizen-manifest.xml | 15 + CircleViewerMaui/Platforms/Windows/App.xaml | 8 + .../Platforms/Windows/App.xaml.cs | 24 + .../Platforms/Windows/Package.appxmanifest | 46 + .../Platforms/Windows/app.manifest | 15 + CircleViewerMaui/Platforms/iOS/AppDelegate.cs | 9 + CircleViewerMaui/Platforms/iOS/Info.plist | 32 + CircleViewerMaui/Platforms/iOS/Program.cs | 15 + .../Properties/launchSettings.json | 8 + .../Resources/AppIcon/appicon.svg | 4 + .../Resources/AppIcon/appiconfg.svg | 8 + .../Resources/Fonts/OpenSans-Regular.ttf | Bin 0 -> 107124 bytes .../Resources/Fonts/OpenSans-Semibold.ttf | Bin 0 -> 111016 bytes .../Resources/Images/dotnet_bot.svg | 93 + .../Resources/Raw/AboutAssets.txt | 15 + CircleViewerMaui/Resources/Splash/splash.svg | 8 + CircleViewerMaui/Resources/Styles/Colors.xaml | 44 + CircleViewerMaui/Resources/Styles/Styles.xaml | 405 + .../CircleSDK/DesignTimeBuild/.dtbcache.v2 | Bin 59731 -> 59731 bytes ...a68e284b-a247-45bb-949b-a49484878cc2.vsidx | Bin 712530 -> 0 bytes ...f22e7a4e-3847-4f9b-bd63-22e043a2a71e.vsidx | Bin 145239 -> 0 bytes csharp/.vs/CircleSDK/v17/.futdcache.v2 | Bin 110 -> 110 bytes .../ProjectEvaluation/circlesdk.metadata.v6.1 | Bin 181050 -> 181063 bytes .../ProjectEvaluation/circlesdk.projects.v6.1 | Bin 252158 -> 378232 bytes 81 files changed, 1175 insertions(+), 17041 deletions(-) rename {CircleViewer/Models => CDPShared}/ActivityRow.cs (98%) rename {CircleViewer/Models => CDPShared}/CircleViewEventRecord.cs (95%) create mode 100644 CDPShared/TwoStrings.cs delete mode 100644 CircleViewer/.vs/CircleViewer/FileContentIndex/10ed128a-d893-46cb-8aab-d26b54deee44.vsidx delete mode 100644 CircleViewer/.vs/CircleViewer/FileContentIndex/18f06a28-74cf-4f20-8d99-44a6a34145c0.vsidx delete mode 100644 CircleViewer/.vs/CircleViewer/FileContentIndex/5bbed564-64e6-45d0-aa62-25b57de649f3.vsidx delete mode 100644 CircleViewer/.vs/CircleViewer/FileContentIndex/7f0e7f39-6fff-4f66-ab58-d81903bd964f.vsidx delete mode 100644 CircleViewer/Constants.cs delete mode 100644 CircleViewer/Logging.cs delete mode 100644 CircleViewer/UpgradeReport.sarif delete mode 100644 CircleViewer/upgrade-assistant.clef delete mode 100644 CircleViewerMac/AppDelegate.cs delete mode 100644 CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Contents.json delete mode 100644 CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon1024.png delete mode 100644 CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon128.png delete mode 100644 CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon16.png delete mode 100644 CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon256.png delete mode 100644 CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon32.png delete mode 100644 CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon512.png delete mode 100644 CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon64.png delete mode 100644 CircleViewerMac/CircleViewerMac.csproj delete mode 100644 CircleViewerMac/Entitlements.plist delete mode 100644 CircleViewerMac/Info.plist delete mode 100644 CircleViewerMac/Main.cs delete mode 100644 CircleViewerMac/Resources/LaunchScreen.xib delete mode 100644 CircleViewerMac/SceneDelegate.cs create mode 100644 CircleViewerMaui/App.xaml create mode 100644 CircleViewerMaui/App.xaml.cs create mode 100644 CircleViewerMaui/AppShell.xaml create mode 100644 CircleViewerMaui/AppShell.xaml.cs create mode 100644 CircleViewerMaui/CircleViewerMaui.csproj create mode 100644 CircleViewerMaui/CircleViewerMaui.sln create mode 100644 CircleViewerMaui/MainPage.xaml create mode 100644 CircleViewerMaui/MainPage.xaml.cs create mode 100644 CircleViewerMaui/MauiProgram.cs create mode 100644 CircleViewerMaui/Platforms/Android/AndroidManifest.xml create mode 100644 CircleViewerMaui/Platforms/Android/MainActivity.cs create mode 100644 CircleViewerMaui/Platforms/Android/MainApplication.cs create mode 100644 CircleViewerMaui/Platforms/Android/Resources/values/colors.xml create mode 100644 CircleViewerMaui/Platforms/MacCatalyst/AppDelegate.cs create mode 100644 CircleViewerMaui/Platforms/MacCatalyst/Info.plist create mode 100644 CircleViewerMaui/Platforms/MacCatalyst/Program.cs create mode 100644 CircleViewerMaui/Platforms/Tizen/Main.cs create mode 100644 CircleViewerMaui/Platforms/Tizen/tizen-manifest.xml create mode 100644 CircleViewerMaui/Platforms/Windows/App.xaml create mode 100644 CircleViewerMaui/Platforms/Windows/App.xaml.cs create mode 100644 CircleViewerMaui/Platforms/Windows/Package.appxmanifest create mode 100644 CircleViewerMaui/Platforms/Windows/app.manifest create mode 100644 CircleViewerMaui/Platforms/iOS/AppDelegate.cs create mode 100644 CircleViewerMaui/Platforms/iOS/Info.plist create mode 100644 CircleViewerMaui/Platforms/iOS/Program.cs create mode 100644 CircleViewerMaui/Properties/launchSettings.json create mode 100644 CircleViewerMaui/Resources/AppIcon/appicon.svg create mode 100644 CircleViewerMaui/Resources/AppIcon/appiconfg.svg create mode 100644 CircleViewerMaui/Resources/Fonts/OpenSans-Regular.ttf create mode 100644 CircleViewerMaui/Resources/Fonts/OpenSans-Semibold.ttf create mode 100644 CircleViewerMaui/Resources/Images/dotnet_bot.svg create mode 100644 CircleViewerMaui/Resources/Raw/AboutAssets.txt create mode 100644 CircleViewerMaui/Resources/Splash/splash.svg create mode 100644 CircleViewerMaui/Resources/Styles/Colors.xaml create mode 100644 CircleViewerMaui/Resources/Styles/Styles.xaml delete mode 100644 csharp/.vs/CircleSDK/FileContentIndex/a68e284b-a247-45bb-949b-a49484878cc2.vsidx delete mode 100644 csharp/.vs/CircleSDK/FileContentIndex/f22e7a4e-3847-4f9b-bd63-22e043a2a71e.vsidx diff --git a/CircleViewer/Models/ActivityRow.cs b/CDPShared/ActivityRow.cs similarity index 98% rename from CircleViewer/Models/ActivityRow.cs rename to CDPShared/ActivityRow.cs index ec32622..a7e6d06 100644 --- a/CircleViewer/Models/ActivityRow.cs +++ b/CDPShared/ActivityRow.cs @@ -1,11 +1,10 @@ using CircleSDK.Model; -using CircleViewer.Dialogs; using Newtonsoft.Json; using System; using System.Collections.Generic; using Path = System.IO.Path; -namespace CircleViewer.Models +namespace CDPShared { public class ActivityRow { diff --git a/CDPShared/CDPWorker.cs b/CDPShared/CDPWorker.cs index c20f142..290da14 100644 --- a/CDPShared/CDPWorker.cs +++ b/CDPShared/CDPWorker.cs @@ -1,4 +1,5 @@ -using CircleSDK.Model; +using System.Net.Http.Headers; +using CircleSDK.Model; using Newtonsoft.Json; using System.Reflection; using System.Reflection.Metadata.Ecma335; @@ -23,7 +24,7 @@ namespace CDPShared } } - public CircleAPIHelper API => _apiHelper; +// public CircleAPIHelper API => _apiHelper; public List Circles { get; set; } @@ -68,10 +69,31 @@ namespace CDPShared return null; return result; - //byte[] buf = Convert.FromBase64String(result.DecryptedData); - //string ext = Path.GetExtension(result.FileName); - //fileName = result.FileName; - //return buf; + } + + public async Task CreateCircle(string name, string description) + { + return await _apiHelper.CreateCircle(name, description); + } + + public async Task GenInvite(string circleId) + { + return await _apiHelper.GenInvite(circleId); + } + + public async Task ProcessInvite(string inviteCode, string authCode) + { + return await _apiHelper.ProcessInvite(inviteCode, authCode); + } + + public async Task RemoveMember(string circleId, string memberId) + { + return await _apiHelper.RemoveMember(circleId, memberId); + } + + public async Task> EnumCircleMembers(string circleId) + { + return await _apiHelper.EnumCircleMembers(circleId); } public async Task GetCircle(string circleId) @@ -201,11 +223,13 @@ namespace CDPShared /// public async Task AddMessage(string message, Int32 msgId, DataGather g = null) { - return await API.AddMessage(DefaultCircleId, DefaultTopicId, message, msgId, g); + return await _apiHelper.AddMessage(DefaultCircleId, DefaultTopicId, message, msgId, g); } - public async Task GetCircleViewwMessages() + public async Task GetCircleViewMessages(string circleId = "", string topicId = "") { - return await API.GetCircleViewwMessages(DefaultCircleId, DefaultTopicId); + if (string.IsNullOrEmpty(circleId)) circleId = DefaultCircleId; + if (string.IsNullOrEmpty(topicId)) topicId = DefaultTopicId; + return await _apiHelper.GetCircleViewwMessages(circleId, topicId); } } diff --git a/CircleViewer/Models/CircleViewEventRecord.cs b/CDPShared/CircleViewEventRecord.cs similarity index 95% rename from CircleViewer/Models/CircleViewEventRecord.cs rename to CDPShared/CircleViewEventRecord.cs index f33e51d..4c78f9b 100644 --- a/CircleViewer/Models/CircleViewEventRecord.cs +++ b/CDPShared/CircleViewEventRecord.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace CircleViewer.Models +namespace CDPShared { public class CircleViewEventRecord { diff --git a/CDPShared/DataGather.cs b/CDPShared/DataGather.cs index 3f96377..e4b8747 100644 --- a/CDPShared/DataGather.cs +++ b/CDPShared/DataGather.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Management; +using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; @@ -45,8 +46,12 @@ namespace CDPShared try { _meta.AddRange(_head); - _meta.AddRange(GetSystemWMIStuff()); - _meta.AddRange(GetSecurityWMIStuff()); + if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) + { + _meta.AddRange(GetSystemWMIStuff()); + _meta.AddRange(GetSecurityWMIStuff()); + } + _meta.Add(GetCountry()); _meta.Add($"OS username|{Environment.UserDomainName + "\\" + Environment.UserName}"); _meta.Add($"Machine name|{Environment.MachineName}"); diff --git a/CDPShared/TwoStrings.cs b/CDPShared/TwoStrings.cs new file mode 100644 index 0000000..0034cab --- /dev/null +++ b/CDPShared/TwoStrings.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace CDPShared +{ + public class TwoStrings + { + public string Str1 { get; set; } + public string Str2 { get; set; } + + public TwoStrings() + { + + } + public TwoStrings(string str1, string str2) + { + Str1 = str1; + Str2 = str2; + } + } +} diff --git a/CircleViewer/.vs/CircleViewer/DesignTimeBuild/.dtbcache.v2 b/CircleViewer/.vs/CircleViewer/DesignTimeBuild/.dtbcache.v2 index deba5f758787488e0959c3a73f869ed05c8bde0c..5c1666f93bd336f0a743cdea78a6364fb9fc65dd 100644 GIT binary patch literal 196631 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 VH$g}M$~mjDyk2qF`37Xy{|`Tl_fr4> literal 196631 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ොkB^PwV|{p4ODwCUa~H?Q`uNyr(x7CJ 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�(L{9Kz%dVRDBsxkGCVuEpA3ORSPD038OEos=F1 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

+NRWg{rL)NxzrK_pPYf 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�?&dGNt{pfs^L+B`tj7}M`%m~jSP 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 z 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

K45ST+h`5)SkH+>K6Fk&AImgGl5xv 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

B0MA@P+dV@jyX5e*$ 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 z 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�qneAOYC;p6eixcJq@(i9bibTlpY!|F| zIc}^HO{~O&Rh|S+02fw0Tvm3hfl_4z4_NgCv|H6}b}oFsLF{fy^^}?@p_myIGXpy+ zCy|yN#!!_^#vq24#C90ev;pk^`VxDb(oTcP9l%KR;K`8v%fR9yNzxoVq524-~T8;d`O7U+3X#3Fa zGi3GQB{qqpr|K+>p`s}|?KJVOlF+Y>(65cCuabbT5+yu_hdrC~uz9(U(Lc|_{%$($ zpiTeY18`@!4QL0Xj&P^;=yN)(2klf+ z9_J*7I9CT{9Y)t$_)4p?0KMI@8?B_4SC|@{L_9u;czjNmLGf-5_jA~3aK#=D9s5~Z z$RJW|P=(`5Pc>-5@omKMjmPnQ8^<>ZpEn7gr)9|Ud2?`g&A7YCFi0ytZ!$iw8J{-? zpEntwHyNMTjL&PDWgwr|jL-Y_aszM8_vn=zt};-XFm0TuZEuT+UpC?MidqaN;PdXn z=RMeJa1TB&vBO{jw!a#mw;G@K!cK#GF!9Yev`Cl1>RkqjPJ^AhIaGvvg-IhK_jDB{ zIVBuW4gN?CKzX%@yh{bQVAu)d?Dabak+ZwC8X^uL>>zRuAm@Tijhx*c5k%~7?TD2X z2`aerVmS1r8U?AYw8uwasq!L&WGVlR?{&~X`-q@l&jFpnqhx0U+MhTp5ja3R!zNC zzr#R_EUKxu>L~_k>a8edAcN2x!|I>g1H1%oMNM|qm%y!PkKN)+;MPOiz5#CUA>OF| zFo)=Y#t{c$c_nbuh+?m(o_M2(c*Do{UII7qy;@Y4-L@abAkEj?>|MUzYM=yeU(b>L z*9n-1k-)9th~3vftkUp2K&;aLB7g|!01T7Yd_pgTePNf`gT${ZcM9^HGe#e8`G*}r7rQUO4h<#1+MDt(bD7~ zzD!G#Gx#z$e~GvqGLOzT$Ux=}WS)V{GmyD5T}0EAAagJKkLCksAaghS4`d#z2awPN zBs2jD9qck#hJ+>{p-uZahlD0T`sz~F(%&egA0(p4Or?aU3ldSprWu5AciQ+RcD0qX z`%9+EN)Bz35RNY}-5^M8;iZxZ5>|xfaV`nWH3$+`XcmJrn^M9cbbeS7U1{eOR>bP8 zq<(&-wouMdbznO!cH!%U6~D|irGK%-4tsWRfv}>Vu%e%^;+KRKzaXsWC#-m@i_$Kj z(?IQHZGKouXf*{FxCLq4i8Pd6un|G1JE4Qmzq6D>LaXt7`B+?jIWB(+E`Kax&lKJ- z#QSM-X{gmo0p2gn`-ONvhxc=MzcBA7v)9T4sfxqCJfd}9UXSK%1E-L_D|w@pU&5AkhrzHKw#R>HS^n{WFz-!_?VQ>*Pt zWPcs9|2E$?2iZ68=8ypB!hIA07{uR4(Qm(X^WXD;k@NlfBzEe8Gv3zwElJK*tDC@j(5&m@=2%>CCUiUZ>wI7D6PuS3;-5Tl%Wod zLQzJFxNb0QkXl4(Ij{^^2|xvdb-*TrQ}96wK2UCl2QpTAfcE97b(DxG9ynz1J5J8I zV2p`)7(FeVKlc0wZyZUsJI@YEcGGxIo10&_VBjVzdD&YeeS!ah{HqPb@hq=C2rQh7W+0F$v0rwjGn-{lZ#3LU zAx_Odcn$tL)oQR7{#&zy3-I4L`0pJ2mxce zD}bc{0W>0vae8TTv{RxNCM!bL{)hqez}+7a z2FXCkie5DkltIqX76UPe_6^EnoSKMMzJm)0u^IU_W1JlrrZF>l>_B{%a6m&_4tp_Ro&7`rm@hOu}p70NSvI#<-C;y?h(u&Zeh zg|_9*rtOw26>yPld69h<*=KhcgxUZ|Aqpvk9tU!*#VCBB)?##&YE%qlGYE-d~of*7q>FQ3O@ z5}3<5EdIT-44P+im@xP=^u?W0I#eK{%`@^A4#?g{ zbeEmey6p_kD+-sm>)+7!LLs}>^-8nzLUx4c2Km_5$WluoSYL1wLa+)>!bsN(PRbE% zN6?@e!B!*Kas*q8*3}}|Y6M%3V5<@A6a=gEX|)JZ+s3scy4sxRmLj@4TMc6P{d7)r z_anOd5#3Tmr-XIC%37(eiwlVE{!W9Xi0*#q)lKw4sapIZrhzT;vbJ+IK8|w}07$`2 z-Z-QU%KT)A=i8uCWaZf)f{^*0K@bHyq0z8jG;BcDgNAjYVLgiU(Xd`LtkCSh2E=q6 zG5IX&7-Bkxn3SSO+bsB!`yE48n!R%jSsnAJ6i1b}s2JgBSi;|vPh70Nswt>|Qj4Zg zf!(OUNBHvHsKE1lx%wX3Q33TmJc0@wmPPTE%dwursK9dBK6T_Sa2|@*{qLfm4Ozdc zTE4?yzXW_C0zN0#uGMILoPbX;zuL9&`F2>SUF)XgOmlS+upC$h;EsLm+Qs+ zW}ImTW2l}mHKRm%88sj91|?Mn&UAyBw-{(yY2a2$xP*#11|{=2OagN`H`8G3ECY3q z&BP^)S!t)#Thz-#7Sy~++XN!GXNgwx1<7{n8s4V+B?rlCzI z)LK;6S~ukDZ91`F3x_aBH{|P$)+^iF0yM{G8s5aVUQ9zNFE7$XQ*ZaF>ngU#O73b( zxFm0>IJ&0n!Etm=n{YiuAId}MT9U@aLo_b3v@5b33?dm|9Y7p0x(z@}MiWPjMpYsN z6QcJfPZ_4yo{^EouW*In8K}*L>KA=BWALO{!M&;mHkl;Yk>?8_m%?kDd(YR&yv8MRT4+bM~P* z3(%YeXpXkS9L`*|y>@fie&8VREN}og1RMsWTt_H9VvyH-7_h?_YNl287mjJvm)22h zH!CYrJJEkT(SQ3=0}YRMq$xo+?a)m-bdy*~iRiz*4p?pA4UayRtI#vWyc+y`l)5}c zU1|ud6BpfIYS0M*^ip~K@<+&TFZ|pOKkscZ&{%@fpa)wy#K4rqQ)3BgJ;m@nv7KD) z;A++&+QqqDK&L?n+j6@w7uxGi;iJpv8+7og9ejBQU#{=%AncyPM|bei9ei{-AKk%6 zckt02d~`=WfVMA2+ZX4weKGON;{68F_QiWRoN8}SHqD?Bjdgd~nQo;^-Czgdv~4vg z#xajVIO<$JxPuEQ$R>0{8@C@sIO<$3LO5**XA{DyL^xv+&L&(|(y`Jo+HVvl%7^&K)&vL<)aPpLP}b%p8Qa*w&auD-tMryTA}<0@d;cYf(ldsyuFq| zWr92u{Zn_KlC-KjFc{_*-d^2-dV5X&kD-5F>obP_MX@72RC7txDHi9UNtC*h3RQYq zw`Yv1E#dKvJYMtk8&U6M6^GP$8Dc7<&I@I@FPq2JBrum-V5y>6lwc`kxK|eQ5{x8{ zk(BY0@fL$5a!#TLMXkUVgG%%ui5|3}2W=Qh33?!Ah$HsOE`u`kpaij(p$AIp=ASa6 zP6QOhow$hD^QMd-CXFw|c#URWL(7bs`R7~t=Ue&bb1=?k{%zO(@y-PsE7EqrZPD`pHw;DBF0#uL->c~+>Jq5s4QhGa zT7FxLtZMk@wLHESS=FMVwWw$gJ_*WXf-8_J#RxWRbIcHQ!QvlRDh}|#Eu2W0;%|m z%w0fZ^ClrsgNaw|U%FHJm|2}Sn~%@;#c(~aWB(W~lmKA>PV6qF1ShJycL^VTj1Sa$ zk|nU&ARnlC%_+=EnlofCU6MD=Ye468&9B)!R5RXOJuURJ-2YW(Zt;esTQH*>YMbO2 zdV{=-a=bwj5xc#xkb*nsP6W!&#FPGBSai+T`=+(3>T2&p*DjLsqkypU`rL3kS~ZwJ z*E9&C4)FxK)`YHUPl2XfRk%SaWFCaf-Ixn94?yMt$UMlWs-IQimWJX3ySRWSQ9}8= z`Fg``StAH<(n_ey4mIyklU6baB19||Yq9^)$@_Kley3XvG^yb%KChEEeUmqRlQ%t! z&-(?htLQL=1G=M&tGw?2;B{ZY0li7Rxh#c6x$cB|8#*~L4;2mjInk$Z%(P3WZ}={L zA^rO>=a^3|N9t|gv5BUem+D62LgCz`YIPc4cv5vg(d%H^pnnmi<-jt45Z2dC&`%uO zUk}go%DgN-x=H!kEHcGQC%X(PcH#O-#dHCkz7+CU5FyiSB+FQD6NzkO;ya1eMF zpegv&A>c58wreEmDO5hMDR|5d3vJMG3)AgxfyZw-37h~> z_>dET*Nm~7y`g|?m_vL(UX@kZVU~K!ilC-bqRO&VS(YlxQe|1HEK8MTsj}=WfRI?V z<*s}#z+7r|XwxjUI=u9yzE(#V7Er4r3=6msBfX7Ew>MleYKDxigN&B88Ytu9{g9Dj z;5aoChm7urjLHdw%i*E+E`vC4&;bv1@CI?YccdGmi{=n^S)Bo}%R|^@bt8and8ymm zAj>i$6s2x2*>5H7J5uD>L%&6YqOH)57F+3uxM=Oqsl1`8o*z&>*;0ca;G%y*rM!;b z|0~k%ror(#F1owL;2htptODow-m_Z_Qhe_@)NwuEyPoe&@x5pHUh!_0?_JOLX8B$P z{_FW(iCunQQKTCjL&*NuHa*u-mWMB+E`8vn*?Y((Olc#T_ljazt)jY$08 zGOw|T*Z4OiehaU0FeC9>WP{jD8eaVwo6%TIExfuOUR{sPyx|xefLGT}qy(>ifXxiS zCI!g1;KmSMb~W@|2sM zp)(zUWp$kMF|YsBH&}#yHk;RGTu@d{$Y-+#|De?P?PL@cLQ%@N)xqhqYC|90DkSY zZb}<~9)oY==3eWiM2`8|0|v{;F_)2JzV@U+PW$NGv&i`n^DI)5BUju1?S-crP*6&8 z;k9;o;U^4~lI)$$WgM8ry%`4cXBr%-;j#)?WZ*6a@S^^FB!57`y@dx$_?IRFrH!sK znIsS90ocdc3>jd_{$P_g4tv<{<=uq$Z%mwVtY`e;f%ni__|&A zx<&XpB^bMK1=^cl+x+E(Pyf{Oi*W^2xPpsu1vy(QYh!Y4t*kxc0#LLCir&Tu);1`b zrWy2OD0%{R{uoNdy8tNF1f}9oDh{P;pi~o-s)15XP^th*6+o$`T?VN=z;56kn5#>N|0+aym|>a4{YTUa$O!ac$_$sDm3^SaYkEneSSE_P^k0FYGk<260An@^8S7URVzhXL@=JzCqod zBhGxR-$23eGksRNd<&OX*h_kKqm}`@t#-2t;ca7hTb+L%US%a6d=+%96l?)V=2I2r*%R3IS$R30j1F)_H)@hE-K)scwHSz%JZNa(elw&zJ?X7et&aDI{CQ!;s zlyYZ>!6-`c&rKUdDH=&1&Ewn#$0MA7Zd$0&q??!k5Eh*hO69;Lpxq#_!=SR+ekhOPEz3KVbs@pK7GE1R$gyXfx2-$i8MP^{wR6 z1z?yrJs5X5A99W11m|}E4;b{~|9bI%^YMSR_`llS0RFEQ|5yGzFfJ!C&a>^d$yw9T z>X=}2{U4k>3Mcnv{9jJDjRNjIIO%uWDBx;M!_gXhpn%&7Cr9Aqh@2qA%;~lnY2n^V zK#mc1e!0ou=Pvh_aw%t-;!;6)6{R-doPB4$a9oVh9|G{5#f0O~Hw@~&XP1db zfbr<<_rwemqMa)Y5=92NJ&-gDvPNZKd&4CAW(Uewvmna(q(SA)!0iUwZ#aSl%xyQQ z#SG?7=9_6_d;OEQSn1t792DOk4;vKY(#mjY1-P`G6AX&*W?hgbjw36ZNC`*Q1yu^r zZyHS}@bX1Co?f(?K!ar{FOAC5IGIYEOc_q*hieT!vd&;er$IkX=JJgOKg7xSn_6Dp z!_zWqjw=3`Hu(E~{$-QFf9*5)`W7xn3{oiI+8v2?qvw4uCSLN z++hgU0pS`T+~*Vv75!25R(?3r&aFEp~vKpFZ5Jh0E2u#C!tq82O z!oa=SAb_n7PB+ksSLa$QIi$5(@fw)TWgM8ry&05d8n`uFRvAPQdknE_e#sHU9&0i1 zb`3)TQI|`!@b4)~NrTubgMu~yrD$tgwWIzWrCfnhcA}K`cN(0BQX(kj3Y7BfdVu^d zf>O?ddRmiN*>9y?n+$4Eit@i*IPTCh!1Z=7lmNZ}{1fmE0Jk2(t!vx&Vod0K+;9PI zxcHL>@!JjLi{oS?mF?WyYLLPWr#@=`?6u10SSd>O5F~r>+Tvsn+I2FVq*Tv?MZiLX zU?Zg^0NH~Y89GDu22seMB^{bn6NU^fWN3g4 zTK*h{3`ZOuK!)fu!l|+_O^_$4$&d+yr(5*^LIE>MpR7_AphqSKv+ita^I0LL~~-P)gR8 zQGTwhG?{ET-!7nI&+}khEeCBIWHsdFl-qMR{W=Pu)*)oBklC+@?1x0_FM3 z;YLy3JKeVo<>hudwb;FfR|2@rG1ow2JEOSGhf%18DL;U% zq2KX)naF)=L-v2gh&X{WO5lu^;f&_uj1q`=8AdV}XOuvaBL8+|<$0A1#}jZoaVp0X zaqi9HpJz}ymE+r~mNq(<^Z03}UETp>^C&f5`tHCYk&^m z0fUdN1J-hh<9QIr^B|6A4~}OYj^{yq&Z~HzJvg2R@u%8qJyCC^G!9fdmufThW4IA5 z!>b{wjNwLtxRJJvl#r00>EF}CJ={neZlne`qD=oD+{hH%h(^OT)kjBPI(7C2+O^Xm z2XPh{gfYKRl2W~aLk{AQg9I8WEdiQ>V)I5|4cKpwbgt(A%p-Fp#T z3ejDI=!y`XKYjVrh%SZbG>!Oki0&0Uu=4Q|ME45rRa>9_3aKrcV{j`1i;%ITlt}$@Tu`dQ?&6~p#zQkm~~TI^mBpA)>rK%Pb$_>QHxheEflGVl+g@UsVhxqK^1)_%S@ ziwJXj%TThsKr2f27fB7GWN(&ekxBOq-CmRV7r+0Clq731vSXKLGtCbT`sbFZZ zoBQw)gILc~Tlp6ZCxm*!*h~mj1gCR}7W}4f7%ha*g5UJjkyRnI5JU?)vMStRr2wX( zS(x%F0Zb!?X#_BhC@xovd$s%}Km|2jLgU0PqKjf5(LMu>6GxGncW^tIM=>%u!@=$2 z5}4{|wOy!wOx3660c4=+JEvCPq58p7tM5R<7}XC@eFqY%`j1fk^C3-Lr-54PpQHMZ zQ2lbMUruiJxgLY_sD3fbDM}kuQvGtOAE)}|FsGc9^A2AIs=fq4rlq<2THss^b8-)_ z=VQ6EMbyvAXVuvnxR}x;`wi^~u0B<@NdjB#UiAim^et;>fgjR=eoWZ z>|SV}LF{LgUIECUVq{RU!v_6iQ2h)e^dABa0+9a*(_6~2ag*D%z3R=~zEoUyJ6YE?0-9nRJ)dYlCZZJl3T_;_sLGI8X z_l7<;SSdi`J2ZuVxy)esTXs(wXmy=kcF!>=Ap@-=11%u~ElF}o23lRu>7r9|sXoXc!D|mccJ*R2*{+Y37(ab%HnI6r! z;c=U}N73awb;H~2vqet>JAr3`9l$PNH}H^wnz=lmD4^+lNwj(sE54w~}*- zmDFDKnyS9BW3~AbQe`7q+pS;_Kg1wzz#wK}5YJ)|FJcgXg+Y9Inn4Py_%>Eija7Ub zt0+Nv8k#A?KE5>FpzIohi>?K5v}z@k&E_%=%;Mfm1C7d*Rar^?bSok7LOkJjFq{kV zYnu6(FGunw(<)J#Z2y-vaT|_@V7BW5Br%~DN}ZITw@Zc+A~^{?U=Sub36q?JrrPgT zQdLcE>4lv-fUlbxl~AJ+YNYXnT5426jY_DIx&tezR&R|#H`RI!Z{hX2;3yOqymsQdDl;0 zzys8iyZjH9Nc%&mYzUQ&A_&cK9YSSlWsM?;Aq0`vg(C5jNQv}mAGc| z7quKTFD>fY*GDnGFy4;!WAJ9%FL87TPp$wtv5Sk95X)WRpQNa+J4pG6JMf}=?QYZLncuISE zhS0Q&e^K4!WI|LhN(DnyFhm74?Of@be?+EiTGP&R(sLb=nJ;rokhQ2kJJx02tlhd} zw6bD722L*k+rub1jFKIc9E9y*h^{3BT0IaZ=}-gEKg7)6a(_6}_S12Cf4tuQS?3}@ zR%fM`<{3P;z@URvb4jZ4*g}Js8YwLSngGN!W2r$$Gk`0i6aT-INgG&D8SO)KY!*BUDv=^&<~h>Bu@@t--sqseY?Z^l2vXZ|7rsg+2IZ zqJh6L%n?FD>$LzO;pj~~oy}z&n8m#rlx7-eW0)gVR{HiLgWzHy6C4IItqH9L47S)) ze`6T67K2T8uf{bvxs=alT8r8kMrq1Wn>{%9DY-dx96M~^Qb2pKfc9X)A>bf@A?D+$ z!p<13DnOsP=FXJC$uc;pHMd$uRt6`-c%Nb%PZ^G<3cGwCcG-npM)1IzdRl>9UWO{P z*KYAdN_gNJ98VJ8d5b#m=>26gmrMCsp1!SSN23_{R*GSpku z1wg$#+eb~1i;jP0PGq$cS;Z04`19M5MozcQ5IP?~Bx=@cM0?1$K}0fyNdAmSh7ieXnP4-FX}Bu^ zY(dgcquO0%m*F-5k!ZUgHKh+Ak{yU-0FfL(Bu5d+0YoxLHZn*yauSgoKqSLygB^%u z5RsfjB-&+e5Rt^-c&q>*^j0GFGJZqTe~S2xGJfNy{6-nSaUs8PA;0kqzfs0-{FL9= z$!}c9Z#=_qT#MK*q?fJ|-?yO#I1$SHFu5@%K+IkD_`u#6EP}E4FffO}3)k-g*tsyLQ z$25a-$3Qc-`X*8miz}@3$khg)MtS?E8(f0N`~V*F19;3yHyM0-HkWZ=7WZZtyfD+? zks5el2aK zr}_=<-()bY&){oYxFkG9=zodP_2Ntd=w^vcp>&yn_RuXRbd(S}{+iGcA#^-K=(v~A zQG1KQD&ogi=NMd4XYg&(qf2fB78q!&uT@D(_1q&px@4ijw;L%f0h$05ud!5b(=Qb7 zzysF>Fm`vNL81%jG$_T`6BxU@ffB~9^r#eLS9(;6v6o=%B^Z0@sm7kw83%oGyz;p8 zx$so_$k=lm0~IFSTIka)PYs7wW9+}c*na_iRzsg|=<|y>fU&QJJ{LltTIjPnW9wsPXixZ*$kAm+@8PIe}{6M&JhE zGXO(9-U6YsRXi`Q7$2a4P^^WXd}%FTU&lAs@y)e-bArgU4ExY&+&W7`3q6C_hj&6K zrlA;hcbAp!hPHP?+q+@x-5JK-nPKdmF!lh9Jpg0xJoUx3DY6=^e)sVJ4$luy`5fLo zFm|{I9ZfS(J3b#{C&AduGK_79v3{>rJB+;y#`?Wh?J)Kp7&{5Zw!>KMq2_JW2#v(rX6RvOH80bMad#iCHSXO&$8vln7bNvBic$cQzEwHcB2vIZ>x72jgt`>?>8X;1T zl7{?zZ;>zMl()!DIbX2f2;eOOuK=eW+Itpbf#zZ=ul5DD;C^#RRP4gIL8cDhvkDYAg1!Zo0uq+|n`Z{1|pVgj;Hz z&1D>z#XanNU?xywaI(r^GYZv0=|E!} z*J9_j=WNNE^WK2sbp*^HI?w5jZb02$0|q5;Mm@u7W}u4AnMkbu*b@Yip-uxu;)ab@ zQh)4SIO)4^(tqgTX|KUh+CXQ0+_i~PANO$5cQN3mS)zWzS4qNGd%_-QpvoICf4|-H zCPd`8+#KJD|0}`&mEiwM@P8%vzY_dkNtuE7eeb2@f9VJ8(sSW_eQ2tIe0D9Kx)y@u z><_17L;U^WJjV@Rv_D)cR5<`uj?v^9A*DNzp~~Y>We}?LK$Qe$-veL10#$mFl%UGv zP^AZ|^gxvaROx{#Jy4|w+t=XpSK!N6RvIW)jJcFr05~+(1&}-X=MX7sj1e`o0$H=S z{oUho&LIjQ&H&;JAkF~d3?k0)m&QMBPtUeNl<=82&4hgv?~@x&@IFTrQ!?qLmM9J2 zeFpG8+weZxJ#GN+Gl2KmhWF8m0)O9+ql@gGx2GpxYq%^=lJX$yd&Qhf&Ttz3re>%Sg0s0|uSz+0>%Ow2+@1w{rmsHcG7 za1-95fZ%YSLIQ4mIx^LG-o3c>PUNR;E2kr-=?Le1gmWLhWO|1|a;?Ed_>$62gSIsW z8skfDvr_xhz)s*nY)LD)BjOqXq?5A#bu}9Pd-qZ*URbX9nJ< z3-5E$h(QUipt1+(k7~<5@ycpt) zBF+Hf3?R+`;*28B0OE`yP7ReQ#ZjNMhRPfSrn5MeAuEH|zTNId9v}^W!l^QNo!wg5 z%Tr{aZM-$%)IkOTWDuqLnieqr2F=7qtz>m?poBCWqNGcdbdigLTpavg0Jo$g3;Z)J z(k*sReJ%MiP`|@8Cj%`-bOA(n8BEl8a^+MjjUYdrWjbM+m4*;vAwtw5^g@JKTw&l( zNbH<$m&dL#7`zt1WgNT7KrUl2&b?XOn_)0AlLs|iRv8Q}GT6TuSin6vevH_txmL>? zdC&r^1fcx>B?g+1c+9oZa$JTcBo?N4nlw1JihFGUR&fZc=)@`tQSt~@kuQ54LCLw< zEB-(u-{U7cAGd#rO#p~=p-BeCaNKD(NbE4Ez1_aqAMh>NYL{N0D%xL82-H?p%TavJ zR#guY?zR!`UL@S@CEOh%+$|?F>LJ{Hhj6!^a92x^TTjeePt0pb0))GsdV}?ZyY&kV zY6*Ai33uz80C+XJ)S!WI*FdT}O3YjC0x)cOr@>#PD6OH?0X$$Zc^$Bp%UuQw_W%U6 zg#@&P1hjW?Uyc9d_7Utni+Nf(`)Z6kPs^K613TZrbXk0M&(pw8;8_5l-LnhW4T!*d zDB-iS=4sIhz4}Fiy2A#?34zB6ffaWi^yn zE}ww02^gDzvD&#R4P&(vOdE{V(QlJr>@$#c611HJV`o9uwj?DOI|;^4g0auQ*hw&U z5{#V$S!Y4kSs{Cae+vUag9i!?5(I+PII=GmaStC>JrTf>rSV}}kNq(`%{(=Y@DU$V zg9x8}`n|X1q_dV*V2Cj)6U7h%)I(id0jd>9a!IvxICp>=1*lP!8U?6PfEvlSuclgF zKNmKrakXmKO4Zn4H7Tdt1#|-`gX#^GdJJN{05&?` zS#=|;dSvxuWcAO;>Ql(-O~f>ez}`ewZxS>U3k<%3fBqMwrX|q{9I`eY>BjGV1#hcO zM-oV~8*l62Z8bGE&}pT>8Ur2B=0H{#p1R}~!5#yx;fTRH|CBcMjQJaDJMbzDue51j z2wsIyfHv*Zk}>r*s(aDfv=4m*Q9w9J310bo1h{A+YmWdtVGJz6SSLnxPRyx|*R8y4p%gXNr)nmh4oL$y8nokjYdc-OAYp{$Qe( z`V}MHE~KlaeyK%VE(Wj^O}#I}Qrvnj8+m~2Q^-C=5>tZpbTt`#6;)I&sgJ!zX z%*H+gZLiv0Xo5{lvP)$x;T?7v%IuUByWJiHZZ?QDQ);KQ)xevzb}65|%wRd*rw{Mb zhxh5j`}E;`&d@`Oxu{92VJJfjq1Aj%+KH%kGFsJ4?NYQ_i&ksVs`~jS zqt)6tFpGOL48Dn0C!*ETDuXVx>ThNFar|F1TGfK&MzpGZA-;}6V@(DcYsZJPYgqb^*HqR6A=ACGCDP_%iuvAFY!wPv#y; zY99@g7)_MbrIcu$`~crsj` zLiUoOuz?c<3Jv^*oy7Z%#VrzUghQy=zFj{u3CJOskiGcGA*Fho3*(Cg4H&~S-b91 zUzhs2)Hh0fU3{1e(cK~-Q(rY?RbQ9-y7Dh_8PwNReR)akwvcx!y50cQ=8o4AL;VwZ z+eypPw*iFD?<4_YXwHee?S#)XNldy4AaZ_($oU;y!4JZa$1 z?a^S#xJ}h35zcmmGZ*1#(<<%X-hgn9A)L3B*FlE2A;W%z(}(GLy-^FSv=h^9&!jFp z8+nS=YQST9la*w;>V6tb+U3r92A3n)BM5e|!$3reVY=!e@b=i>$R&2^&j;3dvkt0I z675GsO$t^-)Igdhx+-hdrWC_O#3Mw+V?@L;BI0~B6Cf;VqHCzmN?HpaLPsIgqwFS- zq*Tv6a?H>|0}Z2wP)`W;gs{+IbmV6@!x*f(HT_K~qFr_`+G(J{Fir5$@#@hYyXUOo zK`*5aN)H%xtpnC_iQ*qZ@eiT+hfw@ODE_l3{XfA9qjX2!UdqQtff+deai;MB&kGhob;}>r< zSltD{jYK!4l)=RtD8UVFHj#iE+HoQQH~dZ5)I;U(Ag}qhTIQkY-!UklGj1GSrWv#E z!|XqR*&o3t9-3+}jP`$y?cXuYVAP?61JD@D9XNndg8x1!a1`xtpKh=N?Qcf=o6-Ks zn+&wK=4Q0N8SS5(VK9vLwYTODw6DX0@4(0EaK^WB1=~6dat6&#tl{29AdiktWVA4v z(ZY6L3mU1R6}gIH=5h$K9D-=CuwxKpKLn|RAp0Rm8iJ$|Wdee1pGXOUBp^tl!axVGXuzWxmS`WP zW(bmiAl0)C?uY{rqz;1AL6GhmN)TlAB7>ugfdvKw#2KB;qTNzP8hOydy_LWc1Ffx6 z7p8WSNG#0K5F1t+c0d@lfmNbE-j=-YLYz{tUrGuoG?fnL`wr~k^ZpXE>Z{;$C z{9sPL`9nE_wr8`32z|V<*5FREf{{*xL%4$DxPmuu1;gus2e{W`aOki>-i^f3jMB@u z)Albd{RT%j8E98Hx$C1NcBve*7JpESQfl!BI^nGv&1ex^Ep}duiPvJ?wN$!}NqgUG<2&#x}!R%Gx5GT4R;jv#|=aumuQFzi+g`%_3`ZoR=>w-|g2xu~7j zikWI~vH=NcaPkRgF$ygPp~Z4&F$gW5fEIh9#a?JJ2rZUlrc*G}DZK`o+20BU_Cf(I zn$#iLd(q{M)T5kwR2LddMwjQK%M$8QOFjCjM>+NAryh0GV-0VAIq$61fNOYDtp@xZ zZ~6h=^bfr0?|9QIdDGwVrdRQ%SMjEg@ut7y{r(P$et`G8iue0NAEhk-6xE{aAl4Yf z8nvD?iZuqY#t_!1^_)S-&;<`lVMGOF@FwX%hRc!wjOc<4{!E<;$dENt2Qpj+87@OO zL4@NXoB+a6W6D7|QG}z$lors15stS_C&CFM9E}QUSH}Rt33c!<2uC@;8jqScr`7!~ z!tp!6w7TC#IO@HOAslspY2KWghw85U5l%4G1#}uXIKdQ7FohGW#0hG}oX!__9feu4_Bw_8C@n?-A=OuNskk5*msH7G!veQKj9 zf3r^=gI$xfr#c4P-|RDj0&+I{^p3&CEuCS+6Q_{1pc|*44G&Z|-!%`SJT2tN8uWqL z>X_C_B!51Qzr52wX?z%R1*uyYa>XE57*7+1Tmg6$Oj3eeVLVM3PZOhVVLVM3PZNe* z0mu~~DH?a$jJ%$6f&EMFJ|a|5N9GDNy*jJw&+TL>eXRS1xN!k51vO~~9 zT?ZrTH6UBxveH0@TW)bFwE*~`(k=i$q!~=5DJvb{z&)H%3C>6}n6yGG-~N-yJ@zk2 zGP2}zz)uY(Jr9gaA2CN9%FxF*`;C&e>D#(00ryml&%4;1wH}X1k48F zz${<}FcYW&s(?iXTNVQlGhb7GON%}D?MeWiY6jDmCM*5YHF#yI!4_o&DJ%UpX`mTQ zf7fQEzk|wWJ%ec*|NJzt6L=Qb0qg>H0}lavfb{?r^$)A@x&&Zs?uL^ubFUYGzKp7W3=3!I(RNE8}VDD3D_Qo?HV_z<)D$eHw_YSyl$&O z8ys)T;rL{}N<`1JQni_DRVfeP{n%Ufu}U>K@X8u;_ANl|Rat#i;kKD$FMe3^YU6i$^e9IYTw!{V(4Rl|Y~g?P0>ZPG!=B_NZ%@Q3&iW<@85i zXY|{HvMmNWS5;@gUxec>A`#hJv*4|f{;dW}KNMjjySvlz?z2<}T`Ss%fDE$lJ) zHNNQ?eACta1|K1~P9?ZLvW3ec`|(N=O>aIS8C2GMLSk(t9wcj0A^Py9A?joLg!BLX zSar_Fh+y8%+{i$Cvm~f_B4n?jw&doZl@ziD$apj?v9HKVD;$GCvhb0KlxTx_;fXv) zy*(?)X*4RhLhr|mYYj~9>=Pbjb-nPCS&eGAk(y&rRA->}bkS{GE-)w{;Y%ec)f*I% z^%X5Nh?Dgdk@Xcd0ZR=EphW?d_M2`lH4mYEHQj@XrhfKNJU8zwE>EHb))m_Qge>eG-c9M zCQN0*beee0W*k)RY+)Qg@dZ4X43HFglY+7R$~guF*ur_(LIGw_fI++uGpI~bsy8UW z_6xB6^RWE_Y`*~8FCZ>lg+aWp8CYrH&o92Jh07Fx5C;(A077g)h&rfX0Qn6d$%d_z z5aRZ*!AXQTM0-%{Vswy4)dag7#6@nOX3&W^_u?MjLY#Z?lOs?$Sz%BCpEY{plF-Ml z1xV=Kn+%e(xr_s|xHrR~iiEzRhRZ60&P4`M_^i1B+Zrh?F$gyq`0KF;@WlsE%0P#~ zFV`9@C8~X})1Z^6rb7~c2`4Xwla~^$I*3-CcrMKmPNwa0az9Tu8N9d8U=JbdQgT+w z?>gjn9rF7<^4kpwuS0adM~IpMaUJqgZ>@UxH2SrR=u$G(AT+^XHS$|L%^>O+%tC&D zH<1$Z+f!lSA3?Nfx?O6{m@mH|^3xGSzWjp7Px~;t$WL>|B((*Y^OZ>G3M6zT68bO_ zx)=#PhlDA$XBxrpW)lD-@uCKvKZ@s% z;`yU^{wSV5^gMv2{KcL>f~NhMPE}|+-%O`=%ta^4`ZJx{v6OZ!r4&s^W^)+_W^oTq zN3fK3G_9FVI`CXQF`6Wy`AzDHiO88J?f=vhQ<}+I)W@xpD@WkLC_M0oqI7blKlI@> zOL2HzIJ_9z`=ip^C)s7F-Gmt2VW9n_L!Y#J&g}-Vn<+I@YNxc-z$HI$ zafb;!VFNxfffLjMumnCakp%FG3EW`*3P#4f?5bmb5 z0U$L9tl?fSr4C9D80=gJtmP7d)I*SZ2vQG0>LJKp2(tG{gS-Uk;{pD_?^^Sdten1) z?WYoCc|L-`jnN8&)=X+Jj4K_1AR`cD0D_D{kP!$n0zn2K$aVkkU>#=cPj=geqnHapwn30(IEn<0VjGU40Y}k*qtLnL%b-O9TI}uT z0kl|#KRALvXuuyd5DY6rR*HrV!a+)f2HGeuj7UO72I}Y6>K|vKU264@CQT_iD<*5A ztAk5(`DQI%%-z9}UyIPS5xc-ZyWeUH!>k}&#)BeYyx8sNvy=IkQ)74A9J{A^@alQ@ z=fNv)Z%f)!B5^fT(V6$vJyzP-3p{Dyb7QcdOHyow)IkN;tz2U9 zvo0cWKNa!wn74Dz3J|jThmDc5hJ2x;fLRelf$1FTjm2WVqo+-SN4x%|226 zG_VtR7T5vo0(Jur8E90Yn&_M}s^F5wyQJ~%A>bg8;Z@$T1lS~U1qdSE0W5gJVtnEm z4q(BR7QicQcQ%&+&=HdS?~~*Y;-&7US7-;!xf}md3TaAR0Opj!9F1y~p2`h>mtk>Z z^i*!N;x{xyXrRzat@w>BTHq~mQ*pxQ4s^NqHiIXK3z`A;1lFxZQp4zNFWTCivE<>? zTQb@zMq9;bs~Bw+qpf1JRgAWZGukT7(Uw*GOiNd#8Ri{oI??HajW%M>3N~n_QeFig zar)0{&U@Bp^)cK?oNw{+CM6htl=O2h{U4qtE4RS)#YrktP)0(>^W$CT1VU`_zxWE~U0$E1pJKUQ+ukDc2VO8lD6 zcGn9P-)NWns|}Xl0DOi^Liw@J8t6RD|ASZl6khpCyz;Gh<&RxuFb{>gxaNjBgV-E{ z-~xc2%HVB45};M?)>B#pEHuzGoFJ|8U=twUPVN|N2JrHlcq~^RY2lLm!0iG$4K%sb zB}vfiV{eTtZFbEtjdf6Zz`&u+?yTikYIh(Ots75Tmpd(cge} z9nmU9w9>M}i^)6Jbr|H!EskyEfkIIx3LWd=-eH4Ea)wHBhRQ<#IYVWy!T9qJFcNQ! z4t<^)m;T(QFS4cpFb0D z7@BF_yT%~D2g5WIFkhOY&B697pTxOsN3~-b+kTO6!D?lzTGXz2b1`f+hUvzV00yh| z>@f^BmND2E1{=d*V;Jlp1{-SzFj#+7VG!y1qY7thRvL5FZd)s;uhOy;n3bQK4P#aV znAJ(lY810NiCJk>!B5#YV^&8_HLD|-m8J>#W_1L!@}~(M!K^ekcF6)OHDOFj+5a0R zq*-gvV>nG1j^F@_)ro8bqH07|00qQ=*j>#R*1nhoP;MsI*qhX=?F3opz~RG4I7&XvN$M zc#9WE+H}x}X4SnnZI}1<^I(&~hx-f)NY!4zy7LW=>+HhuXPi^%ypi+Fruz;*rhXr9 zK`rXhbPi2X$orDmTkjl$?mC0j#Kvyyts8sOQCYo7O7+~s-ny~3)s2*}w{GmM8&mU+ z%0fN<2)<6*@J8^_jFwtSJsQE+IMV_GRVfywQw`P;qpI*AAI6UE!;X5fqx-O zkUvN`Q3qHl;Y4SPsbjS~$x|#Kiht?Gzm!9U2g%zXTxakPkm2Grlpw={gpU6X8U8zD z_=g^Yi}8e75Ah<5xEL}tK#S*K#7|(vbG~YkvzJhv>Xj8Ha&sx#J>s)=B#?jh@~fPT z?DPb|7SwR6;x(#xgR?e7KI?U}P?AaJeFL6~GAW8`oyrlCdXe#^n%UChBW)N*hz4UI3T z<)Br>YB{J2T~m<#ncrSM&bvgYmc|$4vlECU?-5D)G_4ByBAINT&CMeqx|-(iz>)Fw z-bA!~syK@u=VP*u+;vKPR#nYir-b6QfJq5eC0~&1N~y2sMfHAEI%_hNn8O2q?{c+& zbGs+_mov=RN8-i2f!9riw$9L3#g7;NB@*}LoMV?VN!~dx<@J-iZk#WO^VvAB8%I`^ zd^XN!CG0rH8OJ!|ysjQdIF)=s)-HW~R-Fh^l)Px}gt}29mu9YbF_|yOig_X?zbk`{ zT}xA+q6A+$Bwmf&7^RTGy7_4yZ6y4AICO{A&Zv95_xkeEeGA69#+9h7Zg(_;_0R)V*CtzLC?tJw#J=h^Fe$ zA>bf@r6>^@zrBhLdgsYO8XYR=VVfQlX{qj^w1$2H)akK_K{S>kvUj)$%V;JCkcRw&LrIIg|3G!II9XGN>*o`#JzYxe|# z)j-P$1iKu;YQN_F2=)kqZAGxl5$t>fJ0HPn{>u>rJAz;}PBI_CYW!_Kf}Jn#jTiO2 zxBR$VxV-lTJeUmRxNuzQ2&x!E6(guZ3xw`M6>pw8;1EGX828y7UKQci&`}pPp^t>vGi$yOh7uAx&-Q@{vUb?Tdj0 z1_At)Kc%Izkq0dXrTD8-{8ix+gL|3`X1E4ZmU5XHjw?;tWnh&-SsO6VpeVx<&63gr z@j=XQ43=oGh+$Zw1>*kVong%H#6ANZ85E*BCUn?f1#W2t;~LN6n^qhG4gxQ84_=MJ ztHFMQ6B%A>9 zjgl`zt8ug%N1<^P8b_gVbXkNhyZa65(PdGe!TI=z`qvG#l2E&|d3(yD+E1d|i*W#- zM70;A+K-^x-ztM5dCE89e&QA$kUZs1sV8~Ty!sPKE1e*NI>VHDIP~YG{Btva`~NfU z|6g4Ihw`r*4PNU4a4oIfl<+VAO7iqtkAe0FX(f5m{vfTm8-K!m>n^+8M)I_6H$d{V zjpXUo=K-A2*>)w48(93V#Ib26>@f$(vF$ZRg-06g6c zPt}z;3Qsq~)2tPTP&D6!d#yNp9B1@6&PXc`cQje)VR*U(p6*f5qYZAoUoe9)r|lFB`lMW{;mig-v-n zsGzpMN?ybBTokJ2xMq2s3Ra&Zoqi-l{R~+h2FNOagyew(NF#_KLI@&?Afg!$97GUN z1QA6LA($PQ2_T3N%#L*!Xh(Hz{~GS(a*aW7BPFV(WnVgTNZY@911;3eKSVjW$u6}} zJG_NYP&aWyb<5j1pnti5|CD(B(XU zm;oYUfQYCbaCNZ;h=?H~qPkcE$l$kY4YW&^*k@3LaH@#`%FG=CfwqxXds^oOYL~gk2n2s%Oz90WL2b|T z8m;I@i2?G;F3ne$T+e;Lz&~-`#rc-we9LjZDZ5{1#jN&_qhu>PH}EL4`pI zTirXI5)_R?(Kr-M;d~2ba~TI_aSw`iLD5tV07VP1RUH61h1B3v*lGbj_B{OQt4RYn z&^B!K=k#K~+F`H)h3;Qx@I5pAxUrRD{8LkNpq;B7ADQ1mN9DSABLdq5CYUPMlFk|Wf8U1 z9t)ZQCaVon8HdWaRK}q){PueaNKQPP2^APKm(I z2x&?Libm!Db-+A;G$pbCNCKoOk$PYeun=ejmHL%uB4}0PGm)v3P;CU&My3JCID%>;C^>?DBUnnL0>DxtSV{y- ziC`%aEG2@aXmv;=PH7f^rD%0Xq=r%zun1TTkfua1oCwT`U^9_MpamdJiC{vJB|sD4 z0!snRDv|=Qt;i~%4VVYOzX(Xtg1S^Yl0&4*H7ug0p4eSJ-1xQmOyMWyQ6picw z;AsS&MtXpK07KmomT^aDU_}lCSZD+bjT{0F0=+;Q=m$0deE_76D9(heq*3_a2d%Wc z&|o{3cXX_l~>R4$m>Y0n8Hlw4Tqa&}$gO2V(NBP!j#b)z=aR40!XBap$ z4b(>wtfGWIRv_Ysk>p)S@?j+TI+8q&B>#*gPa;Y6QM`_rRv@7jNJxDYC#m!xmDWy$ zE2y;kC|arXiV*|X{@$Z0X?f%C1@=@STAjvO@fY6L!uwiyzY*R~#+%hb`N@!fBfQsc zWqH%{3A_v9%$t-WKYt&foTNABm}JR7J%;&?Nj_O-ui z5va3Igz-oLJd(};aBxPNF5%#j{GI>9ja=f9yq*7-TFGe!kkBF|v&>~p3JZzw4s@q|mwm($cK;2Z=;V3?e8vleEzknLGR_i*{ z_$ZFzQ5;1hYWxCfd^v6KE7bTXYWyy0{L>aL-)j=jJEDC75AdD2i8XYb1|2_61+Q;0 z@b=7viD_!&?~gfc6_;%QbS%MO129KpS*M@xsBy3e%>s=xDf7?~aW`R4?ZUb~%JyzJ^`45)CvbYd_K8I_MLazys*>HuP~E zgYRLXT5|F|EL4m5gU}~{t zO0lPboxrmIF*&vi*bO{nFtCTxdP)#!GejC7CdUZJF~YH$X$rkVkV`$~1Dhy8E;-+U zQ_Z;xKUsu6v_nZ3&aw!7=zNI0kz}fURnB4ad1uR^3hfoETv;OsiEHfM4d~+r^r3BH z)3domA2*JXui9CSga*T19SVmO~U|1Z6X_-gN3SRaQ*=ohu z27q?0OYg! zf!LK$O}CN~QuV>>)M@p>yHMVZ15jQ)KuSnsP+kdX5Xa-MdK2Zf>g^3E{|1!Ts<%I9 zDE|hOSMTMEQ2s?IpOeV>E@-Her%+yrT+ZxcZ^1d4zJ^j9T#HtMVeIiTW(7rjl+%A zgs0Vnr*7O~3GQ$;+*nPF>c$hsV7MD=;h z#|4dH)0+Ccf{uVb!f~2#Jdbc(f=&M;=A6J9HK91{T1nHjHDKvY*G3vwB8@ANMhVh5 zA8A~PG~SCeN|45txG!x}avkn#8}93F+}HJpDTqF{qmKau7IO?naAZ$Rq=X~ej{N+l z+jUq<&hWB=wVH1Jkfefja3=qZBo(YZhsxKB}K4Mb!LaIe-K*NF##;GEiEP ze%(r{e%?4JQ$rBB{mQr4z0@27?Z8!rkMMWkIuG}dN*bI;i1ByeDr@AD5aaK_bzU?7 zhfH5brmrK@Z4medWcoS;{yl=-hD=|Fz5HKvXhMk|1ftJfJB zE6~RZ^f8Jn(B=>;(8mh&F^WF43BHE0bVkPTBD)t}3=rAJ8YwL?P-YohN=aUxXz%AQ zX*8&D@zzc&>9p%K1lDQSC(+(jQC>C5t443tXs{aPRr3Zr!Uj6QKyNU{8>k6?f;UhT zem`%poHy9d8)&?-l{e7xjpe+-0B^9o!{CRA^D`L49}(vdF^DfB&L3_wIEz)k&+Os< z5c@NT{fmhGhxm;zBJnTv8$5%=zlg;Dh{T`4Z#FI-A(WzpI-2F^FVAUjF_~)no7G)b(s3_! z-IT~^6B{Uz(Q1F-x?V~h26Yb@RIdZpa*6VGpu8O@?*z&lMR_~W+b{-k0_E*Et@4hY zs=WQ!Wj;qXQeh8#N0vr;{w_C9pgfJokD$B}l=lS6JBIS)$kHfp|0070i-83O&BWy2 zNTI~!x<($f7(77=tEJs<;pTLj$6S}E_&V*fK9=HNk_OGI3>w>jc?Q46YFn{d^}6^O zt-{zDGTOuTu>hUb0XnM#hk%0sW|}Xz^%VcQJ=J7i^)X(GQZ7X)36#==QZ7X)kE0aL zzPof>rTF?l6`M0LMg7^@flz1WXttb^_fb`~$i6x6q66H6=IQ61+|0-Fb~BF~j%5Zs zjlsWRsya+nwc`H-RTcHL;$Qq5rmE`1mmAi8`kI%fBrs8APnEiO&83NUslL86g!88t zCZ^kE7}lM|^g=)X3s>1Ef-ubAnqPx(i4MCL#iIvt8KF)Cji2l60c}j~pEstn2g0NF zFJ15;ls0ht4Fa1CqBsB@K%g}UYU3yb=JlAT>NnTae#)kEuQ$Qy!%gLYBF6-bhrcQ-iNk+h;)}A-J3TW+(C2X z5~OZ}m^_p!lpBPVexu61z7Ug?G+coy3c4y>o6)`7QR~-J}XKQ1wel=sqANjkC5WyBx9Nlp+@L|I5Fmwha0PQG7{u_MF`U8?#~?(k(5x%X zKZsV?Wy945+wdxyb=8LhZNOVJkaP9nEwNqcx%vd34W0YP^a*_yMP-==iju3>u!Kgnv{ZZ) z9krsPF$c(ma>X}Ih0{{;`3N>^;=A5nKa|hjsDj3S$6rbKr2R|I3e^~a**_l0Au-gj z-DU##W&-$%egn-Z+Wa(^BrNLm+}vUB=f{c!n$C$82{fHR)48z%{dxfdB_~jFn)gfd zyJ>#cpVgk`cl}xI`oFX3l$~l{s>z4ySPemWv0dpx6t-(>T^P29VS6+V%;FNZM`3#i zwkuuGbYpF-_`mVC&r{#4VD^nLTN^8WpZb2E`reASy$Vu)Hf``!zrpvZ^xf3=Z>jJ1 zasOjGtZso%S}E(e=dE_>Yyc36e{`dZDztjVTThH!v@N&>m9;Q9TyG!K%*R;LN?H!A zZ}Hc_MERDSmE%zqAH~C|OQoHNsBTv;4iXmcNdoFuskf3J4At$L6AbTZ=AW?uH_U5f zTvY&9@GZe@dgec}f55r1R(5(Pim6lQP`xR-`~NeFW@Iv!lsq5 zX*q1t(C=fgNrtl$Hm!tB{|h#)L@pY<|BJSJq?1?Y35O6)$Tdi;1XdZOTPURfh`A42 z-IuY|`S_B3xQDqAQ$AuJ6ljA26QIDPLW3|A=!60VP(UNH?Kr_HP@o+OXp_f#h%QA? zKwF_`)5tQUR*uxlu)%wg+BMiMbhY8h|=Y8jxG>Q?fXU{qi@h160@FxseP1%}gx>;rQQbWX7L?g+t2ofE8WI|50& zjMZ~*5wMU;IGJ@$Fr4(Z?LcapSslw5j<(v=Y7T|>fMfrnEtG;tOb^p;o>#ExQ%47{G`1y%~tffFPY#Tt2Vi-Eg@drby`rIeBep?Q?18l1fxDGIwl3RqdFB5PN_aK)PK4J!ZxeU2XfG_tT7j36A0sZ<}xQjmx5>u3gE9vl0dI?aEDEf_2 z50`o<21KccX0~d3WW@k&kF3ow{1_0V9x?Q*t=#;@h9TE}GK4P);Y&iil|MULQ}uNE zkS0dU%g51{<_NbVjVh#3g)}rrxE*PAa;_kEWPwq(6xE z9XzJDLmk@JX^|T451@U2%AteD%$af+K>LbTVXP;N^#qY_80m(wo-nKnQjah!nTvEa zmvb-Dor`o6SkDtkx4|*UIngtL_2`)Cz2qegNLMF%s==!sL-lTHm!+(*10#aSK=bq! zae^=+iVQT{VchINGcE&3UK|;mK6~({U3T!z=twUVL`Qn7C^}L^^aENH#zuL+Xy*MC z)f5r+ezMTm9Q$$2x0Q|pSg7XPY9fZ_+q%4;Ki^h5%9(HLq9b>a{aSD_&^(byLJvw0Gd2RyKu@eF)hH`My$Q zr5?14kyX_igKlJ1%J*qtPD_REhpSse1^tgOn9203z8eh@@1 z4swYhmjH4JBNv^`8)eWjw18J5aR}8LXqsdw$vu(;t)tq>7rc)zn86ox@&$3Kef-=5f3Q5OKzMz0Fn8X`Q;R`O}V>NuDhVI!ZbkDZaJ=^{nF6o{vqkFcL?^7nD zMz!|PaQQxEEjm0`%lT{ZojDO(&FkEVotaP<=GVgfn#-?gR-HUo&SdFIJeOuy#&KW8 zcrJf-rDblDT?Vl?MZc`c zU(~G~f7*^et-_yb)r_{v)zXn=sU3)#>T~>RdvFw;YrfC1Ypmq= z?;gVo9K{Rx{kz9z*yV|t2FGg*j#U|)Tx5`fFDY!{ZES0wn1g{GXyieQ!G~4?*jwuo z?!l(GYw%+zl_FGXSoT9$&)Ycj-?jnRB@QS=&0qvE%~$Mh;muKXwmf9f7Pv zxPPtv-w#={j?*IscxUP*DM8k=So=S=l>ci6VC=b{jk;_NAL}((HXf<-9kw?HsdeIf zUQ$2J(>?(A@E@}CzvfS#(`mz+KdH6<$07A`_?&O;|8Yn?3aLjSwbuTRL26B$9fQ=~ zID3kJfz+BkI|ix8Aa#}l?cj1Puny=1NHDx9bK9&`^fa&&cox_J>;iTJ4;g6ff6;nM zG&9CXM8@_R1ej_&gIW9qF9L@RqRdl>GEX6T2sj9w-csPR1D`|iIYeY~;Bx>zhc+4n zy8xWv`Q4N@06hjV=yN{wi9w(9@rk|o#9n;j`S`?q^f>~3j+~26912@Kjs^{`FEr3D zw2FC~afbug@59*diHVdl_WK(4+lu`j#eTm`Tj=PiN?DFlhE7$=ew4C*CxBA+qm=z9 zWj{)JFr$H9fm+^4Zh#G1#9z;z4&ol$|xE@AU z9mwi1vicVSMySF--S2-ScXWvwe(vZJHA1tw7YAk;xHGsn(;!&GWtD;UCOwG6??mEX zMB;aL7~F#y^k4>SkoY}FyniDl#OZI<(%Hj3B$+~zDI}Rfk|`vq=5>GCN#gMNqMGF1|I6OnM@My?_x_#n89XS2 z&X5`GI*<%w;wXd?1-p*JZR#^*M2JJ&k*@}00`^?;QrF9&gaEouu{CJPM3xh(P(sKX zo~SIADtm!yQ`RSyG`%y z{X^fi&pDcN_I~#FdD-viuOi$hbe9d;vAxPR2EzJWj?JknwgTS%)OGz3-cm zWF47&FOsZ7l9!Xy%gO0NBw5#G@LmM=7IJktxzf45YJp$QcU>6f!Z5$T$>oy)q~`Kn zO_rWqVC1TUTxsoaoLqH~t2nvpAXh8N)k<;|Cs!ThDo(D{B@icTFCwcrvU-tR`Mo4z zq~Z1ck|Bqzg~?TLoEPBe8&RS8s8Ea$aeAqR(TdmAcKEH1{hvP~yLK9vD2W>VnsGE7 z;U22dKa&)y;q5k43Im!;0ZVfgpTyfYH5&A;G#H>)<9R~U0lfV{j!PVU(;6=6-5Q{G zt9L!Ajlc$g9$}p!{rnb7Jr8~I5Gj!dwgPY{fz+z$b3+hk!UiK)i%|qIiXh&z&_L2C zi!l`$jUy68M*Ua|?U=6>T4xs9rRJ3TGmZwa7G*Pz2C){JQ?B0HV%jdxp@>?cCA%?# zHae>eGzot=$5T{N2Yo5}8is3QaIKO{9fNEB0tnAl!nMicM5LBP19VJn60WtOc}cj| z2G^2sEm@+Ej;QgMsmcraQKaZIVZOJb@DhE>LW4%i(S@aHKxZ1!nf868C`Ttc(^=A) zM#|BN&UB(KooKSQ2y8%SItg{NuP2jKg<9aM3auQHVbpMv4i#2gTsv_2A^T4$!YD;J zOcC}|1WgzFDMj$7li!Hi@23cVLJ>5Gd5$6+MC}h#gmdIR4KcO(LKQ%m_$R9h*%SVbt8Cg=)u*y%mjDH{V;y-#G7k11XS4ej2=rAU_Q|MWBF2VEl19b-HU9CW8Fb%@RO< z5#$#^emaEEn^Q@7n<(#D%6owF9-zDZepGI`j2vNSL4I#EcLiI_fAz>OlO3Qce=K&;CAD;T8(+E*pOr#NF znxNOErrW6LHcBogY8#LwlGHZsNlGpzCMmv{s4YK|lspY{(l93p6VsF^jgd*?X4S#2 zgNM=-I*pN02fKzZ$~sb-s6pSz$VZJ*gEBIsNZfC#ss<+*849DmCBJuHVwZ(e04cG1 zd!OLY3i!}(;X~)(Lo>vp1$<~b0cn>cj&RB{=`W+W1WTx9291y?jgT~rkTi`Df2SH9 zMD`$AyOFHzCu@7i+Get*-H6qw-n`N-Uw5NAyotAL0rCa`d~E=)8^+fLXb?SA06Gkw zph5Hy{x`6f6s@BAod!?PDyrW>YPZ4g9$*)jleLP*pR=dqP~~+us+-}d@5TK-!3mz} zI{u}uM4!c^ZUB}5*8?{JHv<`91+dhhc^RqYKpMEqAa*yf&fxEFH@HteZ;hqK*7IPi zfq#Pi_(r>&zX8Y_jBFx>&ZwtI&gSp8+vQj*Km;&>)H}FD<10k~#l!aC@*}`e;Aw#N z+vUfA;|4Ea6x67G0n0FWtewWbxyM*@NeF=CGz+_AwLXaWtx)#6>`oj{=J|6J3 z1RqLZf}H)_<9(Vi?hl?i2e^j`l1ZzffO?<<aa7Y6wSN0{;6n%#q@KSK=2g>*4<% zF*wTmQoJwW7|5EXv1Z!T=xVIWCt%4J@C)CH7}R4`zA%#%R;3L;xQuFCLCt&#YqkJu z_9c`q0*f0@0LKCPI~(cm?1aUge6kQW(C&bRX_m_H$t(F}3!l{Zr6zx6_@pL(CHUk~ zJ{jVZm+{G?eDX5PgAOClU>-7<2OUQ4_qnaYJgmYzEXO=7$2=@2rynK?mwC{{u}bFQ z)|~yztyT27VHs}4GTeH;ny$r1JxtiBZZB;cv-S{|2%@5~TxbuzgEV|K9j6w`14z_# zw9eojgrg4KS5ea^mH?>f=uN=QTxNh3T%xAmS!Qt0a)VdX2IDB_M^Vn(O3JCN*Zx?V zm*eSb18qv?M|hK~n)Iklg<#_3nu64x#ScDDz zS3lDW%6_Y#@jy!hDt@>0+wz?}OTYE!sB1#@grx@LAV6NcqX&6a#Z7s5l^#r3>T=P) zb$!uYRPo1*?V4&kVQGp)r?*IcNJwX1mCL>)1I@74>ISd8%00hzrYq%_{HUQ}5y<33C4g4+@O%Kk)Q_T$4bS$-4B9rRJLKA1%u-(~8mJ0)~ort_x zez9Gajc^QO<;#MxVXVA{?G%h@gySq$z8))IU$XMQyUH$8B`aT#m2dE^;|{y@t$g_& zABXK}3jtNjQQ&ESfU4yfa2zNFR4pZMpviOofoj7&_J3L#>u)I}-xwrF2m}ortg=gx zkiaVI#2>XUUE&foGF{>lby2I2LY+htW{6W;ek)7IyQZlvzm?U7HA}Zrg9P*uLVGt4 zYy}A86@94-xQYohismX!piwmEO`w6)&(pH`Af)~vq<$V!Z~v&lo5+hlzq33ql<0o! z8R_#t1Co9+5%<4h4u50vTWh_ux>T zNFh(8kVun)5t?Y@_e|6hfrj_-fa>-;#5Dn=7Qe6QfG#zy&TsWhD56#O_5#YWfO2Sm zkQJ0;0p*BOjun(+0qgU^KL(JCw?`-y70mawMZ%tue2S0IKoqS<;)~i>bFR&v&$B=rxxwWuQ8}YdkScermeQ1Jvp=|L1?N; zL|sJd*Ae|Ub{Hg))na7Tg{wYH3CBAme8ZPm*pTXC@8(;gGjlc$AlfmXK0M-3*Y{bX05yzAoTza7fYhCUj;kcic1F8XNglDaW8d?EVyEvkO#<9A*Rq9mFT(2un!8@?DsNzR}o zMUb%T{(85;KjE$ZX&0Br3|>9~(2?@;Gr&oM)6W4&+&AX_vPf_HIV4`i9GkP} zYeg@zucQ@Cb@rgQq!oi`MKfB_j8=@H6-{VGa|S>w#?XqhID%fZVi2w9z01I#IQ9(Y z^@>s~`uX)dg|>co;9EA@Wz7bI7%bKt8?F8Fy91wr)czcs|2kRpT0Y07f=20l>>j%L zdg$isc?ozCK-DJiynt~1P;VU8^~1VxSa$%{eGk_C8LayWt&=|bpmboKW{G}mm0f0O zov8b1(Mm4i+LKT(3-z)&E@533)@5N`7S=6-by--Kg>~AAZ2{DKatlCswBSC2cplga zK*wMKfR5jTj=>g#IGohPoxn~Wz{vod{N8Q@e=_6u;N)^Rxg1U|hm*_UWDT6GdEDT2 zb5efGx72c8<(!0$3Qn}JL49AE((J-X7f$+9nq4^Q!pR_<)U*_TN^=-a*53`RGx!>u z>@0C|2u{|oGFSi;yI^9&CQ_v~)7Je@x;yCOqo0T}8=N{}V!p>p= zfSua4Q*&#Ju(OE89D$vhl{f-BD^0bnG_CA6KP$1?0Tk`(ST=w%3Oh$3W~Et)qgc$L z`v7>VS&8HDbP$W#3t7iS))q?*5V z2AQ{!ng?L?8`ay0Zq?7{UeX|fmU(l3-@)aS;m6dfb`~EXeLK5`6po;XBTzS05l2wm z0JIutwf0#Y!C4$ZH;!N+51?uTld0N3N!5xaRVz-WYCpjd`~*kv6CA-$a0Fk)5q$Lx zaRg;!m72?0?g*~4I+}W{QiC96-D4UADI2To#}N#nYC|}J@~v`l1VgA=AF9?@Qnh`k z+H0tqf|GqERqK1bs+LF9@~B!KRm-Dlc~mWrs%aL8R4rfTCcbY^ozn*O&yqs(wCip? z>Q|5YjS}LFqJE=ZEdqQY(2u;qS$&Ki52>lJA(?xVTizdg> zQIf@czQQ|E6D^2#!VnT^SC~+1g4xz+Z^fxk(6iOUIi32Ec zGfJ$%#JF4~N*tO}iN95f=6mr2`pWAKVM|0}93LT6DEfqi!Qz&8vMNB0OLM25Ep@=CIF)kfM z{o*KH0HuqdYJI4hi%Q*4m8@S44>UdI9WaQ+u9pHp`678wD zq6O`_fa0JA8aNC=$LWx;6*|s`e=(RiA5PBCaS0Qr!^HV8aXw6Jg^BZF;(VAmf0Kc? zY0y4P6$=1_^BORFNx`)X1XQpo{v>eNU{jC5+()@QKlizGspT0j3q&|JE1oj7lGzJu0&d<^Y>KgCFvTE;R^=%#?9(tX^>V*Jy)>H=b**Q*rDgJLk`?{4sNI?@MY|f zdIDeGZK-c!hrYSX;AOaRiIzqSqQ)0meN1}Z#KD>NRBIZ}zzuJZu+-NVxq;s<0q9rJ zQ8vSP*kQut*Wkg!c-ZDO2EQOo9)=9B(qD3r;P_8483*CULpg)j;D#1msoz_NqWNRY z)%4O$%?-Soi(=PMwY7}~DXO*>ovx*7ThQs694V@{7R9bbu~SrSEs9->V%JiuEn5JT z?k6bS-=cJr#lSJ z?K0@!WAJi^!7q1mZy$g{3=lXB>^2zOZ}7`fp%3=(;1L52n4hALXW%`SNtZUUe7812 zRO2>8YgQ8{v^Z70;-}G+vuMgs(Uj8{)|9E6rNx}RrP>~#@^z_sev775+XHmRPW~B9 zxnl<@G{ui-wb=Uq)`(WYEK2tqi)atq$NP@}M}en-KHwN|+(6uw$JPpuGLJn*ygNp` zJN6RrB2Z#>#bGR>+%a034vHOd3zmDtFn12S zY3)dP#|-j&8M3Z{wyz*bE#hj#IV>ne3TyBNok;g(q^mvHHB~?}oUg$!UWsA61;ePR z0{;Ax0*3KQ=+n?`unog_Ifk+4fWZS8#>-(&;7ve`Vub-(Mb1^E5(e%y01cuD40B+Z z3&Z3@)J_?s$_`LlBY2WQYHKjZCABp|Z4FXegVfdmYHN_%8l<)ci4T%g*$7oOLVOU- z16aM}R#L33Ud zI`yIE@brzAN^US%j-S>_sj8>cSBl(Tu(vp`7*y=!9k&PB3u}Cqst7DFXi|jtVN2DY zALgk~MpOT$9@70#Da^ZqYWx9}cLmjW1r>U04xk!8L^WPPHC{nA{(x${f@-{iYP^DK z3{#EXEN?0=OkFy8fNE5j*H^GqUx$IBf6YfynAf-8?p1PL<9qDE_%40{1^h{cT5)(K z6wsu?E1`f^9BNYGzhKgaP|3b&2B&BO+>1#&he|#S1@3?XTK9ej(Z~oCICYo7Q&8Y3 zl=E9C=lzi3Rl>K`gl|uwp&y49_d$zaK#TiO*wch>-$G$;L1E9Lu&0S+G|6ctk<5+` z1MM}wABEK#hZZN%jKTgW4z@Aa2$9BI0-xlz?@5LAb5?( zg(l*%7G%Y)i0k;jIzR?xF{vAXB>)YCN!JEd8rt%@A|PRji^YE@Bx|uMl^<(bA?8!URA*&3T28Xn-T70G5Ys6k% zg_U{-_No!f)tKWFdlkoCHDa$Cu~%1NuNtvejo7P3Ow~KK02rgWJAoa*Zi9AgPCGVd zF3g#Z+nJ8rncia%!sbjrKnj~P{SYvz+krV{L-xT4{5LX z{(Qo~QvPKbzg=z+NE-yPT-t$4OECNe$(od;E?e!zr3I$`hpB+&Je8BGe>}X~BzR%!?;tNArlW~ENsg9xJ!!^|7b zmWCiIMrpNHQ4LcYtua2taDzOt+GUXuyHp3n036rElOm3}2*-=iTc=7EU$g%U{kwYS zhheri@dQ3UoaYjbzk%NQAl~^P-uWQj`5@jo`yB8(c>f>WI}gKqb@-JHq>aLRf1p4+ zc3kQ}8oWOT@6W;ebMXEgygvu;&%yi2yB*+t7Tyn3!TTyGPxC)jXP^P;riGSjqz@oQ zAAk<_dD%DcbO~r?$jh?rnDtW^=KZ`0;Eez6@p-bw_}N-VG{2Vl|X5dpLk0kjeU zY{#Ov5&^Vs0BErshWD$m=&RuU;k>~qcz+6uehQ0TEC5(^f5O$Ny#NEL)A>FJbYc2Q6XIS?pTEqTve%i(ZRGuf3h` z%B-Jn(Q8X~Jcb=FKxK6UdBefj?7@q%+1+rr8}4?)-EO$s4R^cYZgkO?4ktMWE zKwIxD_E#)5LJ!&qG3Lliz>C0zX?riNCyf(lVwMVp0s28wSCL8>#I6BCT++4*IRF+t z1fK^8T|R{|AHbM@3O;`dKL7Z_d|q4P^IG`a4WHM-=e6+psT=^G*TUzu@OdqKR)n$^ zKCgw(YoYQ}Q28mxa#gVlg!rIrqJLY3_&{T+X@Uf85u^B^jrgE#2|z2RjrbsaGpP)) z0$9quWd_ORT&4l&qlx}HHcqi<0{Zx|s3!Wm=kuj(pCUgNE!(GPWWT*?oQjWA@o_3X zPQ}Nmc%6cx10qAI>y;0iuAYH)n;-!gw>^bv@g5ArbY{IgOAz+ZLJbK zLh2BJ><@+w`ho_d(+vKV*z6!mtfNv#k+}LE&del5-@`A^+CgcVLLsDaN2$Y4TiyK4 z9=o@s!$4aaoY`k7O>+7xBALG;GXD(H(3S?zQt0*`gU22*xb}d-#~);HV+8dGg$P%l?F2FnP1tPvvYXxRs+o%3cQWf zJmBp-m~T)_l0qw-caU0TuoB9@d!@l`ussg%Z$kra%W(13L~yax?rwuHv3GbEmya7%8+(sXzy9#@SSj{a z55ag1PZt5ybR|puZ#-FHa1GyG4{Qa9L5d}tU1>|s@fQ9i2W$sg0qnS9Z|xs8zJtqM z08A_&h&*ifE_FuUJE?$LgN*%E)BQPsxsJWbz=;`n-CmgM2!(3|@+B%3i4RftyezVNa$udAuWPn1e5wbAW8|{O(S_q@PXUAY{ z5$+aq24m3n0=v*|;{Ram7}T5gByiY3Yo#4b%d{h09x%{I!!%4wMYE1+@#2F@gi}C( z8BXHQqa{}!g%MtVHWiS6Xl7uUYn%T48-AtXZZ(^aMU{wpDHF%}9ecEU%fwk2lGoALJjlhyDC1!+Iyt?lwfM?W@v=SmR*PE4YXC z)`lirqwvn&U(Hv7MtK7R2|E`Q%3^9h60Eu^-PY9n>Xpk*&WHYRKdfpm3dqV}TE`cSQ$ zR6r`}YA+hC1lCG8ouwh^Y7v|k^EpUEi{Sj-B`TgEi8Q=z9mu^y?t|n$K<*uKA0hWH zxsQ;0m)u9leV*Ls>&ZRZ?JWbPFafmNTMLSG12`b<&YQs8XrqOShZ;^=GmqQP{QWnc z?y<`lx>`U@Q%4M*KEx$mo#`I~;|4{(rhVC?lr2Kp!j#RSY!S-lQnmnPb17SZvbmHk zNZEqS4s7T!NbCf50J{x>c(C9uE+JBu*N1q03$IV{`Vg;=@%jv}kMa5puaEKi0Y_oGBrQOc&1 zUDJ>&N^LbzwkTzbLd+*-vk~5z6)Sb0({cjJOCp-K-MDo^LHKrjsi~ueZVo`IB)`>Dx%O#xli3? zDQ^WM;YZ6xV1q%;CQ`oTLL~mWlL1*cPdn$k>9)?q_zUp%AlxL9uy@3&eqx2&@#s zt_d4tXpL#3lv@0G3;uitfqDvmUW>3}GfCmkV{;8c*fnkalEH(8XpMP?(of1_zAMXB zaep67L7LyDA%7ZskjBo5mib;dmN*kcQs+#nfg*J1R{uBeENk0iV2t-Gm^6 z0+y+xjEbe4R5+AU$8T5s89CK@H5a+KNXSJv0e&V=;vyUu;kXD#?FCINk|~YQy{J@% z9JqR)-lF$a@hS=}S(X1*wd%j1QZ}SLd^g5-FV2_odTo8B*hl>lJF2u1&<;D zbt3q~Cd;vPCuq7QI}DcZG`MCTDXgA<{O8sCx!1*0Oy3DiUp<`&S06A~{3w?QTPXF^!zgBd2L{nkJ_+$Z2|k<+Sj)!AZn)5-~L*rh5_7NhH*H zgnLAcC;6`LiV}RycSTxmrVUVhSLAOi668ZV-#NvHQhX@JhcbL9#fM^iNGBnsrX<(E zWKtVHUuv66QrnEwI?4T4kXkoV>!g1F9;tOwj^~lu^GNN7NUf9l{ad8=6{Pk&Qu`rN z`!rH}9%cG8%H&xel(=G~fFe$4tYGi!6%gh!|#l`Xmrg0C;ua=>|frs|CNzAkd z+S?{fDHB-!2r8uA)3sTV`t`JnOoaETrRi^tS2V7m(+G*YUkt)WFyDz_a|+!o{0^Md6BCCJ1b@j92u7WW3_Gi{x1W zMn$hXr75^Tk5Z*(A8cyI9>|JbhCP^pJ(!L?NMjEwS<&g(gBbSUvXT{T#U9L;6~*3X zd2^UIt1nzAKXR_&P77^ zAfZi2=#Qwud&r-xvT86w{+@?7_vygcmkn6|DgE>vdW1-Ku*V} zHzb7N@y38K(kV=z+C3R8W(L!j!SrSLnI6b|dA&X4Kw-qL9!9RYj~T! z@-#$V0%RjVHUeZLz;FG1SIdKU-_Pjvm5e?QycZ~i+fiX;(JLBNvN3s621#B*HdJL) z{KeH9zmV7PWF@IlXhj8TJyjIgC1z4W;NYx`DR;nX(U)zIf=|ULY_xJx(ycX0dfg zh=Ozo$me;V7KU{4zDC~H$@?03Ul;HD@4W9u-uK^mpAHo{bpHF^qxYT9Q?<`8k!F{u zoT_tAA<)Z<+88=Syepo1AD`?6imxU_^|B0=$ci-7ed6^HR8nkTqxhPqR;Weq%_{HUJFF1-1abSt_&RliCRN*U6ZZAq{uQ zmt8`ykV-@jF0lsn-HJwa(%kzQ_sI(Ds&0spU9YGJ%iG=7ji17eW*Vqn zn437}rVDe^h`CvSxp^Dr=6jf%w_$D$L%4UG&yBw+nH%-6+`~%;dFcXPTF*-t@X|Oh zZRe$*=cWJ5OFz#`5Af2Dod42a>ZQI)Qp##txX?natjQ~d>QXM%zCe^Rw@VzkP*1+sEAHn7sa0(l zVUwbIWn=1y#~Wp&N#TtxB6fLkb;(cAWGS(`_odoWMR~e9nE{>hI{ zhev*1;7tL5H2&zn6t;ZWj-Po^JwNlJ2UUe{%_=#nlDYo(V_2n}`k7RoE9F!o*3%Mr zT1F9G58=u!E3a1r!3+1vOSv8AUqZly>b@u~lY19q|BZFJ>Xe9PspsKP$;vx+WNJD4 zjYgkJ^SJ$O-z&}I_9p{OJ&(J1gx53gtN1j)yszRh;5fiQhSpG)Z{B#?9=I&Z*}UPGoW;HaEr_Cwd%G2i5$gNgDX^>Uj`8sV*gSP5^*C49~ZG*m#!YKH$qc@=h z71!>@?yq=rnYY5^dXr30E1j_FAEBrdR#P9f2lt{|QPipp1&g9vZRnQf!==%!Gw5#= zwHiagdeN<3I#+tpEiFDilOwf;dv^hM8jR7o(o5$`?*@R*6>sq|Dzv=-pgr4Bob4!1 z2%XW9LDjBg@Mlj<*eGwINuz8Pam8__>+Jt@z+y9YO{;`-^j7~8yX?Q7r#AsNbD05F zaJkeVyUd_@IhSbzZM?GnZcDAlI%?^{`mL5~z7K%y@84i>Ti)P~OIPM$+;J8j|8aY9VK4h(XKeyjf zuflPE&tM0R>vWpYZcB~!7-%j0xdWEU(yu)7xK&D?c^Ub`Ko7vYjQkOR$r(EOBfrD` zIZB=v)1Tc=o^>43GV&Zn>DtIk8~xeK$cv6cYUI0G>C^a#rF0xplgU&H z>N+G=hkciw!J|W6_1ys9P5h?5`*{lUZ#R>7mX$5uX5Sd>GtdOg`0v}j3rxU78VPD4 zaegf%sDQAlf?81Rcf-ys?95UNS!!QL)@zAo7ItP~XE(Kyc_6K}JYw-1rKj`5B-`LAH&hm{o z%+Y)S|2W_P@6&O>nlIpwI3;*rfIJ7tbAtD2#7Wbvyb&j4wHjHiMpj)g_Ak-o)yV1} zkyRJ6TD{JGt2K{01ueXa_vN^^nwOHRAfH2$VZXVTw1($&#) z(o2o!xs=1Q3W%vYif$2vZK(1I@rTNqmYD@D3-^lk-Th;i%h4%5p zB7*>SGGAxlE;i7CDgMTuLF}Y z9quu>6}j{w=Ub7>t;Ezv@1q*?z;-UtnLIj^hii%34a7B_p_R{Z53Y&)3985AJs(e_ zLTM@`!FLlSwrlocg71n~=^d7OBYDdEPQ!copKjcq`Pk=-{^UHI;IFdpB*czhS*ahCjj2jlS- z)bzU;kMCUgyS{m-q^2?tzM9HBRHFvu&v(ZT`O|)fa>qKMEFyPYt^6F5Um^?y4HU*} z!en3u_iDHoF(^AhO^e4IfF;7y8KD=xp}{^pUx7p--8)5xsr$C37RW z$e7FANI%{{=TMEDso$y1oIgpdlGzMl9(=Q@a6bmGV(@A?^`;G~V(=;iua;A9v1;p$ z{3*dN+xYHoYa;T-6fND0F%4+d{ch_S$U=&8Dy!;EOpsUUFwwgEOnVh z5Z%Zi%XjDT-Raa(nmRhlcjr+@^Z0HDb=1Lk=V3~Z^4+C;cR6*`0f%Ps-EGuS$Hj2t zjdTe(udm>|KDWl;@l^&}bKF~PaN{h4OIRvN3_M-GB@mu`h2X$GHwS3U5`g;!5ww5BgIkmXtixvrdPu#7?P#yTEcXQ2Lww=CxJ1}v>ZqxcdCIH3(7pMNls6GE&?L$P<@I`9D6iDYl^#*v1m*Rc zmI=!1QeMAlnV`H8%9~gYqyaQaOR=?BSY4vB&jC2@+h>KV3X=nH++QA{;N4#%Q5Gi4 z-g~=$zn%^u_0g(Vh~6Imh)gXZ&C-*q?EyYXZ%=lm!Iv8iw3o$~Z|9QUo*(4^dQv~R z#^B5J_I#P%p4--w+6Zg_HW~bA3xIOE7zG!j5WpzNFeRf>HCLlze-7OBw-3^U zjq;U4)MXdk?J9NUbWxXGaJLKYc2SpI)MXdk?Si{qRAU#_*hMwAqs~FpS%-}K`wq&L zYj=qtimmyveqZF5sO0D#gIyg4UxL(e4B3~cXAa#5{_r?tpwG_IGd))@nM@aP; z>^oqv3wrMxGiasCg4C7{z7Ntjm!NOXp|)HqO77%U)Zh-(K0D3eAZoAuTC|2p+c%G* z>{-Y^in3=Vrn@YazZ-zSXV;V32y8G2ZX$&e-&^XJQfFa`3>D}s43VJ>8H$mi)GC7l zxr#xb0`$?Y`~~P!fIexMQ^=8mJ_YDgfIhX*rvQBl(5C=>($FUjeUi{834PMgM`yby zVNM#Kl0IaRWYoh&V1bgr9P+1)a3bU{K-RRdrW1iRAh6#DP{}*AWqzF4DMP3441W+cwX|6VeVodo8Z#p!lPow(YpjpH&y-7MS zM=RUCNjh_Q@OB^xpsN~^Op9SyU~g`K#_4#AH^F;0DgLG6lme<^Ijn1ebtzc)L0I=* zSa%t$`xX_j0oFCZx(%?d0oLiX(s{717SXMPb+xeWHCQ)v{#F1U>mYg-mQ-VR*V+3# zt49zMS;b`zkgcP zDPo$An4*YD`2P#Gn8mK zB??iZ<&>y~5~*(_j6ZVGo@u4(2~)}#bre<|QC{uWqTMCXLvKdF#f^clvY(wcvVmA)zrO z)Qg0gkWfV{g@meE#I@D_FMA)52M~@%R(W*z~%&A0$v14 zUVQScpU3R~v=+3yDlinOw-|WSzw0ga6ytP#A0mYw>GZWe_TlTs7NCAu0$f zDnQ@7(15zs`9}_Q8KqX+@W0;qNBEw$96*I8sZjs?qbLHsm&-@KQVtdabgySmc^lU-()a!GnXh* zb_MsA8k}8buz5L`X@kLa2G63LcgVG&ocm#70w!vUz(sjWX^mZT3-@vc&%((7oD874 zTD;whscPO~aPh=E2r&<`561nl^C0Xz2s;n{n0r-F6ss4-%1_wl1$M?^r#IURI!>7A z1^>G7Jx%zYZi1|CKjM+^q0ct}OA>hi(&(rx?I*49S98lMPG6aA|19rPKCKa!lsPnQ zVd!E@5=Zz324(7oghvp#Q5Ni!?NFkPM1Kb^d=~mO(?C z-D_aukcQtk&@NS}Lzb%F3!u81$Rg2gt|U6N){*?s+Tcoq2wJO^3Z%lwYH*xM{9p$hZ3N_l@0-}cFV!v>{JyrzKDt!pD>7g3+Upq z8|VQZ0S*8(D2uovoq(g=GgGL2ieM)d0Z?{LC9I##B^sZ??WB?bW+a7;s2C%C-X264 z7>+anUj_aWcnaWs8PuiWB`(?QDKZAI*;C{i;J*ND_7wRzz-CX8&ja5C*z767W>4B9 zC55V~S8Yb0y+zv=O}zoxEYxon&Q)j4d>s$_bqbjI2=^$Z_D?)RQMJ2g6Be!$3-=0Y z+KGi*fQ75S*5L0@(?38>>sK258eRQ!qNQKo4y-fKoR~kzkwQ&>jhg-%HT`qc^w+5A zuTj%qqo%`~47`akSjifat}34p{AN|mO@Q6-)sam z9YIYs->mr=D%|FSuT{C5Lgn{>dVJxL(b+DdKvI zxZXZo?~SvX=nK;LVDS}8wc@~AQRiRaz*}+PtvK*j zwEGw125LfOF09?LtE@tG`jwloly{8UFL?o~8%N{gXnY)vmwRtSIW-42jzYxIg*a*u zhvQ8!djO6PK<@$QJy4=|Q_e0$?*ZsN0KEsG_W<-BfZhW>vmMJuI1B_0lG8}h460dZ z5QRQ1L~ipI8MNV@w-LG3&LlN^aU?KHT0pFxruOj3DCD(`{)2FtLC zaVjN>$z9iDu;LMe2Qays!L%Z1|B|5s0$U8UXQ7TXdJbdskJzE-FhT!FkpFYygX^&` zE=HjjE6|HQ&`gsorXY(c@IAKM$z=-xVsG;Oo4+baE}>$0aNe= zOu-j01z*4vG-3)GFUAxMQkVV~!u~M^r>V

avNtY>pTVQXN0 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�rnIAE}wI{F!LqO;NST*oERp_3!E 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�?sqRWy}8346d^52O^fzf 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

ZwFM&8Vjt^)!==HK3#Fm4IWQ9?b#* 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�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

G(hvPpoKv>V)p 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

162PazC1BMj}3b5=4FoLP zP`?J$ZyV}YkNVZ4e%nyL_k05&+;2yQW)bec2k~j|F<5{My$2ckAr#LdLw|-0H6lYg zfKU4o)oXhdrOQq?c$F|E1$9$UCilx4u#5~P$v{>gF?y`Q4WRLh=ILe);Df8lN(YdV&H;A zV6*M9#2kYRqT+34p384{^V>WCDRF~I8KfkGlxQ$XM|o*5Nhdz)D6eW-R85OCaFn1$ z30hQ5iz;YQ1uaU@BK4FM`y^;qhGtdJtZEpap;=1c=1qjtEH4WHQT;Xc@0X+ogh+}c zK5EqPQbeE{5l{-|YD6G|2xv!mbvdO7zaawEh=7g+%^(6AOVct=rA$_8sp=VaV-np5 zLZ;vngK(ok`XNdyfRzT?jUQ~Hw2a?Y1FHyDMiRY+hKOUq2nOQl-9TdFK#ak&IFdc~K({{~4BYn}f*Hg9X-Tsu z0&qVJU9N}D--9m4p^NO_{m|uu&}9k2{{VD32Av;(F7u&FFLXHoo$tcJ&BnsrwcQ|w zJqTkD0v!fv>_K3!LF}+W_9$=+I1UgAW={Yofl~l>BZ}RKVmCCQl@@Wj?NT$X%8MAq zZYVFJPS=YzJxZufHr;^ZQO-6UP2pxgtbry>(UZR zjQ}QN65C(a@z@3cp()zS$7FaTp9sy^gP!}592cexB0j~!l!3drfgq`)a~TKZdij^{ z<8m>O1Qr=wo^P;!fx*B+E)xcWtNHCQKw-)nN^1?YqHOs(N(xv;hbgWf@9(T2dc}q{ z%L(qv>2;K!1I_|){~G;xjDj)-Djns-oV8wmoxNaUGnpZ)ns!hqF4nBR;^HuzadB}F zoerVXL3BC{D}oR)0Kw7_EQn4^^HhT*bs6_T=F~nZ8^&W3TVH}1X~K-W8#8hbX5?1P z$o+c_n&8pjV;=q<^YFfX2Dj!}aevk>SM+lCfWhze7%c7M5*63Das?GCnGsiWh6NdM zd9y+iZ$b;pFzy{0#aa$YN~b-6d0LVY!XRs-NeD+3g?RxCatw_Mz&vfz3*?y>f_Xuh z7lC;(n5RVpQHU6Weo;slgLE-Sr<_S{sX!E}#h_Xgs%bNjGPcQvDV6FZcBMGyC3`B% zI@+lENAjU~fh{ieSW#OHlO=0@Zb9}q-z}Z{M8Y}_V_qzZ#7`@ou{19V^R#zK>uJQi z2+VWqX{32tPoo}b80Kk*rJ{@o%=2=MBM~3OMc>Rz+ou{R9pEw~VhS&ni*83EzKJ@w zBM}dx&YisUzatU*kcfI-x(~I|nYNOM7!u(UCThA+9yW$BXrexr7Y60y(aGiNq?Z$3 zmJ?pi?=?{J6s_HwkHfeTUr~-vaT~0(?Mr*&0!QseRIw=kCw5Q5I>N27y9!!UUXZ^X z;gU7;0;&lK*R{XqU!j}-ntwJNS<|xkqT+}&HQ?jZxc6YAfu;w7^az6a9znXvF4ZFl zuI9!ngV-8M^az5@z&ZohBdCRCwXn<`_go7Xy5NV7d#>GXj8{KCi`~d}7^E;BDU7dT zGq;{Kh4D?%N=Z%@H2WFnHi^0fxZ?41)(|7*u8K z*};B;dNx*9-D8k?0C?1(fk3X|kil?<-}X=7{P2cY}BDFL4w&B!EEG&!LCyPL+!hs2N-JK^&)_^ z7(_$|5z#@c$^hM#L8NmKIn^qVK?tU)%QkG{A#CD*#!FVsHuxD-dkCs!=NNQF3|_}N zYHif(SjVzDgQ~j>bcmkLzSTfk)jV!|&_DxawTrn-0*m-BZcS36+kqzyF75($a*1@lj�`biR&szK(R>g>>G9bQbL&A)UVU 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

1Wu=+2p^2*PsasUChz5Dw;4V$%|Ymec3}plV85 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

>@SCizQk%}@88L6mhHlQS4DZCsC zZ#oKZItouU$*UG{n*+?}HxynPspxFwHfx{;3Z907r%`wXJZ?=hl)My2NKQl07a-^h zD7;ia)fb@Z3ujXGg%10z0BL=7C)s_k@Dw2SK6(lIO5rI$99DSHx3XS?$Nh9&({P_U zuBBS}QiU@yE?>$Oxd7vvrt*y%z#IcTV0;4@KQ)aj^pH%9FQ_bxPX*%_gYk>OxG$)D zF&MuXjH{sXCNQpo%2UC34;Y^b#%BgHGZPfM3>>iAxynE<*j4gPXJAgs%4VG@Ga)@B zoSxc21IUcW>8YLEj*U}frsY}#_2{8)WTqZHRF59I6Pao0;0l?kM-SDbhq{rOdh}2| zdZ-?mxf4BfXC;}*A~RVi81jZSfl&;l4w-onnUOafDKnmU&@C(}atOe<+fWu@T&bA* zVCsEfJO##6V0<6^oC+|$4_3Z+6W~mYuR}|H_jUv8dJH@X7vBfQ*MafBLreV~TIxP9 z{v;Ux*P?-s4jTBo-3CHJ`9=fh1mF}9l+TOVV)g0bDi*!qI8 z-Ne{#Wo);eIW}?ALdK>f1X;Bsj7{9+t=bXBCaWe1J;vB%)rJRnz}RHf@^DigZn_h0 z%EL{0xaq5KQ@(>MxG4`e<>96~;if#?l!u%0aMM@ermw>ek^wXn1XEue)Zmre;cwS)0?Fg~)9D=@wrjPC~Hw}5e_`0fVdw*(m94aW0e zTyqVt6Qks}vJ-fA`CS9X4}FUT)YsRc7xMyaJmef?t_cF!RfL9 zr`_Pxtu{w+vFyx-9{U$>XF@vBIo6eMDnFuxPRxPR3^>&(pBZqP0jI6tG}pluIL(05 z3^>&(pBZqP0jC*o+6qovdkmzu0=59Q8%W*`*v2h9Ui}z=_(Am(fS(xfNvJ2_@e_C% zD+UeRb04<{xP>V9LXQ&_=`q`|Q9Bis)Bxrf7_XPH2%GmHHt#`f-lD4w$jf*z$8Yob z4KJg1o&k9oi?VhlFJl<`4hQrdhQ344cL@5v0)2-H0OvBya=(_o9#T(#iJ-a;RRo zHVCQWtY0@(;!gbg_Ah>ILi^dZn5e`ZU$IDwi3wC`>`a0lq<^7GT|@M5IB*t+<+=nW z@L>q>Fg+bYX*~=9d;q5(0(=|-D1g(?VAeAE2?cPZwAOC12Ul)0a2x_C3F|*?wX6TQ zg9nVQ9uruP30%L^z<+`O1DL@4pn>|`TnzviTRj5i&4lt)y_ryoYQDq%MUJ{R6UtK! znF;5p@3nvSlOLbdrOA)7{k6-W^5kc>^{NiSdm(8AyJ7Wpx&4-FHlV$Iats>~5`S1` z145Epz;8Lgd;<*#N!>gHjjh}wB#kQ!sjg?wAmcASvT5jH`;6tifjOt){Qos1M@4@N5Ywh z`IYMP7trWWYPf|w{~6{#GL0*kU-hq)f%q(leHO&-S;-aXl%Kr?Ov=TU=;{C}U+RD2 zs5>%f?J52uFUZ>uZGfn1x50E`ldG^FRoD;B?K2%*VLz&{A63|o&XrtYKdP`FRjUoS zxqT&{+9wtr1gARO=mArMzzqW3L4eI{H~%f)M{8|pbO?NLb3)FR3{3m2=l)K z^S=Z0*Pwhmw-`9rUX`a{! z2aR-cOd2b$lS<-O^Dhgy%>m{ch@+rV^SDJp#j^$yD-8S^8vPm?^{wOz8tp+r?SV#8 zP(Oo4d!UgNR6jJ@1C55Ek#(MC2OUrRzpErH3z zj6lJ)P*4lBTE`iMcxxfvQRpVavL3o=6?6!*{Q?+wCSkc^l|kA0815_t^C%{)fTR{8@Tm$z&398 z8t|D|I$hbF9gL`jwr)kv#b+CuIw6^N2yy}4Lb16TGlwH;1LbRM+tlmH|zJX%A5ykj56yqBZ>PEy$S&nZc z7%E~_iUXzqP>ebwx8_VjWhxP>8A8nrR*iZglrN0m3!$1JlrN0m3!!Qt)JzD~3!yR) z>ctxXf#>!jiqVJkx>wol>nKJMr8}73D5Q4^Y1A&db4UugA6_x~>8lPe@YB~i1X0u1 zIt0;AUuzJ=(DbzqLDaU9jnHT#G}7|VMrgDV^0+mi`?&=#1@IzfEu3l33!o$cN@ULq zom`=tmV%9?TMTHM$FBlqq;!s(cktl*1{N~ISjY_H=A8zV&auB}S1PW%aJO9@9We0D zeFheyj5c0tU`o3IRg##3ahQT}kOAM=!4)`|f^nFFaZn|RDHw+-7>6mV4LAdyutvpy zN8!I?@ZZ{Cws@?@ZZ`y6cWfH}j5!_&W@BzoX237n3U)Di{Ng}`YyaiNfeJqehAsv} zemPzIau8g-w#~p&aCM}|z;jy-s1WgM;OY;+)gOSXUEu1uegj&H8X4pPxYAP8KY*)0 zKw0|bJ%!aj2z|St?=%Ea*=<_hQ+3ZQIA{O|s_xk}+pbiKq83Ed&M}Yz8(lajS+LOs zHnNu+NH-f$;W+1)fT1kP(mN;V1>EKU^9{u38t~QQ;#s>*!E0-70D#l3m0ZDao5AU3 zaH<*Zt^&8Si)ynI&{oph-%U7=7S}?hPnt`=o(uF3) zO`5m|v%s|sK>>&uy;n-4-!G(W$RvGM#6eqy6mf7{g?Lw0Y0|tq-l{Zd#;bkwC(+Nt z@P_0=<9L0l-O7f(l(ef;j6(}8rx?c`$wx2_oeU`+A3@&gXiq5~zXe{D;*ptcR|Oia zhu2!>7)a7`KP_j#P(Lky{c;2GW&^5%Qh%9URip0{@LB@HTz$2H_yTTofcg9euNCGQ zh_!MHuPMbN51zZhvnu#>Z{aBjOTjPc9s>oi=97{<+7s}LwrMF#-s3(oz`Nj2MXSR3 zyUIQ$Z7VUuKx7{B#PfH9^e*Kv*Vb6eb+l4PrdVAPz$bHjyq)hVUAvB=s&x&3MgUKh zf*ey$Iju~hfEKTX2kpnJ;a|wV@bMTQkMVKkD^DUroSwD=gzSlRH^7>TOE%IqRdLgS zev`-nr@gEO$dwY`6I?05TURPuDHN-_S!k4nJg({~XsU%gY9$Mr%1V`jCOuFE%(8N$ zG!R(;FAC4}&y_sqeyhJi8!LGyjNA6 zjUlxuq*j%eR82z%3&>qn5@0o~GBG^wwKwv3EqS~aX<&s#bo7UI3~RHiQXRErXFUJR zuv9$dn+&U$VQs_>_^)WB%?xWB%1Fhx`WcprZ*4=(b)n`IdD@H`>0%DHnf3|+nhLZR zwG%|`6@vB(w5N4@-;m${X@UBc0TWU(<*9q$mop7&VU)hmWi|eg3SFidrM62c zupoa(ZlnAw?H!5Hzc|yh82*q7UBj<7)iRCjqJLTX=PO9n(!VbH*G2z)1*tCjrwUSC z^e+qky1-u--}S|8y5OcP+@vJ!EZo!uHz^O#S0hRBf6DSvf{%9fXf-1NJyzkL`jd+P zAN<`_(4(Wqfbu85&g6UZGy`A9jh}*ls?>v3&|?Plco_e52IHOh8c--BREY%37_SON zrIDUA(xX+GG~-P(RISRS8LzCfirn_&x2tqSKjY|U9I9f}pR_A&l2_>nZIbV29NLkl z=+So>M?d5EE~-VEuwq$%X{0hO4<Vc!`e-w+F$l#8oiZ9e@vsh8P;yZWjEycF~izT zqd%s-$7%0z+WQCEdz|(jr@hB%@9_Xl|3G^}lTI*woc124J)!Awp^5hHqP@Fl?@`*j zi}voKy}M}dF4}vL{yj>257NK8=-*wmcNgtFNdNAly$5OU8QOb>_O{X9Gqm>%?L9+# z&(PjB+S^8Z+i33@+Ixofo}s;MwD%0{ZKJ(MY41_mdzSVdrM*XK?@`**UeJG`y=Q6f zUuf@9+Iy7t9;Lm1p}j|G?_ahUNFdG%!6ka^N^!XK4jv%R1;n|4IP28uSifEQ;ys1k zcI$J13iNL~{kxz3eUtueqkrG0fA`ZrO*gyg-?!*rH~srZ`uAP>x1Ihe(c!!FPs_`G zrqoM&QPa&H+7lD@&|YY|*~54>-Rz-%zP&=F_QpMZoo?+VKLMcSt&DsdBi}*Gk1_J^ zGV*UR^82CmD*>fnp{H9JxhC3gFmg?_2O0V1vkPnzuO%d~=W=X;z@E!SaXP|NRXH|z zWbW|r|1S=UA>__AbB!1uD4?cEjdNi&bHHDlkRL18d15{=gHe?htzY`uMcN!)grEJs zZ5be~AE|cHG9+2K6=f+)nsZK^sl|leFJ|Nu3I~>roC$|JumWnO{S*L(3w!^3(s}TF z(#4v2Lt%`{9z5<$3+BBA^Zp^+6vgmbFz+A2Lsngg7WA&%P#wT0H&1S;axX&*8L^%G zbD(!)gLbPL`>_GL(n?5@_QspbsV&D*xt!W^>~c97$GeQYq<2Z$z@-9Pon!&t> zoANGPvInjAE?VzLXuVTty{FN7d*G56(0YH3*85ZR{a>T?{v5403YQ!~>-`)0`DV1< zzhR2BpZ#+-GeF@e$l=`jVtC)$~OXT&(c?7QL?@5a z=y4i7PA8AkXqHBsXf#Ws$7%F9jp{^%ER7zgQ5T30MxLTk&1^LC6pi|sjdsOX)2MdE z3!T~(FLY|;s>7#FYNk|8dkU~?rc_OP)pRmy&$7x13Rd>&y+& z+;4>TG*2^fg`?AqT+^>OBiHmx8=-x*ioc}2Ryx@UCTqZCBc1#RoxB80>O9CA2CefT zyTD`VPHKACMSESe*Fbw+wAV#@U9{Ild$shhf%a50!tUoJDnydhoCIO7M%Yz|#D#WIjN=Ym(z2hmrBNf=|CXTT0xfH{qca5E zu|zblb701Oyf79bBQcO|oKXJ)qcpKd7Q+f{IT6CbTTWrsamhl0UipMSkx^4i6#!Kkd0$T^%Cf7*hqvrScv36hMR-yx_`WKkLMlo| z*5(BDK&ygMo4R!b)i@B-FCYeuh{1nG48DOFT#p!NHhVW>a0#E(H0=^T`B#XQK6xEt za2sN94`Ov2LrsAfmG=-|X{as`5b#xs@1}$A*6`iNK%5&9zh1uE$agytzec{R%(z~} zImdT9`ED=Y?bNF3xmJu@tYy`RQn`?1kKHD)e)0vB5aH|BRqy0!KcL9J3>t{I=dlbH|XpJojUWN zk4AOoK{sSnTBy>>bmoCdE4Q6%Ov4y)-%dJMyX;Q?VwJh zYzK83r9v-FFii%g(a8=@H_>Pj=7Swq|kfqTEP$xr>1$8n6Sx}dS6SILKXn+%C z2;|Vapbk!|i|qJ$6xayQ5d(MHEzjc;yES@VQ={1#{B|LLEQTyu4DJw7+H-;}ndUaf zm8K|e-Cm!B0Peh0dR5Ce#(iEY??%S?X<701$e6Uc28un)%fV0?AMgJu??x;yS4}LR z2F3CPv@|W2mxG}hy$|iGJvl5B3hipC+nr$)aQiuOC6$Olqvz5WpuKT;Y4ZBw@Tt7M zke4Q}Pe^pUaVBNnzcL!WxW$Qt4Qt$0U40STu6Q z4xKGZM`}k6kas8MQ}f!`oeWEbxY*NU!bZt`EhK}1=C8QY8rjLQUlS)%8GccVfrqXF zT*EDVf0k8C?6liZfd``LUxTW$*m47;S(RuQNB<@81m&ir0?#~! zd#T!Oii0R*QD$K!bo6hsnvmg3BRR)w!l)C*$5w~owMAKjv+I{I>Vl!V6$E6f;&Nt1 zrSDymarjN+b|ECN>X7sw%rGH;d}6o{c<3C3y+Eui(>shqp6|JIL_DR(DXU#n;hYdp@~))JMaFp7 zv!qgcx_MQq4taeFn#$a1k$X&2scC6NQ<>#mm-)>n%hJmDZVS3tzDhXhTfIVZYO%2?Ty=UmG=da9j|$f z>6N9B6Qwa>t{m^?crAyx|c>bC;6 z0Jai>-YO%?0P_j_+U~6c{t+B17Z1Cft7gDQ0ha+t;4hNE zUnGHl_-cMzz-nMtbLC&xx!sZwdQGNn`+d8M(W{hu}+!=gm1|Q1sAuWZTPps;Pd`QK&v@>=qU(@_(D__gO0;y&I-`xQVsQ8vI z?3B8i-(Z1s4gd?Jpnj?q0QI$&u!!!?q`Omb%4gE6dU{nuue7S)i<7V6chajy(5b#u z(JL*`>HxV;&{;)$RkWwf^eUvnr*o(npRx&*&XGdmt4Vef+U4|$j0v!z1wp^SnBu$g zPnBS%iK5nLeB@4K)Z{|#>8Kq=0z(J%YK=u~p-7-6D~bdrK&RT%Q9FtRy4*5!?AU5O z6Q$Nc=P}UfOV{lIovJITe2`&=^#Yj8!%Z(h-(z$`$r&3!r^;p>hCIWxH;!QyXivi` z&|c+Xp^)VqPts0@y(;fesbx?S4n=^;@N4>K|8CT4K~KZ)`qwIc60A*!3K^JM%VJ7Z zQIW?km|7cG=7KdP2+Rd*a|4-fg$jpY>I_sk=?p#HaI0E$Bg_ogqk6iLpc_h} z)C778%;1lI(z;(K-OzrfPP(D!bPCzhHh3)$C>WANJ7z}gfeH^yEG^&*_HKd$dP^M8 zyPg9{N*qY?CI|GM{fmaLfd*`712#0f zk}GUz12(i_lYtLnNNaBbZ05FL;P-C^tOH*XONjajV_T%_#$|o2e~gmmwX*OKQi0E=TNUdhUVAJF)$VJ`!E>)5aRb?Fun-& zI<48j`LKZ0>kcgJGg#PXu&^(qUZwXzl z05ews5a;AITyZwEs)r<*F(+X{6_h&ifL$HI9n?9Q3!&h(J{HFJy>YH=8O&U-!+|g-VLDf7|^?uVajHdji5>zcg)e=;d-&D$R1yxH> zHS9M*!T$@Q97HK-JCX`9O&s^C!c!Ud3_8Q0Ri;z%(;qVE+*AXKpJo`U>fPiRs_NY+ z$*$&1bF4}=a-Ay&0cRMVH3JFLww$%jMU!@z1k)t-cu^5bh2kB{| z8~;1F`VP2y7C!wBnyaiE1Om#UB=A+e`U2;KW06cf6nls&Qlsd3>6o?+2I8p0IOeGliQhMn z{EC6}7rDZ>O}}j**2OJapnw)Apao8%1%}ZAC&6S4Eig>TEQTsLffk6N1y0EnVI^bO zqf%gxO4y?k_Nas@Dq%@VSd9`!q*MT`17JT&*pCwSqlEn^Z8tEA{TSWGEyV{Pc?>{p z^+%on{KP=ZQ-Hk&ymgsmmB`Ti?I2PS+JLR|M7$pI^Ea=D_C)BRJrR27;0kO0y&C}V zkUQ@ac~g~0S(o?L+3lq_0|M)!f`ppC)vmS&z98YHfpxiklRdaSur7Z7R$0UCvp3QQ z0EYk%0S*El20Q|QV@r>51>2TjTYt3GJsfRy5628qGMTk-R=6uMf%V+W}x4 zek*n#lGjJalk`*?y$|v0NBr6lzrFzg;@5`wjlKCvB_YB!w$OS`Vp|i`1ut5OzKnsGd@DzQ?(ha4zw$m2{*~-#e z6MPcWaU$r3tE@lUewzwqPSzM$KgU3G(4oW7$cH;-Hrwq~x+Zbyxx%jIUJ1Z#pNF{2 zT)=G(FrVKLm#Omrtp<9s2AUbx35F$?=>(K6Z86XarKdpYT#tbsD18V@w?gS=n6(*Z zJp`qDKt#6Ru5u8$X3#)0MD83gFdZT{Lys5=#aB{n7_{3492-?qRHe)Y92-?q>;yv( zfuU)ztpWj?L5`-}eM!5j$GCn3ywtg z=(;*|UEMnSKUe<0U{}?h+-^1y-vofyCbnY2Q2kztI78K5l-L2g(jEz&6B3gU(|iUo zD2tHN=N1?#GBFSy(mInSPCi?>8Vu=3My)(*U8n$tlsM~G9<{wG1%?zHNYM>VoHWX@ zCr*;aT1-|g)~c3wibyfK7>TJb{8z* zl}D7V9Y%Q!qddINKb+&Y`TU0RSUQg@l!s!a`&QW1$PIwy1{Pv)uM2GLbt`#*g>Adh z!00Lir!cOgQa2rTwQ#Y4>mbE=tSO2oDjFL5kv&NM5P%9A+Zak+N3JSBGKKgnt}1AK zuw~-18pzhzwn7ViVOznwS-Mt>LaBv8YGDwSF6lyd*1{lCptUfF%ubzHir188B@yzQ z1O1*5WkT!ln+D`E3%@j=R2A}RK&dJdx(ljmPe>QkQYLg4`f3s}GVm9<*omnWirX*b z3jLBszofx|Nap4^i0OECNaGi$aEWzlccEZcg>?X2;sWTL4mziU&gsaTmRzPIYR%wu zI_R8^ys2=je1?BR-u?}rp*Y(>3-UGs>W1eS_&WGgv5B?Fn~F{By4pE*O}LfSu~(H>6C*bvAFZt7ha)F5TZ_7Ef(45b|D+VdzJ8@Zd~&8`){U9fK5g zfs}0+wd>Xj8j@ezN0DzzC;NlEioM8xS z;NmrK@mjceJxW2xYp!JoYvJNGFzcE*2L1|8yc?dp3Qp{T6Wig$b~v#gPP__EY=;xu z;lzG8aSfb!H=Ni7C;n9g=bR;~7BEd@KrLmRR3d>^$lD-e8whIy+1ehVthzQ-nih-O zP!DaW2TkxbhZs9iL|#i-{Sxpj*Cn~!u96*q)qtA-2^*#SE5BHxH8iD7YYols?$WA) zUwlzux_}I-K5Gh5s|I1Jz)-lIs~!NNmPFK4fgyDIl`1f#iuN>tl*N#;*Z=@26K`k} zoc7`Rwc}Z^fDYcsp~wobz${oG2Tp}uw;u<@Ch<_DauwN$Or-%$atwXihwAU@P;j|< z@<3xKM(u@9!fRTia&G7xyOl4hoF^?*DGM$ECsxCW3g^dRN3GaZ!;aOkV;pu&F5nh+ ztcD%quww#ttcD%6Y?nqI#=yAzI_=2Y`^C5(Jj6;Ocqws4QFY+69>nvfVOYC3r!}iZkp-8nz zp&$@WtIXgEzK_%@JaA>a5v$}ByRCzt+u-Lm__+;MZiAKEVc<6SFWmuvuUx2jA}lba z+CFq)+<+#_SL4GqOf@j0#=sxWF`$L74&2|=Gy@&Dzq6oz0qP%u`d6c+4q-Gmp`|vV zr4FH`4nh4*IRIMf5DKaQ;SXgEOkHl^Ff>;j>0vy#Wq57_cy0rtdBLv!8#-)mC%-}N z! zkXB2FFn2zlt%GDvH}pG5Nhn8~f8-G7V{R9cuY+ytVOt&7skNB;Ywfnw4#0AjP+BF-XQ=~#<~Hxb_3V-7^vE6 zV95>xo$y)_HY=j$mZ0Xe(047&wE*UN0_NHdbM>RIUQeh-nKL*Q$9FV%mp{2ULmGgXj!BiBCVSm@tbBgGH7GRv$dxtDxR&T)QTqfx>de_ z3v`1kw^k0WqV}r^S7mGE=#mV&B!e!gLYHJvBN^042J4prLsDe>z|cZ4v=p9HXtxN4 z*29x)z|b;yat#<-4~7O-7&v(YV7Y&>FDo@*}`*9+$nk7l3X`_Hl)`UcJ*m0#%jl=L&t5JX2q(VxTI&s_IZ7 z5REjVp~|l*Bsqm7r;%idMjFvjq3INooE|VxKr~XIDF!2@K$8;3w8)^HS6XDy{9NlF znsaLXLp3>k;+Pg0G+T@e@1QMo*pFLLgzw9uM`AcIR5|j5ghqyj;Dbf*!G-X_4EW$< z@IfJzkZC8~NM1Pf%>UJ+sv@bS58+n0DLeujwbWAuk;`W9 zP$6Vymq7(3uP;Ndm7s!_*!`+ZWc7Kd5H_w*!5KrDKrre2FuJRu*1~4;hw2%0Jsq#d zDbi5e;jns*oQ~K3HlP7O1A1fZaB6rvVZhXS%}oaQWYi7{g>gdxwJN@=_(q2AR`lU2 zZuroTpeNuraU*V+-3GfwOl*(EQ?zOJbHH|AIpaI+EZ@@Y`n<0G)u%1{ya35T<=N z69f1@zlSib*=pc08gn1cgg;aMFdB0Wa+F7776*BX#w-pP=tg7KBRx(T(MjdUh6jlB z_|4_=Ey@N+hZMq0&>U^}hf$_My9|{|UaCz_1DoD+!(xj3^G_{eptl z{8MNPEhtE5$I%w4H|(F=3Bt4!e`$Xm@G1ZtXa*D(11RI%86>`9NJamWgHO|O1Cy{! zkj$?c%DZu`fX+}tqJqYW7JE=)zF%U#UqUJp*Koz8|4lSf0*#dT0>5GSlwR$U*syfU zUyC!#k2C3y6#(l1_#5x^0(uM_!{2zP(?ATT;~kuiJWj{4ey(sjj%_zE#3X5G8@EIQ zQjY51s_wT}TtWmq6oZFi@Q_02 zRq&8fBBk%EF0$JTV5BM-Nwe}S9#j?&DvJlzg$LDu2i3C3z$-A9QuOa`x2rxT}U zn6L;F`Ym!rn6L;F`Ym!r_^$~672&_)asz$%iS@x0{$rRiza8#_1#ZQn7&PsF>)UKs z{*-Om+VRAj;N7st2%k=ePp8AD)8W(U@ac5;RMY>;t|aPJ$-Yj#Chd(V$0n(q=nHv@ z`f`c+H1A%k30_kJQq42?4ZT}gHS^lo6LQTK%bZU>DJRgGZJLk4jxNs^PAnAwFrmxy zh0RK^SqU~P!Dc1ctOT2#n-!B~XY$&qC|-ljMw$)08z{U{cx^ojZ#@cc6kZ#F*Vg9% zD7;Y=-ZB{OT^Mc@hC2nrjlgi)BBG$D_Fs15H+3%JUtl~9gQ>{-Bg7}+SI`nYH9ik!1V@dQA^WN zOVd$H)6qy(Xrw9vtM9%DfM3Ka*#v#A2E+kV0D;NU6xnMF&6C600t%*~pfU!fEz(dh z2?di-FbxIMP%sGvlTa`X1=CP44F%IsP_^#0p{E*>RYNT$ABtMl5GoC!v~uf|!Z!Zp zb^}_k4INLQb#aBvv`Q=Qs~RgLf6~oZnCFG&5M`Tkq68ZLufaIOacnxx=Aa@FKS3~YN z@n~z-pzYE3=Cl*hVKC2-MqKcz`Ji4a25j5NQKM2<3y5hPF)bjb1;n&~ zm=+Mz0;)Ox7y#9re*%DN{t2r2CljHx1baiA?m}rV*lkm}tpUt2aA5?cwJ7xgC_N)k z%~wL{43y45>8((D29(Y~=?s+K3Z>iT8TbH#eIqOh z!tVD{Oo7r2*-r`vPBw(%*-IqfqeZAWxy-dMJ1T z3aU`NRP)%`hLP!>NNpBz4o`k~p!1z0qfC(T)&~HD!TScex(_e_IKXfBa|N2#q7K)B zp`(bw+RX;mgO~MN4CFz?FG0i!5K#mXUj`9*5Rr%F^RWC&Aj0|RV51FeG=Ysg*wFO< z{{|a*d>?NdhO6y%Ej;wj6a$WjJo_Z=xAlPoxt@5*5%}c5)?j!eAg7(U%GT}@_&M;saEu=-x z68M@^RWO{ZYRemPL|j;Iy5TCJ9fz=9S!|AxM>>3G%5=!?yJ{)R?cD+vTU8$9V#gQR ztt!82S+;3J%a3iWw|oYb@TSy?o09|3&2L3#+Zk1gy< zt}nxy#^JSmNY3eGWZtmkGU{s~YK3T|uf1*E&F{6A{n05tKlk-IEW zIPqNs`!IrCMEmT5s&7KoBWRxuXdkU#DiK5Lm&;IsN9gIB^zR$=Y9Unp1}(ePQ?T|H z#`P_X>+cR4cpc;V)&Xw8+D?q?TW89`QF<^!4@PIxDBUIoq%Q+#LLEIbfF?ZM zY(Q!I3+a`Q*Nt3hw}oZjc%9Z^pGCH=4XAJvR9F&F z;aR9~lcxg4Kgyc!+ra~j|G*spjQ_!%{MHXB0tNxQ0RsT+zS8mCtOyh6a(~AWvVgti z0EKroqWZEBC32?qL<-$S0EK}(@! zIWc@vX(^H3E6B-1fXF!n>Z<_-ItvA=`WDToujy#6Ml@F;X&{5rnmdgvlvXFIsuv}r z$~;q0C>v3rQzQm_QVxq8j7c~rY5?4aktj;bAw^Om+14`>B#Vr=g8Oi=6}eRSQxcj) zQQU)~xCcdXK8j*CisBx0#QA88%_xd{m|K;FnmW1NY`{gCpz37LNJH2o9Sm@w{V8EN zqR(mitmC(RsjoDBuBOl0VdQqW(TXgcXyjH=kn<`rIw*F_Cj4JT9(Mxk@ytJK&05Y_ zq~8fj+Pxy<-SMPGNRdTxgl7gm9?22GCmknF*fLE*3Gzw3Hc6ExqD(^7!vfyd6AS3@ zKKXiL0iCHApKUB!HOD|*vw_abxxLIl%@y3@d354=^x}C`E#Ni>n9px`9#wcAop>HK zSp&*NtifJ(VlQiY0NBeK>}3u1GKam)VJ~a2mo-Go8earpG;1)LorBzBG;1)LH5koC zSf!!{$)N=z*^JjFK{t3vI|USMtp%NVBr1;<7)1-{#M?Z=lt-*a(E>^exdbh$l>Z-3 zv8z|mqW6I3UraS{9jf#~F#cT9z~|AYKbgiA`t-vP;I(E0zeKYxhZNU9icdj`PeFH}B6O&q$Af4Up$H$Rjt; zhc!<@o(&M?X^66K(7-T6Q3C&;LX=^l35_WYl7rjx2&bD+B4B0F5B|9wLWT7eucblp z1)%r>P}~ZNFF?^=0E#aF#jT+Df`oldQ}`H$%5MPE`a&G+CXze=vD#3fZD0Om5$*FY zJ1=I7{a+4_oe4@dfs$5G(g{j(aBM9cTMNfd0VS=dAcc@NftN1uQVU)#8Zb}?UbH2l z%;rr<(@b2sfxnCtV?}Nkp}>8lKgrWv6HmFyE;3MktpP=%V~e>W{+uElogn^P-NDro z1F02&>kY(Ka&;qM6=1c2#7zK5=65wJ>Y~G7lnCw*gGocOG_sIJ7E(w+V!46Kn959n zpW{mm^e-~76V6U{7`SY)foI`y6^L}}p`auQV@mdO;3bEN$w3NPCOL~@$J~Yd#u`hG zH5OMsoHr(B48_GzK?w&5_}ORWq~T|um6L*>WrQ_{)s{--Mn$T6h$62!(yDoRV}NDH z5E#Rfhqh)~FSf~M3woG(4!^gwj4KNgg!_wFCFYN}Ba99iui@{;4 z-sLu3!C^5tECz=q;jkDS7K6iLaG2YY#V3`sSk^1BF>a3nY`ib8fUlKBi5dQHWd0WE z37(zO&IC@llUbN6JQoMq@;k$Gape4CSidZ)xgP6x3)b)B7`|>)vr-}-L(V^roIi$~ z>-f)Zq`M87z8y*K##-GDpK8*dxXEr+$t3mzyHX4<#fRd2D8+{gd`JpKY1q{fHoz5M zMWLinC@vuzg_1y_Xd`dDg9j)Se?(>+W=+DZX_!^&Fb%V&Vb&z-FxdfsS<^6U8fKL` zOv9{cm^BTvx=r4D?W!6}C$~&{|K*XXGEa42-_ndt^>=l+hZa=RATh?+;vlgA661lg zbRzP5!|U1&f`Pc9@1dHnLDN-n6NkLK)=@`iLv48rmz`G6i{ zOLraPD2sjZn!XlkZ1|eyzu_cpMt%xXj56{eMt%yRJH^OH8M(4@jxq8f81on-KZO+^ zMY ze#3y*lKuHPta$Ag46GsX^BwZ_{*8RSZ;-EdkbJ%8K5d|cU~2>2bJuc(bh{07NVnTX z*TEGcewGb%BuM2Eakq=^X08eV^7ZoTxY}W$*bC_4wvVe$u71GPP6Ns-)z)+6m1^tx z$=mJ0$!+`}Yx#|j0a(j#d;-8)e)=iEUIXLJ+K7zq&o=Cqprv2SABB~}asFoeZIpS+ z2&7e<`s5W{F-1}JR>i56X61L8Do$ORXa6$VYT#s+s};O)0|12_wJ}{OJYTxmo_+}> ztu5-MRa_Med~h{aNR(Fkzl8SIF4J2#+10J+@%NR4^@cT2Pu5>Ov(#R4I_h5syb55_ z+KVuqrEG89{>4RkY$~9Hx%@l0$(XD_jfb9nU3)KHFQ2(P)|7EEEGSq(= z>c0&2yP$p-)IW_)InC^8WYECqecTQhICg;F?&lUE9zuwR5aLmU_%uSStYYn2_0*R* zt9GvvI#s)O2*OA0FiargO0rY+E-A)cSmGi?-UC60 zp`|Ky4WKf#0ysQzTLuMFP*4duDTtSXc&UB^m5m%Thdti0MmLpBWM^f|vk>&J zunlm#fkcl1C6gt0@Z0wd_~IXhojiqoG?$F3xuOanQjux(CDaY|Kz#{yLyhuAIBGhM z7@0RGe64Ing0EHaweSp5W)c4L@unpFr@DhGIjGr=i#O3VRU?t@adB$@A-++z^=-D@ zDl1k+8rl(@c9g!Wcz5qp)&U60r+nR`#xu5Lx?FGcAuU2Y(}GkYZu)*0B3(%&B_{l8sh zw|`JDa2rbhZv&;jzr${&^nbOM6EO~9R+9mhJj zf;$s%X9Dij>^K2;Cg9G*Y6EU|EY`!Y!~zbB!(nl87@}LibQCZh3RF~MI<)08ae&|M z=QhEhs{xpfP!gbKUfy)1qj(7R@s*e4I4IpS0S_hMq4?DXw5LA-4<+ECIHp5;`c-+U z8XnS~epOmNj%Vr94BQDgaKwA?!E1r(P`a41+m4}{M|%t?yDh)Nu9V&8)BN(#w|J`! zI`*J}%xCSkDi8Q7;2Q>Fw{rC(1GPT{KxA!F$q(9SiHb~Q>ku!LSqgTHCu?<3&v zb5jglis{vXE>-x?O-Tb+;6Hay;|l+|7bokRjPe>-zK;>@z<=(;M#=Gy)be~%ll1Ux z3}&r{JGDFcmh^@ z(ydmFX`U3#3!5j&APr=AckC%>uFKH!ZEUQ5O8y9!8V;KWP= zAo!%O6eo_=gEG;8&7vZKVbNgt5{R(71;$klrea(`7?)4zKJIyqk4G&&YcFyb_u?0Z zCH&>UhKpF!iVIuAa5=F6NX&tavamI8M0r)J4Ia7h&({=%aIdKW?~&m#y4U!m0ubRy zLeS?dgO2R8x~qZAvb*9olp|i*rB1SkXq-HS{cx5Zm1LbB#0OX|3&I{Fch{z;8aPJZr&a0Zbdog zH7DY9sN%9oSUrsMH5a7|$rc}~IIWV+(`z}&7Vo-cEM8MGj}}@YSFrdOWdlXp=`%4D zCa5q(1F9Af#}$tk0G)u%29lcq>OBTS--sMwU?3xjr*AMeSA3NLw!!0V^iON=Z8RWd z87{sm2S^QYRoRo_UzFWe(Y&iJlLn(!#%BIVtHC!UYVtBNjKi5R9*9sPat2N;vtZy^ z3z71N+ud_wku+Ekq0_{#I(A^}jIi0A%(9^Ja0?+Ba_8`H0A;Ek> zQ++LLCI~fEAK*9U3+mM*B!!O)iIb3Nb(~>Mj1w7=4_>4O?Y6)SNWqH&BU0sz_!b-f z4#GS4Gl%#JbBIex6_~*sVh0n&&of8-Jafd&%pop?zA7p7lcL>zl)1s@cN>_;+~9fU z2A`+9lR#6z{Bk;+oHKmI8A1iz{El$#2P-^g|5qT2Sa<^P69e(503ae1L*4))#y&Y! zJO8v4Ff`Rhv<$OdVk)B`!fB>5Is;(zqg*XFQ2k{Cv0&<^ynk0Lu!E;e-L(GZcWB)T z+7E;FFM;+E(7qqE-wN9O#-#nAeT3QAelWfkjB8KQQ80cOjBA}ea?>Q5rgB*uu&YE; zDT)lZ@~5RKB}k{t>a?^`WZ?*6pwrR@aB)uJ;;doXr)+u!Tlayhqu}ZU)4mPh>IBn1 z9Xz=o4C%;oH1!Nv)&u@G#mITITT!Nv)&;S00~8`_~&46rc? zg@*=llQ@)z3yy*zDeg!&8CfV>p69g~x~^=tCwg{33kti z)hmSZ`YM5Rt1eCg!Isj}wg+XYsJ54CZ~KE!btq&tgz~k$wD9WBHqpYXOr<}|MXqTA zd#M9mV%ST0s#=yUb9TVNxHAX9L8QJ12a$e6!oC|Bwn0{1#0LHg2mB}R9RH{W?w$+)QMot0Fv~-b^U^*nr}L|S$z6E)@0w(!U)58?7SYou{jMw5ibmG#_* zjqk(8e-oMM!w~c#Gv7qHX-8=v%=HG!?H4Gw0hHU%iD?~xxt>L49)-C!pxmBBxotqX zeF5gW7v}o!FxM|(u6t2#za%*2&h7#SZXzLHMIH)>7>}F68(9z$&RhZQkt^v$@?$L8 zCJO-K_bLXY`YNi*e>70x+FVp*lqVVGQAVjX|2G-sQAYVDqg0jGlZ;YzNscngJfl2{ z3Rg;oHkbQ?bq7)5%EBDQj~Ml_X0VY(j~^@=I6cVI-3I)Qn^71}2e9P1%ECxGw5XAe z>$J!k$g`V{H`4JoIVppM}Q2A^4 zjVMW;wW1P%qx=`Rde`2_!2Ee|l}7^dEEwg31tXnym?tFQjy$}Ut9AfuMXtgwA^B1V zfCZy*WC`4|n*X~A0Gr(c*VPsP>j0G&jB0;iPqkna+saixU<+V7;C8?^01HO3#{hVE zu_pj{criS@*j@u653gcvhe)e2+ps2!=!5;rM+)1I%lW@%fGo*nTwMXU5@VJU>$&2YHShzawAu(08CnAs{t}&nBy2erWTBx zO~%_Ccb33D`{!K;0EYk%0S*El20Q}51=E7jE`+#j!RUzH#;AW4qyAOwp8#(dxP|rU zTUbB3<#oWT00bwG#E-p5t+H)y`haLe1=AHAC|jhaWoOWkOXs;ETV;t)XpnI90~MKo zSma;`j{mKk=X0Adzt%p!}{|u`n zV3j1S^3Sk}PMlXl$vbE+WDJrLSDBWDsmnUV+=i1cNBpP%ZDD?<)MRNnA_C z-mByK=L_wPDA8~ohl|I(Za{l3Dk7_mPHqB2qh%(L*CZN|p`nUH;I(W; z0`S_zh5#dJS4A2}PLrP$o`O!)@mZ(ZRS`$Pw5vk8UHkVXGd^clc`b^iO)Q5V_R$+o z7QmI88Zq9=1yE$bc~=gzTYEzLMCKDh^YGde&8NjfH04-cxTgnEN;S;)V%C89<$aa4 zBK4}KG;`o>WT)m zS8MuiyXqY_vSHJ@eBG*A|PXQ+NvKa$(|xcE8D?I2qdojMds6?2>%bDTyL zN+SxTvB!Y2kCk|w-_9*liab*a?P`qlGG-eEkHf%zGH@qc95op@-poG-lY!%?svlel zU@~wVRdsv;w>iLkZc$aoQB}uLRmV|PcjCjjjNdaoGRZ<5S#^mhWc{Vq2Xue$3kB}&CNkUS=}siPG>OQw%240%G_G0C6`!nd2wgh9MhCi z3KGyQ2Dzhxo{E-*cdqe<`l4mAvJ?QmtE$wwPuZ1JTGTjdX&^EVg4rp+B?Y)71(#IA zC9zK%NWdy81zN!SFZjv8I=f9Xb4~XG;HJ?&t~57b=9=DVAj!;iw4W>(Kz06$q?lthfX0D!3qgYgoxx#2!bpv2IRAsuE5W_98tJq2& zFmrH0-bHqmzR^JMDg&7U4_0#<%rsLScAMU8Ah8Ls*noEC_;n41fmA^`T)}Lg{qt`f z02~551YoB5TMq*sF>nQ1UNg-ru+C*OO(b3uj$`QiV}m^1Z9sLCU4fR5^Dkcc!sz2k z5P-uHG%xivHghRWw@fP3D=B>hEWGOjfzaZC1WZBMC@;-bWuSqI6O%~SijKP^9rb`) z$wy=>$VX&?H%#bj?5oterX#Tf_Mq%|b=YSK>~j>(SqiJmmh3CyzY_SqMu|EK# zA3+W4+?FE@OZ+^-uzXna7{gLn)2CRDGAz{)5{r%mEIP`F9E*A`!8LICFZgwiK^STz zmsI49F{$dK-L-?(@}(fG4}@I`X?4c6qTPo<*pava#euc#xdw!3@7FRAwiJY^u+vfy zb^?UG14mp9N324j9E2_EVGH?nqwvPn@P_g`-yzsK3WMl00Qq%k*dhsABw-5|aKWWZ z!x1{HCJ9IAuo|7?Bnfq92kCZeZD386-6G8n;rGIe02nTYkhJke0+y)d9b+v)a0&a7F`TRE5K+ik_y{!fsvIa76 zVjfPE5YK=Ub>5CvDOSOWc{owUa4&}ntF{<;5O!ROU|-c^;D4a6o2? zClT!b0b@Q1V_r9CVB2m3O9u=*imKWMH~FpcnSh&8a8oDTl!2R4;JFi@p>qphyMYYu zLI!uClU_B`s|)DWbb8f6uV&G!W_ooVy*iIx&7xNw^s1I#HPEZ`=v5cJYNS`^%{CC5 zV;}*t6U_#6I&d63`wG;`QBN%3w;TXG$HBA0)^YG02hR!mr;~vF3@t_fQuI%C?yBiu zHT_G`KkZ5KUTHP`lUJ%4nl=Wfs_nM|Jfuy}+8A7z%5Sibw!%7oo@TdNpVp>lMLxyU zT7lNtQ!)Cd%}NRIrx~O+D;4OUHY+9QUxNO*%}U@e2L7aO67)~S_|!j5#FSeR);Z{G zr)~nBUFPaSi9oZhZ%bU7!|RR zC*xj|)tJz9PQBu_uxo$jcq3hV5Fw=ygP=OfT3SjmH|?d6mP#k>sbX$12azFSt=n(Uw4lhe zpva6M&x}CJVn>+~2qve?lj+^zszZ{Xxgu5JXZ0?s)J6by21 zP9ex6YJRT!J;)O^*L|ni9=wND(=L~_Xpo;=3HXcwop|xi0&a7F`TT|k$x|yeo05=+#y2?ODf!o#G2GbFD*5zg%YyvC>oH>i0SfPM7 ztbrtpS4kGHlCJ|^1;AG&6h&lh$l3Pb#2f=U7-S*1+I1PXpeb}Ph^k!{K~ph6(+SX| zYL`XOBzHR0@gwkk#R>;U#_k`&nWmHVK_|aJCwB&&TmmhZK+FEC4SWGwE}@f4=wv^% ztf!MZp=DGjm-X0#&>?j`i7o2rWTkES<$fvJs63C#8$-6(C#MJYvXLH42ThGTxWZm~ z^`KdY&NdM(8=>U|gZ#^G1C0ZK`?v*Hx!<>|*cSn)41cyxf*qTQs{q#kSb$G|!9X5` z@-_#r zC4WqwRuA`MIsMKx9aJEh-cVx?)m$p#eqyOh7T6QtiyP@+NE|3$s0v+AKLsKwqIZC`+k5P9EJY&9_g?&mb0C=eEjIZCO0k|pO zz!fZ|vk+ClvI`>XJiabm?1rh_LSGf1sfDVw&^HTdyCA3n?6v60T8PpBQEH(_3VIYE zMG7jU?*L#vQyKzlME+U|6sHl56e!kNp^6{m5QyXt01W1D7)&>V=|&*_h9UIR`#(h> z+zDj}LVga+5m09e!E7h;_jFu+3`v=Zq|8K8E<;kTTfl7& zfTUc8q&$ws+>NAMhNL{d+`z-kQ*H@Da35P_w|^;v*1^-o20r+HEZ7liAWb$#`kw%Z zRUWa*BUTy2Dvwy@5vx36rPIhNn>N&8cDDUr6&R`m5p|%X<}v_?$bpC)i0A|nbs!=K zB61+26GW({VhxC>0THUHsI9Aa!;Uf?+PeDo4!h0oGthMaa0u`a;2_{(z$1Xi05I^0 zI{+~7>YWCP{RaNNXyD#K11EMHI6h$DBs$^*gHc9V?3Z@y;$a8vx5QVtl_cYg&BF1T zh0iq$r@R%Ps}-MXR)l^IB^#Z--~LacTaoKRB}pRl8NhQ?QHlYOJpi(OQHlYOJpi&* zltLv*d{GKz7tMw1em~&4&#$xF{LKLP@81`=3cM=C_2zE2--??6iw)c{5uWrF7o+U{ zVTdBTKLSw>qp6+Bm9~}Mg;2`xbb9wf{zWQM+EJqRCK9998#v8GVw8!*=qkW!150lLpc6~I09aJ>1=ZOpp%Y8NRG}116-uye z3AR<8ov1w$70+*UOg+H62LJ(64^>0FIA96@d!$M$o~flu6=#(y9h%0!V3|UdR))|Z z@{osM>LHj~6NwTUWC*4nf~hr;@J#KT&lUEd@df}&HEJT!2xn{hP`ApidRH5$3ly!N zDhy#8OIr+V*v1ta>2wcQTMdk$kv5=dyu&hrrYWIlmHQ@b>vP|l(6&uz+Y;Kg>2<)X zfEW2qyo;97-ulr&ehUObCnkAMCOh4pCOM`;Gwbmx6p#C|1Su3szS)2;ck$j8+=BZe zxPK4rod@@RcJdzDTevT_@-JDQN{tAUXDS70^gQ^>2ly+3ztB-TMd1$|`0O!F29!M} zZ!SOEp6XzMlGlXrONl=Fx=daP`npV!N)Y;nW>lfcil=Xs((*Ja^ETyUqK8~08a?E; zexNs$O&<=G(2ZiiX7Y>ku$lbg;+brwZfGBK3|vK-==bj90d`9nzmZ7;^riAnZ`e_G zuuZu_j3_(@!~H$WE;_!UP4bi2R^ZjYG{062OPa=r4PQRL)OuvJOv6X5hofa0 zISn{#pl)~r6!bu0zQ{xo-f)ZAyyjN4c}*D$TCtPWC|k_tlR4oz%6QS!vuvH_wTb0a zO5HF@*)oB4KI9H-;7TNm+&sop<)epB+@n!#Lx~(d$ktkZK}p*r@afijkmKM6#-l%y1!0MN>l$GOEgURo~*^&Nve#a=cK7|?<2-;5HbaVRaY7RmQ8gYs=F@_i%& zLvFu)qy25`p9*}P#}s+vRRD4JHFkBL*qh063XfLXH#GmqGbdJPC{eJhgd#=jxMC8l zRm+XgZ6kEks^vw*hc-gDi=dlUEjL29D0kr~c6Ihtp4J!`onxR83P#O(HQ8%~mWuiI zVtVUv7wT{qdT|#T7jT;c%;z`Uh1v7C#a-yl8i;hzn1A?#ELHi?os!kbgAN1Q&QRE7 zS2{E+Dyn-kJS10bKRom^cu0%#3*n)K@X*un(0+JGI}iR};@&?#>hjF@e$6zH*|M&u(zv_UQs|PNt~RH{gy(vHzOQHQ;rp7wB>FthKcCnA zotf`o)^xCT7}u1gr$s0c(L~ zfR58SI!@>4IQeUm@O7K9na$YDiGG8_*vw{Z<}fyMg6_>`)L5`*$cq<`E-og!_6zmB z@cuMPC)d9f6qsbiQwj=pOfp4aiv3%^UjbQqqeVC{VqniL^pRP5yO!a-*O0C#sD|Y#J*rkRYS~1DL!#FjT){0#2 zN7(lv?0ST~1z}gsGPo0o_aN~`V%a{#UW?eP5PL0RZ|0~t1{)eya!D*Zz*yRW6AaJ3CnJVZo1v6T z$$i)3GB-S{9NZII?XwV+3PCBiqp(J@e#;QUTTtqMK&jWER2P)`EtGl(O1%T6{t`;P zj$JB$d@8(p6JEUoub$~MxCvgpgBC=KN%TG;oH~jZ4q0_*D{oE?)6h_f8&PuGTWYAp zElTvax1=5#D$%f#wyhkZ9@@4tO+AL7_r#n&s;!6FJuthc)IgJPJ>^!?g7Yev-H6X= zoC@G`wBWoKh3dSbMl8Moi*J;$<^S-p_0;kp+S-h^G$7=5f;ot`+ziJVw56S3YEe`c zMQMgZ<7UgK;3*y&f>JRk6@^VP+>(xgh(VPQ|E4TVt{{u9i!{)C`~!Ftv_g zvK{DBdn-lzU=sp!*8Hm4S6bQRwiI)MF>UX*hE(GC~p&4 zEMBQO{!X&keh;?a=>gb&C$`^-?Vlh#ogh37<-*emBGb?zfM(+f2%=NKH7c(C$K9y- zbFgHf%s_*gy-=kUs%TVPTStt}vCBYL>-l;1*>m#&!jn=m)YW<}#b=B8YyqW(2I^`( zpX9T32HEuh6c~j9+HvO;Joxu!zSv@LmS}YrS`2UCvlfFiPG;N7>rky2=NW|NZB+?h>b1nVJK51aOoq=)FVP$GiVGDuAkObNCL zgrfzBbr^Pkw?WA^1LdZ)VRYByhOfsBD>tPC;mG_h&)R3t_Zu|qHR$g%Xv4Z2WZlk( z6^QJ`2TZxQfqUy{8q~!A9-y&d^}IBAAvat{OR%mQke5PqC5WyR(apgLmeK^9SxyPj zmB$Q}gite;5>Bv^=2i&;YezT_!<-VF;KNk4PH|zDl|qE=Pt+UCyBWBROCt7HZa4Va z`EzXpfkcAk_LF^|H5grLaG2)mYj}pkG*S<*F<3?;bzc*ul?I2`0c#CjYo7P- zXE;c6b=f8Wr|_-^;3E#=8Q$Gx(3t_c4Ib#BgtvJ2aZ0-ls&owBmE}rk62|ah!M&Na;J*!fp5*rS!QIFFsI8-vN8xmP5c1;CbLMa1?ma;OAJL zRv7&p^UGUdbdpQv?lf(8?rlnM0b{^32C2URdbz|x3uXe+0N3n)6m#(~7p1{^m`ei9 zBrq4{HOte4F&B9nCF?7%S)(&rR;9e=IObQu^QQ1TB?4)*M`^Vhg`J6#%Ly!HJg*${ zJA!J}-P9gCT4%+(Zc*biKteHkj92#0G1y!4Nj6M7bIavC;#u!AflK zU1^fNQX= zYnT$h2HU#kEdX8>HzquPjO?+ONURLw`Dc+%x$)BmzmL_HjK@(OIfY+r%f^YY%JG?8^hEzNnJC?N{V?JF0VtEA#@o+ zm&%P&8!m({wKq^3x=buIP#dleT{fZ1jp%YCx^#mLV=K8tmmAULv*_|!bg3MNd(h<; zbh#W|-b270YcqHjU1~7>PtoO{qDwcJK87opxGu-gRyDpqxhF;=zI}QW)V*2kvl2jX%^vRcHv~E zHBrLJEF#b^T5IqKPG%8-ei4Cw5u~Zb$?U?(?1D74aH!h@pieihMO&qH<4fEMD0hxY ztSGq-*&Tsg-J-!dRBknQDm6;EO`X)@Ee&B!<{Il@f+{DKYN=b$gW>ounTBLd-jv3wI$};ejRe+DSt3E!=P4hW7H4 zK1wvZL!#&(TB-8$z*7e4#{t@`57T;`M#J@C8m`l5xJGHXiqC~IUYAnlxKh_N)tXkh(hqU9$qX!I29`1dOPPVC%($>CRU1?OlwrBZu-%~%(n6Ej{yg^O z_PeSXz&rNi;IuYfyefjt!-%PkIMakQ9wu}=j6cvkXBGeZ=V)o=%IrImV`5{h7} znkJ7uYo*u$1En|UP|_H#S!*)Ar}(zZ?seO2c->s$9<*RkKEgGG-Ig=XQK%st!BHe| z6!DAfp`kejky?X}Sq6zK3}ROSn9vw+HO5OkKy_hFoqDUYmLZy z{6-~$4TcE>JBS)PP~(xDgI@s0-ByA%9+&d>ZIqe}I<^`_+X2-5CQ2DZDQfF|4&SN0 znSY9eZbm}C-DU8(Zx}rI7_h^jVYk7}aQDHi!GV5CxY7|M^bity5ZX52>Jya)ktjf0 zAoNj6af8@(Kna)7yOFrBQ@ayOt>mo$i2EKPU;T=B6Qz}WM#%Tp8YBq$9wFar0dSF; zit_svMEjTr;3A{ANPi79J~1}&kYAuZ*-G$onX-eJhB9R?c(> z7|cMcYEM?pv(jbr0YZMmtp+oeaG3%Y^VtG}iiHMMi-07TIKkHS0NiMR8yc8a-=LwH zFE$uxwOwtCl}4P`gBuMnqN+fHpmis=bptS>(Au;C7@<880&#x;M)(7MScTg#(ZeeI z&8(4W1k;eMD&?UOnP$QUx0D*Bkm)Um^Aot6Ow3>^?&guHlyEn7$WQfE?(ZekqXuSQ z(q)i>*=^KAi^o#bLj!avm|X(1OJH^h^+>&95cv`CCIHd3j7%GbmF%_45~`Jf=p{KL z)>ahGh)?jkSzgzr>2BtAl_GtH*By}Q%0ivkd7d@^@Th)_>bs@28ol(WzQz=k@u4vV zWqfD@0393b@w^b#_o#k?>btev397H%wlpc=)^f}Bsrlx1+tONYxjug_H$kKlTh$nV zrj0cQ5XM%+*lM&1pgE%%<1n@w##S{35XM%+*lHMCJ$b)@KW&Vyrab^#J&CPqp==uF zeBhq?73jk?z>g!uLe_WyYuuQ#M&+%a!WvIujeS_-#wA>)fW>@{AtK}wfB~JKBlvP|ZhU{lj(lp3hthvb^Rq>R8-&Veo-!ZQ2pScEAdhqBy zjRw8A^&Y6w16A&80-#FIN&u?#K$TwHdJk0Tfhs*vr30$mw+VnMQ#=5wbU>9Uc=RbB z3RQ;Br%J)r>m1|P(_0}!%(H*z$%X04FrfPYP~A;U<9g+ zKot!HxYlc)A8+F)P(`iRQK&KsRop{3}~v1hE*@HfDPxmIeor9T3|s}TMr25G7xO*N#chBVcXrW(?8Gy#yN z8q!olnrcW>4QZ+&O*N#chBO|e>3}pHkfy=|AdP1KD?B7g7v%Wq>=^Pqo$ zFQYKWKTl*XKbdDR3~7cT%>e#o6#p^|X@()q0RH6!q|y1)>hk;+|MKbeKrzyM8voJ> zX*zSH+0bH_JMk}__?Hd2)?sIkG{1y2znlXr;aJ?o4*x;%w0UqF}75G!^k4b**2pi2$ggzvPH z+q*5^%opg=&!gSIB?^t9%LKX%qf2GhXjE5ewL0m_Lzhac)r6(nyKT>Q`(pJ@1J|xQ zwaYHG1^7X9c@V=swVR*Rm^d{vpn!3rpKtdXJlJP2Ml0wbY7EZ#ld}_&Onceim#5YZvy+WKB6ji1vbAwD9+0OC0Y5Q9sOaUOwHd8hFp zV|WlP%{$j*B@MU)R^^?>gXFEsgKK4Y5P!hMv(gQ?ksI(JWw7psT?XeeKsV3>;8kvT zoYHP!8_)}M0Xu-5z;@s$a13}6cnSC+@G|f;0H4nt0Q!ObKp$`jcnXM^Op6Xat}ejm zpl^c8BK1&?&qMIp%@hv7=OOs))?f|6=hg680c|M9=Y{ZjVKLvd5I$$|O*%GR0j&o< z_rT{rfX_WS-;~YyrayqsfAE2Q(@A?uAHy+ytlsNoOs4N`;4R<{J{vQ53*IZwsCYwZ z)P8r4zHTCHP)A3$KEiFo_JwZ{GL0CY(Snje6yH5l%!YLZJsb>+LM|Po5QR-q*yPSo zh{Bh7@MRu+>4Yye@MRuU>4Y>j@MYfld>JUE9{4}agj|~A%iwJL?DH|c#sBGu5OrWQ zseJ1V_SyCvU!H?6Zk4!tuG`^@TP3cZ>!tAJR{Y;{@a6NwvN(K+=lC*|8`U_`%op&* zCCZ5}armOG@1yV~kT<6WP#C_13-IONx7!ywlk1soEB%BHk(L$w`!}pKi2obJ|2?_e z;3x294}94JRrWxYJy2y&jv)K8c6q$tU~sR2HmiIF$2bT#6JtL^+>?{LK2d^r#(ni#yY?dtQX_;z}r8~TAjzJ9d z#86LqE+y3CCaPkXa}4#kiK-ap978=Z)DuHJ$})4up1r%$J_|25P{di?WF-wIX_diQ z`kbq~3<4>ATK%X+qJfk?EfUq*uf|?(Ly}7A(>Vi5>Cr9zoQ7z zZK)PtXO~Ght{pr6xS7%hgNhbP5Lml-e1ksSuMpxlx(w>z>DiqI1KnJ1<8l`zcAVAg9^6~iqEwae11_`tkPXUYh3`NCZdjz&8P}D&bbr5GXLSxKLu@9lQ zgE*sm310VN1|z7kvBltoXYe|@Y|I6(dz`-st!ukL8%fbm1?2{rRtzm9h9nsQgu+O4ocPCZ%_i8O1cd$ zd>&-)G5bj`?WW$B0NPCzF9Q(nV&dS%#KDq&gHI3#FFwR2aj>2^cyRf%#!mu-n`55^5;}K4xH1S=2I0OB;gk$emf|xA_k9SbJb)b#?k}L3+^Z7g)#;DJ zE5AVxedJyPE%@sojWVW>c3bHvp5Y!ya~-7FO9b0X1e*1c78VOoYtTfn4lv0VAR?{T21Pl^s|7MNl)^n6wtL-Jy`$ra+4hAOGdP?x_QSLV zTIU!HC*m+gug80a%b5Wx0Um48GtHgql!X)H;pRX7AJd9#kb}I_}v4jLPIa#LKWXy z%x4P>ZbKhw^sxth%tjxv^#I(x2JR+uU5`@Kqg53pXeNwiJd~omO?ifEV0QWW`k0t! zc*Y(OVVG3&Oc(BHYL%Z-0Q}QN@D}4aRg&eHp=kz{>@ib`&15x@k{d%ABMEDW;9p55 zR%@-X5~7*U(^D*p&0mqBGI55QJ4s4RtVU3eKkrcMJY26 zafwn&pW-rNZ#r7c)u(bw8J%svdn9HcS3fe95>a;qGrePu!K*~w(YXdc#?@bknO=vP zzJja2V+ofj05g3BSD!*Duj1-|oHTd@SMMtYef&o>^S3#r9F$T}MFXmcqY5bk2w305vGCos)CHX^V$5Li6|djo;JiohBXSQi58LSU~Vus2Q` zG&1nk$iQ3U+rV1@4MWXH+>SV3MVx6(zYQlp zj)_lfVKpr>Ef~~oA840{ZhKT}8_)&p;K@6I?OY=E0|mrB0BzMCAIOPaYg*->2PJmo z97p2n)SOvqCCyMOg6%=DaeQYq=L+^f+fD>qgzqZzw*CX9FLA^ ze07$U;{5r4!27J9Z4luN`sv}`J(UtJ=#m=@B6AEh+P!ryrFjOi`M`}_-fB?j0Fn4Y zzFh<)`H3?`B-Gh#5Z%BREe0|=ow~XXMrdc0bzN4v97bFQBi43v2_x3-q68zlVMI5K zSPLUA@1+D8F6%d#0~yx#0gz!1&#UHn)jY3*=T-B(4xU%d^D1~=1<&i?dDT3xgXdNA zyd=--;CUT9FL{ZHIFN3fKox$vF{+58iUg`qK7*FQ`wMSl_L;x>_Hs(Zo;qSrVD+sw z(W%4YwLOmpZzqu_P2jumCUN@nyiMXTgUPP=cSc7o3m$?=Rr3 z+*5o_^LU-N=ten`JK{ksxwg#U-k5>hQhF*Sj5v)O(WU?q9J1OG zX&kbKG1QnnjYD<^`gP)DPQO2Cf~)aG8r6e0)m)`AVC8sp7@J1b(!6P!H`NK}dQ+Wn z?!PJSLHiJ>Ka=KN(qaS;)zVsRd=|xTe^3oD)1=_A#->Hut8)U1X)!y1#oI^iejXHa<%slHi7zIr^mZ=f(I}QIvoDuPB<# zQO`fLNS97|yi4Ah&wQJ}dI~C!x6O+5ofw_XC@N zrw!aZ;+}pkX+>%@U=MECrNd0YdMdG=>Ch*J^^{^gO>i;=C&iov;t=$C80*ng?eX&#|Lcc-oE~X$DYB=`@O?Ej3QvZ(oST)3L2TUt#dCgf{IEF}=%5u8ppVT+Q(n z@1LKvJ6@&V^D6zGSKkKS0^mU%fvWf@4h*Y=5f{#?Q<_!KE5HA3nuo}{4d%#IO-0yR zwyrMEEeN|DVb4I=S0Zff8gV(o)~*p6N52HY?xX=;iNL;st?C$9{}lQ{F9aPmJ0fO_ ze|ayIv(O8Nz@R~_v;W3|4uRr0F(FTMhit`1AFv@t3nSHHzx@ zEHC*!t0bwpUj=8=IYSH;wP|iExS=C=l<)v83JY%N2x;U6bjY)ujJC~E2U=_@Iy2RX z1IU}1f)NUpy6wU}@K7MkBA1Y>Ingf;#wN>hcP@+3}274FDuh;WCF4GvNTUlOHZ z9i?F%!lP81m6E2u^DRw$ zOAuB{+I7T~Te=Kt=nrPGn|lor_`>Nr+8aDC)dz*fQK-y0ghIn8G=wfa zbg6*~oyr+OjXISxK^sZ^3Yl}9upL9haY(JKp^4c7P9~Hy2!D7C@93Y&MFmSP+zXTm zsUOO1d7ht`=Nk!eCfG=j^0?Rc8^}Jy1IFW(6))vHCiwu}%TxR?%cVS_h8V&Gr7%Is zt!UN>-3m(DusuwD{lLtN`_UOO6;ByK#FfOnHXh%`<7+VXHey~IF|Q1ZS9)+8=AytC z#atqoOB8d7VlLV_$gLWTVlFzgEsD8l!C(}diS-$1)nJS{$mkmYZ;<5;vb;f-H^}k^ zS>7Pa8)R`eSxE>GrTpxe302i;Mp~7A)xqMSc{>og2>>LdUY1WnMC_B02Lw)sOG2sO zF8}GFKl?9R*c0EH5yz9;s|b%n=>=^Ca(_apNnp@K%_A9@)aYjs zakH%)NQO3BJ_8ml|rRDo8jJYt?hF+CGyoaq3&}-+0~Pooc?-oBD1YSrux@ zsL@u4J{L{{3pTc?puB+pZwR)~QHBM{Dtc4PAjhdfBU&xk+~SUjIrtn;rG=n_heQ4d zAO9QtODH-XZ$TR*HXFXs!0@wxX<)=@V0iO^8@asIAhCqY6tI}jXkaMkU0J~Kq+QnF z|JKr6cozS6CI0V=_`mu1zqK?M*3w*9OLJj9{_l&_QYk#^aDr>`f12T)j}yF#HbaU? zr!6()^eY%hnNx32elu_zm&D`^#N?ecvSt#Kbq>dNVzM?Izcyy2lQgYvo=SWbo~IGRyz>Ll zku1vhG;%U>H>gp)EOj1(o(AE_gZSQ&+X}6MDCiw=ZlbsT*Y6MVfbnbqpS#y*owG)9 z+)=NXGrzD|1<5K3U>_-LtLW&U+F>c&aEgI44JxKC=x*w;#)7?G>Y=7zL6hX$D(;_b?}hyxD{+r-gw$($UYcIdC3OUU3|<))pAa-Zaje#(2{>Z|b);i|P`IYvq+cn1tEq&4clN8ho5Yn?b%E&4eg5;CFwEAO8Y= z{D0ziZ=!GY+AIT2#{Msy@6)pl)XVyNJg{a*{vHoJaD#y##;&r`Lvsy0Vwsza^={=S zOZY4WEH?0nWtxmtEc23fsY&Grhzoy7Tu^4iUv^nZyMjo>p>DhMkh9wrB(Ncpj5vYB z)wGWzaqXNI-*2V3Bu=F@5tOFVng~i$>2x`l)VJtFP?}()?JfcnL0a}TiJ>dmDyq;5 z^P&wowLlBnbbv#OIC2WO5uZL6^am4b=j1|1(2w&U#XVP!u^P9{i;@$1UH(JOb6?JK zL2^b^bsT=kkCNO`sHs~pO7h}z(i8JxIRn$2LkI&?mW8&-3Bk1lTvL`sC}t%!Y!Xu` zVOAQ8ltC!}Kn)uWUMQC7U4o&*MGeGMFpvhQGNI7HL)9`0D*pWcRhuC=f}x0`*n{lr z_+Q18dhXTHAHg&O(U_u3&-yf25{{KT5)12E(zA{lTdg>;+1GC_XaFRFS~- zdCtw{Je=F@(s{T99xkz%JMeIcg$B;UX^*2=E?~%;`D69F?02#ATO-=zNV$W~o2f}6 zZ>H_t!U%Q}#N@VM(~nB$%?=}+yrv)0aP7a~NQ0tFF1e)zq*2drMX_^?Zp{+iavdtQ33PK#ALK{yc9xi9>cr-b$%8_G4v` z=wuOZIS**!vlRv!!&}1`-Wta6ruQ3M%fQhZ#_+D?QPUYXT7z7Egp*b-=V@9&Cy?_& z}CvcV_s|`1gKkrx@mP`g1RNBTY|d9sayPM1Gn{G1ituN|3Q@qq=`HQ zAOp9bejFKSMnVl{%}B(NK_I9r>BmhlDyVCMF@kgE%sXpD%+rGKeFCI5LQ%-#9XeBZIh;0d-5E-wwE|x>cj! zYtU~8`mLdE8T7jV{btaw>UI(OeHiYxqhIaq-~K_k%e!bIH_W?C?1U8FMaflKknEp< z!n=rT>O*LHz|D~7%?!XbO^!$VtmI)wN)`22;5FN2Y=c3##UOM)rF8~=MmOIohg8Y% z{sLY8R~;DH?|A!&vfo&NCztWRCH!yMa#LOe?MJYH!1~&7lYJ)Zj-Y+FzBYpP1M6#j z>*n8Pt_Sd}kC0RJUsf8VsMbu}>zmX(!yBY{gG`gbBY4~Ay9_iJQ%mn%XX&bSGkX_b zVAx4WorKg{?yc61h9PT_coJsU_8ExTN$U1tGMl>9Qny+vQ@h2$ZB?b6MyotNqgu6X zl(rfq+5zgOu6~BP>0CU;ygAfO3az7Vb<}OnZi56?drj6rJ^woDRzuyyCV4%1bT<$+ z4v#Lcr}MJ>gEF?+^Rz3lySM1h;c-|T!o#_7>Syq9$BBrV)%q!J?ioCsHbv>6s(vyu z%FD|`rfy0>?m%x9)J-YK)%-^V|B)i&m*7rV+){ zD0MPiMk!_x#?yqRQo_?{%-5Y6t27Or(WlLm_2SET@m1Xhf!$o(8e@Mq7wWML9ToJf z)Wf459`#V(O^AAUR3T1fly{@G(jj;if>$BzL+i4%5GD?Dy#|gF! z<~TpJC@09*lJ)$xquJ0)G6`4TC&OO2?z7!^gjc_Zpr zid+31p;|g!%4@Mw0{hUMdKfRCAc}{v)hK>QhpptD%1IRRngAlP*7>``R-*W!yu()R z=XaX`-oBD3RL0wv5Mi~sZV7KMZdAezwKD2>`#>urLljE!e%f3&wcSbqn{m7825hDT zKD#j^wZgN!i(BcV;Uc#he`4#)K5Z3jAQPrD19ThQ+(YScfJ~VBZG6^Csf*GMgWjFM zb}kW4Coi-Y;k=D-8Zew+BOIk%??*U4!*FgvI6uR1{(8g>8N_jJ9=7jV_3DrRd_#A$B1Hd~c=2Dtx;C9Ff-^yo8_$&o1=5hhB5Lg5x4dT>S**0<%I=)C7 z#c$;Oj`MySk>5MW@4LwFIF4so%;1yAZ$EGKN#yry-sKBx40M#Cp8Uj0yVP1OH8mb; z;#-2D8XccSx(^K-D4*eD_>zy|OFoTHT#GOH7{289@FkzdYCnePBD|XB!PMfB)ygM^ zcr~Sy2Lx8!Cyv@3=a|4NsW(X74BW;gNzhtgUsqto+&LyUv|>)DLi{(TIkdL^#zrgM zL>u!)+L$+D-S1)8|E-DAN`o6|W8O#`^CqnO#tlFVz`8pfgZ&;R{@z1eviRh=ZTg^13bpe?p-l?=j@j?}UIbnOerWL8%fQnHUD z?czUh1qIh=AFwYHhkzr%^T1)?DDWbHx6rP;av6EM?)LIU7U&1|0(}5c?HoK!l$v^y zwFdGa0R?DVxgjjnb;z~2atsUgch-1O1B%Va%Rf-P@>p|qUUn9`hiby$vd*Xn5}Nf z*t=}W+3J>@t!}|qR};o$tE;;x5yn3FhN3vjyb+)eYOB7P%3wtwf{ivizOb!ohmGR4 z3hN4;?;>0M|Lo|&o3PcJu+^Ke)tj)@o3PcJu+^J#wt5qNmpofN$tCMLf=3V5nC#WF zDQ?L{^-;id^ESnk>!@du5#f(E=m6%L@D z*!WBaz~07sC=nK)!PGWmYGb{WFtxGsO>JzxF)U1l6jhMlVn|^);&HO65g~5YNH7=V0A)uL2Ic+h6CYoT6;^3QTg8dCFIR;A}#a(|2mK?)Le~N0Y zqgwY;t$V1}GOE=~wf0c0duV=W*?)y+rM$h>5vR5bQQM;6s&fS4y3J_>@l^z&JW%aN zaS6@0EY*6MYW)G#`VH0k0o7VU!=V8S_ziViKii;|3jQM%{5vZ6k5o{bu2hm$0%w!BPAPgB(}y=G&775gbK?1z?f4fwzEO1D$&Qr~Ov? zlf4F4_ZfT_^ZS!u8^k_o0*fJ7*T>daf!4ODj~#+$l?c{bV|Qrt!T3r_%MEl;kiX?1 zFYeq!oEMjSP!_PGpP3LU(c7u;otrSLl7v_8nOTG(BK87WCV#(J~X?GfwRx-$2#B$yuN~P6L*#n!j z4cu_4l~%!~*C5gvh%_2A7=S}+1r5NV6EH`cg4Pg)v~q0#sXc*%KGdCtxoc%Do8PV>+P+4=djb=mJ8KT%q;{JlrBF?NxGwredkK&-}R z6xmn8mjul57py`WH3B1$CWMCzAI<=fKMeW9kUtFhwMHil`L#wT4EdvwKMMK7+}oW2xc4IN z?dIO@+`Sj&?!Ab6-KKpPA*%#}NT`G~eu6YUiwS)eY5W8e`YO^mLp{z=kImGhk9yoh zJ=AG^W;rD)^I9XNrNA2CPJr&~xh8;~>o|@weBge5w+VR2V0f#+10JO<0F^$M0jRXw zS$~+CYiIpsL}xXGml2%{HH3$b*%w1E0<;Q-Xce4!8F<>@19w^jr+z$vsRg&DA?%!) zWAGXtL}z@RA@=-cK0xew=~ja?OSnt{#GaRkJtr0#ytc^T46)~lbq1sB0W7ajr*(9T zeX-{u0G?_~)8Q5?{nRt~0gZ`ad5|_MX>S(ol20A4US-gZs6$j0xlN< zivVm;;~?W0I693Dp3d2zj%ymk28Xagci5=5np3PYC4@VL_ww@ta~bAR zhPjjy%gWjfJV>oxOx&|l9D2tIJ8|e8hu(4M9p7OPhTdW5t;~inE+~u(a@ovb2&~qU zvYD0Lp;;rh4nygRT8E+WXQeA@Qz)e?h7g#}fmUXNhQYNdlrkGa2u$;)I@K?Vz~Z>H z7%nZ2OLO`6vE6)z_O*?22!Sc%P3!X#xHQc(RpT+S zgJd(M4L}QkBx`UPjhg_1dL4qT@hBnFI>cFr*)K(EOOcumDOri*UW(Kj5AoSkT;^z| z86q9h^bnqP471mSn?Ghb+b$))VCbD=U&Jx{M9%EBA}B)WjSzaZX>(!;mnmQ|pJDdy zT!47eE<@`KI@SXa_*^rk4M2-QH8$M=sfTl<)&`L}XhdVat=;zR%jjqr9qFKv6NH@; zgq>k@^zv&4k>kMYz)6E1EV&0u?!l6K-U86&aMqx;-#|x>4E9+`W4?p3E=gI*5)AqN8^Su4=L$L`SXY=v{Pl z@O&LPSCHqGW4s!!U_9eeUG}>v+YQzbtUrp>E^QF+hr8ZXgE(GUvx4%bR@G5uVK^EgdH2Suf=P6Gs!t*q1sZFr-ei5D* z<9Sh@7w36Vo~OxOt=`jcs@_jY?orx~?F7Si+Kv_U?n()UNrGXLV3@>(|1OUEVh_N3 z|1OUEVmycrHoF+VQS>CUwa4t+wJ!p+_14nX%f1ZYPzu^04rRP;y(^HUbNb(*`a#z+ z$3FWroc_;qPJeKoUEYY(zY(WDbgRL?F5xl-EH>DO)4yV&!JjQMcp_==oplC(v>w1S z6zXsN(H8q6aFW@K7W?c$&tM;MVFp^&$$ai4vq|)~aD9QTz15G}PlVV{gxF7n*#8!Q zPb}V#LTbv7)tN)p^g60hj~i-NOGabT8trlGvO@U3Yapf!Cjl{KIBL$sQICk}nlllI zspgD!eA3ntBBlq?l{w(C+`IA(fY)$icxr+AV|YXye;|*rqogF|R>TMsiEabsRwQ;& zLRK!@H9?qAZiQ0*WBqoiC1Z&`E2#k#!!*ue8vYzTw%~7Qiv{HEYKtwn4Q*=(kTnEI zZKa@-)@pdu8c40J6l#!F!M=;5GWrOzSloqmjf_0G?ZX=hN}ZwPZY6wbGpbhPvYGI?neeH;c&pnUe#}182(Dw!=Dqw5F{y2_8SSUt9carne>G01 z4Kc&WK+Ms2o#t`YBdhhuY9oz_-=V>`9x*+~k2j*#^*nwiBUGV!g9QCw&D`n~$S@;R z@hjTGES!HpE$&lmxZyIfJb3T+Oj1I-zjYX@RYJRF8YFC&EGX5gf`Mc~ zH83KYhsm0DgppxYK>8ZXoVkq#S#IM*ZchrI4x28qv8+C+(dK%|4qrwqKuft-Q4 z0VWxk5+WkB09@!tg`t@epWd{GJtr$a7DM9bV4Zs`&b=VfnwUSovX)}ifL~)(wmRw?`>J+fpAh`fo z$mJqRNrMiecziv8KUJ2Qhq;7Sa@oumTL4CEbo5pn6N+F$An`<Uw=rB=4L+;}_f>=Ys>6NN;l661cTxAHO^AH= zg_G9wN+thMc^kk;rS|@;q@M8IvOEvoZp9?#7*ytdpvJE|bO z)Jm5%8tB0I=_|Or6KFD+&d9{km0U6?aoJjfo@PoLfEEBgUv7C&Sw=ru$E?=i@1yv8&Ce|BrG&tiA+R$D>bfMzc4`4Huv_Y=KW(KjD z7HsAWHuDQ?<`*w}z+{XR1Y1#GKeD}0uTQ|mrmud?6-JZ7~T13R3vtpRLn zGq$xE+uDb19mcjcV_TcCE%holV_U1StpRLHGYCD{Ru2>?)T`{lw!VjLeGf(qV_TKj z)@QJ-P1sgtu2=azsG=E!H?XZYu&r^=;>mCxhLMTsM1zYMnOH<1P>xq2ADh6(YUbhv{_O?+ z?e2bqH0_cX;KAMeW%?;DG1#I!P`lIdK)Gtcei=Ma4!v3<^07JxFtBW0rz8|wwjPED zIt)-PykJ@$p76|e1LX?c-fg85v>wjv0uC6|9|G`%^?1U1JYoG&08dztLf<<^39Y_| zRv$#GC(u?s4)5Rk4c^;p(A;NmhQ`Euc$KH8ASMRX8ZHJd1!4dLYH5bdGzi!*gVH;8 zhqfhXxSGpq;1j@d11*~iFSSx^4X^^Z6KDbm+gdvpBW%YA+u>$PgzZ=hK-f;>T4I|3 zyox(LERAdNPY=UWyKxH-#rr9OC|><7O<8HIZ(G#f`7S(lrqo~_p1QK!pi!QBww1y$ zg9W(j(y5ei*Olm8(+F{F|F7n9iS4^}6LD-mz63}C*uL9`MKcKDb@o{nv)9_@s%A>q zc>+66VB&AI82pQ8pf!MRVB%kHGe~ST$Y9+Wg62^gnqTfRa6z-szT!hrV8|KvNxOU! zOMa5x&XaEgZvizXE1g~ABH|ecqMrXK1UXa6Pn2?lt!A;+1K8>*Z1p?X>N0HgB-(Gq zVAG8TT~J^Y3amr>qwrv~iAyNZx{^yMFbV~_pui{;7=;3(Xn!5rU)OE$N85ldV28o; zJAv(7()!BM`pVM!%F_DE()!x>G5|pi;~5U)8GZ^uv}OEZ2=dcDgTbc^4o9dj1aZre z3Y`R84M7Syg=&IBbuKtmLy+)%fZ$LKL8>807=nZ$NcBQs5s(BRh`$MWvACd($ydRb zRm25lcbtMWeUN4qap6=hF05+eCom@qbFwSA%(b~RQgjwi<3@_yw)AHY*cTZ*P38!I zr^(=HGDm?I0X&V`Tp4JV7eAocPoddQq1jKN*-zgBdJP=I3awSps(?ng7J+87pxN47 zNYL4oN~wAinpHrvFGI6Op;;1|9fM&>xRz|<5}H*&vm`W2LbFGqSrVEhp;;1|9fM}a zpxK?!>`rKQCp0??&CWuzJE7SsXtoNPt%7E&pxH)fwh@|r5t@Awn!OIq{&+u^(Cl?+ z_AoU2V#H+d8Z^^h5q+gr8p02qn`MwL=Zi8fXLAYHHcticNSZ`n1?Ny$5+}Hn&QmnXr=^)J{abQERm}KrR0$Y zciQhpyZP}pgOOd7#Fqe7F3gCi2`oWSQYv8x@1qI*B(zYXwOR@_cpuTC1X|n+E!tqj zH{pg(uKXsn_$CB-7Dn9LLuAg4Py; z5ro}}Irm|;Lpc4uE`w=U?emDZ1rgtch?gVcX^40pBA$oS|LAUmyG|Mu%_VNj+PA5G zgPOetm3;=+I9D>*inS|G(vn2AwG=|wW3+BZy7?=islCqqPB?`Lx^L!$eGUZG>xpX$V#zs7+L8o z-Jc<*7Z6h|V%mwA_8_L$;pFScY7cbWztrGfn5c7A@5NP#j#-HLI-I;0PTmVA_cv35 zllQ{Od)p1_A!c?Hu$4>CAa5)KExgdiXUP5q#Qp+ee-yDlir8N`YEUR%j=pSPjG~ml zXvM&OKI=0W#+$jEtO0l*jF+?QvyY+~*OGn=^%M%4SK-Z+ldqQa@8if;%m;8}y|?o1 z5-wA~Vm@17@KGGuRf`OMKWXq7cC=_cu*M*Lr@>(qe-1~svDskJ7K4uwIX{MhU4~y< z)?#oAk@Ity+GV-O`7xYZdaJ>;?Z65HZA0TPoq;~C;iUsVT;we1<}PT1#Umm%sH|P3 z12)p>uV*YxOIYd&kRGh_U|ks2C170?)@gs55m=|?<3mtS$M-5tcL>%EH5n*ZcLdfA z!MdTGCme!xL$GcL!ucJ1m{W5MAOzMB0&56?B`~K1=KRjH03q+AOsnNAgvJOH3%|@S80VMuR)MO z2r^vAwUkqR{C&Y88nuUT09hP>dRcM+YQ$)9z80dYA)GzGAv{J%RWvx>O=+8f^0daz zZ?zoHsjQO*ZYK@g&bNWLfL;TsY_#7>Qdui1dsix}u(~xMzd$}=1o=gfU!0nsrRK}R z28wipM7l9*t|j!VWDryNmT>15=pM!ihSvj7`9Y{0hQON0(0T~XVW^^{{hTKF>)>*-hypuw3-4XPV~6#&YsMwfLcucL_) z8mvZx)o8F94OXMUYBX4l2J6tE4*Q8`tQ7Ay_(Tt-$AR4jiEVt=OR0;}4udPP)hoAi ziGL0q1Mtrw{BsEZ9D5mn8*bT`W<84T)7Bm}x#)DghfA%befVZV3#I=gVT5uBu9->+ z`z?nD?duF&pYtG|dKLODS!s}N=G!d>cVm}#(@NWi58K#cp!E3$nra&%LlRrPyUE}n z2K(i9V1#u z>^3+DOGa`mX@w<&eFo|gv|`=rJvHH37r+hmo<2o%u7w-h;YJ8O#s|*`;2LVuqXcf0!HqJw zQ35x@a3c&i!f+!DHzIH&0yjpU1@Ieg=g5&hyBx!Bs9P`+F&U^k?D}f{Fxo8pLP^1` z_>JM&27Rz3;5W2XH;wbi!j}PDePF4E{6=;OU!;J=2J#zPs-f|Xb4mNG53WsH53Df= z!8I*2Z-r}0mYD|E+TdCnG&>66w0XtnJu5vA*N)~Id~I+o1lNwhwIgs%8(IXKeriX! zreD!>0L7tzrx}Gq{@xv>CR1_fWjJ&X98%Zvzr&&L!69u@_+vQq-y01+1Cj24LwCTT zJK#_)9Qtt+B{*~k{^bt*%V(M?!J#|g&>hgH7W&jel|TzG3rn)FL@m4wEXlx<3@pjO zl6F|q4ok*h$rvmd>NgnO&m}Bb1xtpW;u4k=j4tJT0YQql@X)I7K@=C7xkQaI)Tj*v zm*Oq0`xfpeO50wNJF19Fh>LSy)Y*Yhtkle6Z)i^C_$ez z^hraXUg(pCK56KqnVL@MqkXp);bazd0XqyXf<6~PpG7#C3(w-Y4#F_>X@x%OAPmDH z&Elzp;OMib)an}?tB=`d!)hT=7&@PX>V!D2qOtXAXpw{#)zG2>T2$v+EoY&H8Y~Ck z#%ahf1T9WOkkd_E!i}@g;xx244J{5pi__5JG_*KPWD+-q;Kq<=kR>Q-=t{GA*kmlR)r3#;O zEk5Vl5tEA}jrvwDGF3UpGuwVQ7y1MulXkR8&ap4tEKkooyR4WG(4y_R)j%m}6)8Sj z%x4P>sumh(s;4JurMZx>W<5Y;DwG0H0|^6*2&cE$XBx25RL}IBUz^Y(LXmI~ck|g@ z{5cGB9!{;BLEOz_kn1tX^%&%O401gNxfHTS`YGi++>kt+#_EY%O8!z3uUmAl^fN8G zSF5=P{{0yK{R{k4%jh2X_b6^D0{`x5Gzcv<$eTchiQ0ZR(nJaVxmn~8{L7m~zMr3L z0-%}8@k&FpC=7GyU1=Dm^sY1v`zj3kDhx~GwAzjV#Jo0QUK=rQ+RFg^D}jF{@NWV9 zTLAx*=eqzBrr=*mQT{pV#gJ*vX}P|=wmj0XrW@5rLlBRcr|r4bhxK>c!YyeV26bc; z?RJ^KEd|Cr`iOaQOWMlt6)x1w={@b8iqLoIp)YM z4Zxff!&y;i5r-BYw20xB!q6fCEflRn&>{;h6r(hbp2jVuoA^Q@>-=b?xt&0?a>H5b zGpW0jK=E#Qr?N_1p6`XvMpYV^PCgkawF<6gXyX*BO_u?vc7RZ%S&Bj8(I5@nv$z7+ zoOzc3q&c8;3nhY$MkWS`DQD@_3=mT~P+kQwCD~00OKIg?Z^!zPebgB5c@TVy$P|G=fs|p#F71G2|L$F@Fm`4Uu4f0`(~_hykhsT zHxGMDU~h5kEsnj#v9~z()`7is6t$ySRvC>WxseH_a|A7Fj{VNN!9ZE>R z=^UXYJTC<-Hi+ZLHIC#hvXaJ;l+)3<-Yz@wT);K#3i3_$V!8O47A z#eWRN|7*X&Y83xEivJplUyb5xv9}c{el3c>4#hu*;%DH2pF`OG;si+Tvhx#=Ix?GY zW584ZQfq)t()H%rrN-s8VotdbI)%@>l`oL4mjaNkw-7+E8kcw3?^?8tC*Uoe%MI z%=z!j4MwQB(rY|JtcOTLE>^s zqw1xW0@+8AeH__q(Tg|BO4_u*Ljm#G24~QMmQ=>jf=KPnvC?a}jD6@sxJ&_y`3#pa0<*P;%h{xr&Y(-B_{y-O5JZcb+%VN7hYs=vDW};($Fn-5 z!+w{yFa#f_W3{y#n3@%8N5ogy7gG0yPbn%$6;$T0ROa!ucN(NuQozU%TUX_Cp$KF23 z0b`Pymdh79Z?*)#5j-i3C=|(=uGXt*jhIYVxw?K7!e9eCXT&g5MPfCHJ$$j&Xlr>+ zFF~Z2Akx!qpw0NIcJUcOq>&)fND!$ah)Cz!c&{_dWxql1UW3LygERp{nwiAncgYmZ z$kCSQlKLv(#&K0%&Q)n%TwY33;&M=loP*NRTCF3{9G@nnwNr?eUb-ckZcINc)gJnP z^sC>c(SDj+hi_) zVp*Losd>RnVza576L$B+zR|zCR?+d;!J|qP#(({XPQy&tU9t z2@b1iJ^UQTjuISx4p~be>!mbyN}#A);#$(nXArXlVx}Nw3BeUtiq;*T)+qd2*5`cktvS zPfqgWB>d~($w|3Lemov>@w*BhTERoBd1wU>t>AgpJh_60YH96Xp^AB^LJc_`!}-N> zySyG%yooBbBmG~X5A8_*HB`}$Dwd;)9jKxoRqVhxT|duF&mZ7ZInieE$ zJ%n74mI!OJA}u-AmH~1A5j>o>-}F$5JbDECP`^Tt5A*m0O3|WNc{nYKRbS0@3*^!L z1(z7-2MMmacM`5ep1|8LTpG&s%{cfs&^x&51@s|HK(OnG^( z58wo2`0)y!q8OzS5tp*5mV%~;wW`P8rW4CcU@5;q$%nAKKSasuLaDL+&nWrVDEVj5 zM+a&=h7-IR%Xb~L@fKBhiw3+!CyqjSX;r*)C+|FmcTVum7xB(DIBtbr<))-~=Q0di8~K&- z&PqXP%-?lp)Z@emT%c4CP>z98)A08PJ(2geI-M-=ShVHy&c z!l(MlN-lT>Eqop=XbbBS1ST!KIn_#UBDJju>=OvA7J)S)us0D{EdqNJuQwjX!tuO5 z&V-E9g~fm?z&HzrMQ9O*77=I>qm~}ERI@fpEwzJ+M+LPi-lLZCv2kiCAFF1b#zw+& zEx9Tb90=gskY1>eTf&?9J$kB8s8^oiwqTE*n){kAc3VMBb6bkP^iL~A*mSVn2e|%Mg1AYs?__O02OBv1<^f4Y8{? zkwNS!$fY@db=>6>CG1IbL8**xE2ym;bE=AI%NGQq^94Z=iREMv>`WoQafq(yZ4*D7 zRtL;#U$998S18~|9FZD`=y+iarxOh-i?9(5ejg2{&|obZ)QamKG?>Om^q|2i+=J#$ zR-nO;RX2stfRhl zI6<|&)n~86ch)h6SH~D$9e-Yj>_1FvgDN!gE@~$0UDOvU z$J5Njn|XM%1fE7aAeG}}%5iB;c(V+iMorEVyjeM(rVUS1&j0%Q;H@GqIPgW%MF`|l zC_wsc72Z!Jwa7#ZKSuF9fAo?^74P(mQhFD?#s!0QL0(Pr-v8Ik%IB%vgHtjx@Wn*b z4Jujsb=+{xqns)VaznTA6Fph&gGm~g$fY#h42_*+j$9>>s~U1CO}83eDb2nba#iHQ z*i6XP4Y}0O?v_#jZ9&>d-6rXBHHD+P`HetiI^J{ZHItO$HB!8R{{W<$(o;}M9s2Np z0?~u5NbVg+!>hhf!;5>9{O=?T0<-cvg?fWYdg|QUPi*=EUR4&NqgX5g^W=go<_k^X z)KiL3kI6PAxwqj1yhfhhCghB0;fZzf)DlD`q#4i5k3^>j$N}i>176_5^5YKQh`G&g ztxJ-~-fyxOa>)Fp^T58T@y_EO@RLIIlu1hb{6L_n>-HeltGUm#KS*BljjH;S%GC0G z=978J$*PvRO+q-6)Fm=)3|N5Es#B=+TS%)D|6l$sm5U1^uw*r{DSKW>>X}4$U6moY zCO*VojD)DS5ihNFw%|DadNvc?y$!aTj8++6j&MYOKJ2-3eJdZ|XNhCS+jlO}VYmP-nqbP*Ke| zrJy76FG%^LJrI^aOeCSU`}LUK0uzfwRMOq|C|oHm&c!2|8n7COXd%*1(LH3&Ti zeAaFYrGa~aF9BZ#o&o*_h!}XZOEiWOr<d} zO{MU>|HAV$`l|^j%@OpJ+h;XAuOVje)hi4hnM#Rn^MAU^;3E*^61vTgq4>`*Ci582 ztKxZ$bi@Ce_xmRm}@lcAUbls|7<%oDFCBpQmrgW7fqGrWY z)ZE5kjrJr z@GuIHuk%oV=DU?z*Nq@Dc#G!|gowF)mzBEl7Blc%Gw@v75s6&YDV73VS}YR#ESHT2+5;!ChD!ou zf>4=g;*tOvTgl}*V68#4nbHP;0GS{_9=YEjvI!tIraXX9d4vF|Q;wBuH4I;d;fq@# z?eCccUlinq(Ux?i$@>`kh+_+ZEhRO1AJ|e-llKZ#F;t;_C3OUdzC2+Dg0KF8p* zj;xBo=h#VuqI~`q3f+i8uS21?qtO3~La#%_`w-_oqv5bOaO9S1PP76jXZU>h*R z4H#kzGQAIL)akJ;5qs3$sDT{qw@R(_XE>;JNPJbf!L!&$dbYuPF@qOyP)ny$!a<#! zWAGsQIE#JUfl@}Xk7d}$GFlI#*vHu=T&94 z-v-_SdJVK(uNASo<$42%U3-E262blw!TuY9RbtF95o`m3{Wm<^FOlCyq;?7k9YjK# z5l$B2Y(zL45l$b%*^F>DBAkr~rw`$5L^uZ#P8Q*uLJ)fp#6~!&9d}M6i1aSLfNOnJ zun(@KcN?58#XS zuLR#zf?KM9^4irl;aMpG`D0Mt9WLV<%+8mn!5r8!z9VXXd1=_7v(#WZlvjq34j@&= z%%^7CXY*qQT3&K=DkUgifkMB6LN9~zkD}FQ(W=`r{#mqo*%CfOtJ*UDS+x2QwE7ja z`Yc+Vzs5j^E2vdfv(hg81I00exlMe#!XS=8?8G4Eb{X7*oWF~lzuRr_9fZ9B9^8Y( z-$UZs#CShE_zv!-2TxOV(x9lPS%GG@^cy^gW*+Y|_%51x5baMv`%}=q^4F9(ItA@d zLHlvEKV_Ev*qdz-MnVxJq*WhU&*T=0c?c(paNI&M58-$SCxURao+(UK%c<%ds#-@? z+o@`js+J!x7{@yB>BsmTBAE^elZd1pL2SefHev=F-v%&)jlBj(5JU_?Oh*t&1W|_| zrbE#X6xF%cQ79TEe8$wjgreGlS>eu6G;%&g-G(4v!j686R~|u#UqYP!3rT82kP}h+ z%l`>Q2TBdnQ1m@StYz0qoc$AoT^%#H1+TnnDkUiT7z(IG0gX`f2XhSyExT@9VqX+m zc3r!OJD_Ma6xEjdS{m>zC>maFp!29&p{NH%wdU*xP_(tn;IGl!I`sBW=K@msSFw|CQ!o$@`PK7G2h(%RT6_q0d0>W)G57RLdf( zEV4=?Ci&;=d`dS0kX8G_W>Z`)1|X~Uh0P)+`R6Q^PE+YDmCjOW?T;z{oTf5qDwC!% z^3UmBD`k1VH1C(@{nEUjTyC1@DZNlGw2Yr`A5`gdQybQ;+3;&#}j^Lv%kz zbhYyg>JeRiPINzB!et7`iB2cRtwVIRFzo+k@BQPWuJ3%`opFL=r0E0_svhi)(b`Cn zMx;Gfd)o<}U-{6P853R!i@GIOx(+8M{$;; zI7=@IjUq%Z3XQ_QMKcU?2=O#RJdx+$GK9D+FT@iFaT!8fmKWlpId*v(A&P%Fgg6BM zP9el)2=OpRcc{x?h?gG6-d@@?L(^8ZX~ve_}tXZAvdDppkF??MV32BaDtkg;g zWTiRuz6m~IM5kt&yMPHHYEEwyAx06R*DQ!4#3(}a=JcvrpgFyoDjz5GY9@XHZx%wZ z83bF6U}cDX2=);Kn}MAjPXHL=BM7VyffWt2-3V+V0_#9ve}%vvLtq`SGfs$67iJhU zjbNtQpfrJ*YJ&&$J&ZTciAU|u4nagS=(KmBn!fLwXrF1$Y#hN}6XX8~B3i(yiL+{I zEkL?oBZwprti0ou2=+<@`=z-CUt7Q>g1r*KehKd=6JJnoC9(4wQhN#3w>0?>f>mn2 zsl!TQtWx_!F!mk7ggnD>{tpFssl6CmQ~^HsP_P0N1!!x>2K?kf6wrnO+VGQ=D4=q& zfwWM$&`PmJ12v4@a~fzYM`;~LnkX$X@V41Vtmcv?vU^y=TK;7{fTfH_q0{XxXQQpw z8Uwde0;OmneiEf5QA!x4s6Qf!Qj#boj8bOfGSnXtPFkt8-Qe$0z;2km4h0Os>>tDI zzefQX{A30{nZZwH@RONiz_S1f=tlt=6wr?a{1^)uB1C72&gnM{imKuXY~erl8T9Wn z_(`w9C$R-JU(0YFW%-m-t*o+qgF`8286vqBk*q=_w?NkAh(w{N3XxPHl2wRg`2sEx zNfjblg-EVNB)7m*g`!o6WIrM~j7SC%i9*pbM6w@|Y(pg55Xm+~vJH`JLnPY}$u>kX zj7YX2l3_%$43X%7m^5-ple(neSvX!3bQs|bA{>RW;S1By5ERvxA4)^DJ>Iw%d7~Z& z-|pbso!5ca066Kbds44+0`ILI#0_4@z>8AqGs$Z`IU_c+3PY~wv%dcz=$D#EBD{5pUtv?po zaLFSbIO)Ji2TnS0(m4h^3-C0D+qZK2R&L+Q?OVBhYsBEQQG8Hra0yt$DAE9OC30) zwbB~HaL5JXq*h^?^kOPofx#uV%dmU97LiQ14pFsAJE=q7i8|y@oX=E>-byGrg zAw;Kc;RvFOAi5}T-pZS|^5#{%xwhmi=gl?OPt*L8w5YUwRg(8j@~X*zH`1Cey^*)D zHO}Z}1yMtTjt&7Ma*u&?A3(s+j+OByN(2mtK2?W4)d&H@Az(Po00ASk9^j_#%x^}o zHS^*U#;m!E4lN2CMdsV`DF%TH^7vK@>@}3^AL-}Y^kja^4g3Sc)Hz+v7yMtO%OKYY zbO3vR-N0U8JJ1cZ13Q6Tzz$%!sX`l9Yj=e7V!KQ?@!36;7_;`z2hk&`THq8iYLMoU zX`ZGntxoZ@Q#>vGl)<&I_*z)J2o`I>@3jP_b)>b64jNnwuV%rkE8x{+c-4$WZNnK& zf?QW&R@-J6Xi-E1iPx271`Tj+BCe{w#^465Y~oCVAb(oFz`pSL(@AsqSv|i<8fdGu zE%#Ze74CK}G01E*2yX@u*d)h5!xF6-K0|(6wi(2>0!XqP%GYDv${8-h|7mq~4K`Sd z4aT|*F2e?Iz^~na4c6>6(EM?21<-*ZR$z!X?4yJs)?kP?Aogy=-i_G1QS!$S`^OM_ z!4?iNyDXU6gf2C^$WPIByXhV(c@{_UuT(NiB|k?c_fW}ARB{uQ)ZT4b=%^vTWmNL_ zR8qZQBUEx3mE6R{3D;8ILrHakNX2J#Qv-(@sNt?rMmhZu&vo*Tba}VF@WD!ml;T%FZhY(ISV*hsoT&sd>ny=gn*RF$RbcWIq zk6}F#xS`I+D!8G}Mco0GRS~Ag!_LEqYYwW!Kc;>56zX9quMEypw1^4J4>ZeXD z4SVXW9_<~tf%<8%a~Q^Ei7sjQr{f%5zd<#|c6d5uEod_lcZLwP51MD0p2`=#d2Yqr zh-SA1x)JoI(X_-uYTC$6arz;geh8=U&`Qu~nuF61tprvW#8y*U12h9`4V?7=e33W1 zxCv5=?Psl2LmN|0q8i>#+8WAhZL-gFvRoC_sG=H^s74jlsG=I$N!uODd&(}o#>)9V zyY!AaIfN5De~^Dc@k>$s85DmO#V>-G8uZp?VT!YIOaG3(;^Vw{J#yJKL;oG~D2GgA zIxgrX1oqDe>;VMUh7(+m6I_oo`a1;n&)o)VkkE&a(0ZKFuaMABkkER(t>$0Fn17}7 zlVkHJG5;#0&I`DvVdFTI55u)Ml#fGsaV^?J3ChReS{$xvXYM#$i^H`zl=ryiH9|D- zpjj5m7?o+M6{y)Pfm5JxGU8hCossigD>&v2=3E1Ft{F8*mhj~N_3 z4m=Ay2QUlHJO0FLIYf|T97(#`N0RPVOGxqvl2p!h1(MW01T{!<0+OsnlA6%egd{bg z$yrn$gM7u}FzWbU9qpW}i8}$k92qiI#tkf63hn@P9eP*@igV5N8|WY(t#c7XXO)D8zge zV*V6y&On@xLd;Jf&YwceM-k^V#90S1KY%#PA?CE{1}Bhd12V0gVUR_zlac9Uc-jR; z@2W9yH-E#!soPLz?@i0QIgPAn^Ec1UX=LTZ9DZBR&yoOc?jhV<1Gd_TulvkmN|1kY zlfgqcyeTM8+ZRj@P@eYg)mdde<>{c;!EXDlI$SgsqcMMt#VGaDCge`3$t9>YA+rih z1E_|Eg!=Ko{T&9{FxDFqT7(B)ga=*(hn8Z4%9S-Pw5X3S_8FY$H8_nMUL+m_)dlO; zoctu#?O!2?LbVHzP9A#`g`Urc<1D%ia*l(#D^W@&dX6_CCXEdsqK<3u0e^^w8Tbx9cV>C776)h zgCileIn}NWT+>igu#zdV_X}1k^PYyIEyyhSg}4#;G`>|f7nscQt(N8bn>RdC4*ud& zafykV`lX9p+?G0zOcEFTTUHQL0-O35{?^~r*CPp^{?#G;td^&x5Ui$u7pxA!OL;k_ zH-_d8pW&svsn4gOo=Cj`>YaglJvb;|+|S~mv^(@VsJCgQ!3(PZ{EK!IKLj05<6m@+ z=L;LHG>vxhv^55c@Hx3=gBKiwE7$TF+&!Byn1&zHmiE0{t<;N0Qbw@}b2%H}k=|j5 z6VYjp9=WB!Fo7-unS)H-P9k&})C_VR8Dt&zJ{TAFItNaE2+*63BJgJ593r}?ZJ@I$ zTW}dm(VLF{d<(t(5|=TG%g{viU*`4pB6>TEj)oBXGF--4q`M61R+H*#i0-NmO51@h z;A;luINEX?ZS`Kj8=%1RS7!knt=a|?daZO7-gbiL4~of3sh@vYI6q6m`y|;{lHY0} zxg1Y2Z)HicuO!)*wsK3_6WtU{y_^xEh9-k*DxrpD!@Pnbgt|2&eRdh9;_B86QRgtW z>aKO82JXT~sxhAJ&ZwFO7`?rpGlmg}hvkfA1465t7gicZ1+<#aFEH@}2jnZ~2m*eI#tN8*qw;eaP z9S@gUWAI|L!8+Vr-C8cOw^6vFcDDmd&x&Yq%94_b__PcH` zpxDUkufzMS>oYh9sn_)yoISv$tdW|I!^%eTH66*7)Rt=1Lfbhxk9l;bUZVeAlZd5E`kXX;$2-$T5hH{yPX7t~t8 zvBOwk0>p3KHK_DQB+DG{2-C7lxGcN^5xDY2)~pkbjw+j4_PXwtUPGtt(>C7p45 zmTDWTL>p zL||1YuL^fzA-8hV3i)Es1M`1H^XI^ngkMxl8S7^*b9hj}$N;}6o&a&vS|l`fh;BS+ zst6Gm#J_@Itr4sayMa4A)lO+AK(B^7GW8TC8rnG;+GD4%f!00Uo?8K>+&p%Ml}ck= z=Iz`&GBQ%@GNHptntoA*LUpc|myuPW(97}))nd6+AOD9!C!x?%6grOBUDUPI zVroj5wYXR3AL;z9zozeNT7F{I9=yCx4b{Y~KjNvOEuD7f78&~U(6j~x z{0@NhW7=_m^kdp{0O?1P^h47JhHwu<7rKX`Ui-|=Cuu1SVGHV9nFDRhp=}+uuzb2f z8iSZ$YEXrHPzTQSxQ9m|@b!e98*2=_lOg|VCYQJeZ@3|id&n-}vlK8Nm<`MU>Vc$z zOEVD;gSb_MgKKUR8Ap+WVQpB-EilY$6VHNSvv3}26DP6DTiUsVYhJSGOD25DV$j)- zUNVtWtN`Ts1ZqTM+g!gk6W6+mQ1k zF@rsbxD^rak%)0T^N~ve->I?GR)iBlIOQbPb;XDV`fcDPcT%g6GD!Q{uU5l2!BEYCL*^=f=6c+GSyGuU52%urckkaXZPp=z1=j#T?6)aL;_(Dpgemd@I z5eeTS^1nk(09oInCBRBxg@MkzT13{js2RXr-%09sXgz@A-sb=~?mIV9l4qcKxNo~b z;4Bqf!3eHk1XnPED;U8Q^x_J7$LsVXCds0i!bT|SWeR^E<1!#q_*{*Bp_O{d6i(v` zK6yJprf?cp@VNzCrT|>Q>DdMw=NO!;=Q3&V_psgd2l-4P2itpLdvD$q^uYEUZ108b z>K@B&r3BmM3ViK~ak~PB=pwHG=MAc=O_CbnE#8)d<1Z^UCH1?w{FI+v!v0q{qXY!; z&EKfpWuH~<;0v_>ReaM|@l85H;;Z$FDe^Gn2K;pcS z0<$}jg+_IVL|uLQ=_y=dg9Uwu)F2r(I1)CvVS+&?-m#S$9Kk#4ET%26ZZ_U=3*J#9 zY*nzN95P%*2Bp4&t58`8_n=1HIA*L4bjF^Xs3Z2rgJOmQbJu)GYrCr zq?5XIQY-B^o52DSvkWv(RVxLwM`$NzpvkIQF5qAW-sCDR7l>g73Cuvt1;Utt=k#lr z*rg5titwtPa_|scZoLz?-q~)jE1zE_JM2g1ZS3*0px%_go_y}7f$*`L>l#@uV2&P% z(Yd?tQAu|nIS8i#fWX6p_*n(^;X8~&Ym#&rM;!Zb595HH+A@AB?9`U=*Tc>mVZ_xi zq8Tzg0}m#^h-YA@W_3OcJ0C%1$6)7T6m?8K0x|g=g=Bzq0~@k@tG?HON zKjYzkyUZ)J=x=4Z%9Y*0Fyded(J!;mpn||xdk-bzU_}#`gus#|T&@IG7-UvcA_P`6 z14O^t^+1 z=Jun(-{I@ti*@hMySXfCJco53MveVgx28_^pv#^a2KS@T(R`2_MWI?u^(m}-8?J9; zrom?ja&1_58$qsluEDkiT&95ed^X!aQzt)#b$=#laQ{k!mQ?_D?uEM{?EDw2`C_9% z8!=DaXdBj8X|&luiEw5um+)#hW6+ilfj4fo%Ny|w=ONq(gd1)*sKYbpjHR{?E46Jm z_<9##;2E-bhAf`p>v)E?Hw=od%Q~6mpZg46*~dTk8l1vqyaKt#9svxreZprS6s@49 z8g0ptB9>B9jkc6hQ;oKiP*a^UQA$m#@nNM@C_{ymB5LZDnupa?XzXcufrF=S+pU!3 zCo~_4+%a({Fwa1fl42x_+6pR7ikPLfn7-9ugzPX)Hdp5W8v*E@>ja>;I}e$>t`3fm zXEHJzzo;&sk+8jj7WaB*D%Vc5&%8vgJH}<6<8GHvjeRx^j!#v1pJ}DL;CKTZZ-C=> z!STBm7*wVJI6if@fx3LU;rLWIo`K_?aJ+N5!N7e6Zn^-+hgb6j9M8bjI#_k0l3I8E;5XZ4C5j-VJ(b{4C5lhxXAE&0Ot56GJCmRHw5_+ zPVh%K!5*C8Mx5Y}aDqKJ!5eXcKZ;n@YN7_)A;{%8!3j9QtKr7cQiFPEu@zc0mQlj> zt$++|DAYlr+VcEWH0Yo*2bCqzmbPxXAIGCDfbMU%l3ILm%-QMSayuo=SuMUe<{ZcI zIGA$`bJnC~jl{+GaoGzTFo+X0-Qh=ai*fI}iawMHmQS#sX=6yMbH)rI)ujEA^~-8MBN*)UoS>! zJ%qXgH)6kgu-`p-`~3}M__brO21fjb7$y7N(?kjTt=tOS!zEPFs1npE zq2ZsAm+f2sVxVdhr%qQ^r$pe)2FRd9^Ah3$w77)q3+->fI5%LNUWfe#?9%Iz+ko~% z7^iQ!vYH+t6rYG0Xrf`fj1tBvO~*(yLkL^Ti(~jib+*d#!bmbspif|L3G7XsEAcF) zK0d?L;+R?(Q&R@-4x3TOAs+~al0Y8LEuC*1SW?UnB8y#dC`k|_y_nI+LG^-w%i+t8)Au%AnT1tQb55R z7Ve^1ApICbf8HQ8nWz6kgXqTv<#0h-jrEtL5Yx#XKC+t6)&Mvj9nGG@-DqU_FL5o; zykX#OyQuygIxZux1Fr$E0D76C970SDMX3j4-62Vzeeg4_+X-yMwc59#gZA*s-2hQT zTYTn-8U>R=$QUD?K!-ug9!f+KEnkb!DoSqWi*8Eoly(}N-v#X8@|eLj$AM>o=Kwke zD_;PfG6>8ki^U^NW$@xrj(FrPx5&+~%b<}nwVAv<2GucmiF*tVK!)>>;XFJLBfNZ4 z@#sA9C`UXJEkuwk@o2>1GYFzJKZ-~0Bn0BoY2wl8d_2;m3tv16nvURgk_Syk@cP2t zdDj`=hz1fW0y3OKs~wC~P&NBiEycL(h|Xg@(D3GC3F$QMKsjp+EZf6~0bF1>2I zsf_&+dUibD?sL*uik1rmI_bQZs^bQA{I(8LtHa6YXFC0$j&M>(IH@C?)KOD?p~Y>! zLG)21G>U}O*LSHBf{AV-OlDLH9d#O+roJ4(H>s;GgM(6X9D#aDj>WoCxVDAd$L*q4 zeyZei*glJuS^ebJ{Si^Y5V-`dOk8YVcuOn(I4fjYziT&b#YyX=*jAbpt@wymJhe`W zZAId$>DVE)7DW|I@u0f18x5{oXmG`HgR2OsR}fOKXyTHPI(rG1D}faT*R7^RG`*r3 zz=1ZeHMnX$fEQiv0NV_jH&ViSG|6r`9@85|8GsA}A_LAccO1Z3=5UrdoaHFaQoGHZ zM-b-`#Qr{m9t3e78MGjc{Rg?s8=cl8s`1@I+o}a;sR325@f~D-gR|`aPShA^F4*8q zO1BxTyB(nMottZ*Eqm6b_-sC(%{I`0YObEkBmhOd$f=cF+GFcw!e>I^6KA;^XStdf z8dWsKS*nBS&ta@O_RnYdmnMS{&axk8*$;uW)94_H=J|F5ukr0|ZK1h&z7a*&Swfnk zgDQguxF1B<@~c}(iJuP}oSFb2(=#}-4LGt}V+N1YUOiMsiIn(p9N8&S;#N}P&tht) zsOe{M!xz_8OsI^Z{TSMhpndHx5JUShw69e{%8b<4Tr$l*tCjoWw{8zJKhwfJbuMeo zp7sd1R2Rg%`Nv(*f|e!^?Xr@_b&qYQ)WsKHGw`+v%kH(yW8DT?4x-+?!F^oz8ff@- z5Vxe(PGFuhg*WFdBM14v-M~~X@x>8*afH|RwxoLy8H{2$+LG=;RsIe`Kuv+HG=TyIG)%I9V1Ai_!wW@ z{zW-;2%i(dzi2bQn8O!%npg(FmxS>pVSGs#UlPWbMDZoskLMZK^bBm;he-YrkvxMm zUV=^g5XmzUtIKqFpMm!pbEt*)yWo8W-fPBIHN4mA{%UxC3%s8IH$DyTuYvbB!24?u z$v1ZxJO(%ZTZcgp+_)ERd=qZm{RBYE@IS(ho;M8QjQPh&o#U?quK|c@Ue@5TK7*-{ z=2N|VhSg3LX`n?CQyV)Z_&b9UY!xoN+yM}A6@o2Cu;s96JUQ!1tH#xqbQ*PE6x=x^e3n?ZUjfWuQxxC|kF9w81R#IGX6&mqKR z2yrPwT#67|5aL%6VjV)PLx^<&vC(vQ=+#X6K zq*L}9JVbDPuA5RjrJV-Dc;7H&&_IU789|&G-nRsCW_aHU-dFj!P6sZ945g5vG^ovv-YUI* zi>Y>55Wy4|_!phKE?JG;|5wQk{NvL+H?Z59J8O_Su%G5_tFvOLw=s++aa>El(8e%z z$V!tqv@y(nWc7QfH-fB|BCE}CV?EqBiLAbbtj-{-Zy_r!!d$xCN)u_ttbipwILrI- zj+$<_6i+x2|5uA7mm$fe?FLEA>T8(Q=?;Td%<3`BDv4QDVOCX`)nj`NT3ScG= zrf$2`e$5B^th5e``fjhm35;nSa!KOD#v$=Qn!!$WDi)j?g_4z)X<5C0U7$Q>(GUYM zy^dNn9yL!tim>AdTgS!TkT=9Q!uICrHzDjMh&d4vPr^%SZOcT&Spm&dT}{j{!I*r@ z>a|$YzpNfDXgOCDEoefWgBC()L7P^2!z&@Qpp8CCki9pnE`sbe#-b%&%Js$``Vhy< zN%P7{^U9?tUZLo63%9#+iv3IIYT$SFNWb1#19(DO$S*=4%+J0XxYfQLA)tjnX^>k; zsnNjk0@`xB)P`5#CQ3^Tyr|}^=5h_t46HQ>tp_>`;smdFJFwHh>qv<|WtZbgI&f9% zFhA|Kum(o_73O#4bc63ei<_{)zn)?6d$^&!?vIvHf*ViHGFVn)upgFa?+&eO|HbWg z`HPPlXi@vJ1ze_p`Fu9p;5%~+_SbWnH2D2W1F!8D$FMa#P>Eq{VTiiNVr%%nW?(G< zC!3oL;uyPj=D8epHbXOCIz0f*+}2&cl@d<_M}VWiVc;0>EPy}A9jAm-@HW#NfHdA5 z(!k*w&u0^7+!-^TyT(xj_Op)KgLGz&M*Cd;!7vAMIqYx{5^Z5vn8Eu53`;;R^-hmh z=f1(Z6X;z1qFL0f?F;%*azB3e1e(?o;eNcpIwYN#|-=jzm2ol>dk!LB~go4!>?W8k6X)S!;q``sZ5)o_x#f1URV z<9%~^AJs4Dw>(#wLh;dmv5vc3>LGQy0S^jE5L9FAd?R$1{Y$Kl|GN`V`Z15sv~>Y= zo~xHh=I5X0N5$21Qh~M#vQ12=l)Si!&t+6l)&}hBa8gt6*GquJvA2_<)E`Lg3*1izoC00^@#0ktr8*Tmc z9xH9aQXDKL1gU*N_+71N3G=@A7k3PolylsJ{PInbDK`k*3JQ+P4f~xm+H$|pUB+x0 zX?12`(}?G~eM|WEf>j^XD#^qBeM>x7F(t5Bz%S%@WXb;73D{cL8GD28|n)RBO5t1&cr03uR!z>k&PYis0Zs2}PPO~(hFrUpQ%**iT zEu=Hc=vC96w>s1&?AWE&1-d8O@NU(-TP^Qa0*g!V_Zi+T#k-a8ZWRz%ht;T~QJV+U z@@^RztENmX?^dDchiYBdr}PaSjXQIba0I0L>c5IFw32TIo%RaTd<*Rr=4JZ+`4+r> zmUQ3UFpTcSG(C%1htftM13YCg8Rt70=i7$!os9FHjNhG%2X4dpPDWs52<#dJR)N6O zGg~{|O0xYck=lwG266z}fmPiT+JSXijeX%BV1x5*!1)I4z#3g(UwDfI!n66mIR=q> zN=XBqDc~JP*nk2a#!;NWfu?bwjU5J>NOeaSU*JH0iv#^F4zz!-!AQ5k27G6_&)~QF z4A%Am##O@w0h*){z03ufNTAnqIh}DfI zdyB(K_4}xKt$r?T`y|gAN1SmusZB=JfQcg#?b_rHTti3KTgY$FkWe0>3{)F?7K~6T z2a(^9y>Tgz8Q7`KzbG**>UaYE6?U$N2mTE1#vyAQ+J+ne#(GP7Z-KG5z*uiDm0KXI z_EITBoVTnr89crUSPiT(c)pp^T1r%0-6ERVFENdsa@J0@U--MY^!iAsvZ!k=`l|e_ zL2{OQbOWh}pp>{!M|yaHj(l#NpSfK={H&Ho%B=_W_UMuNR>O9+R3n1Vi7hlpG;&Gr zLgGGPxj~%n@>mn4B?jIRh1yQL;E2Mt{L6X(xv2Fi!Md@QN(Q;ZB!VqS2YEMn(Lll# z6{p8oPZg460ObQ&N1YXv#!h;by#^({wLG_$r`7UY&EYGdx}uphSWB*4ORijtt5W}! z+PYC3l-Fw&I}0aLV_!J443yYJh+CRk?A%U?Mnilq-!9-X1rh_OFXiEe2I*1}c$XEWSOh1Ck5~xi3E$N^e<$npZ z6+&;?mPPSMOSU!cl0YenM>1#i5R_vi7c<&yMa3U=LhI@`N5r(=24=r zrQvRarR3v5%g4{($`|;Y-6ZAe!2UTQM$5;4PKfzAA?DF0fH`Fdc1wcJ-O@sO^G(li=qkZw)%>Z=N1cCF-RvLB;&aVa3Z=12wZy~E@ z37p(&rIVs9cJB3M6mPTl+y6cDG;jns3LFNG0nZvtfaB^o_nkuJZ3wKhe#=kV|CPUC zFu+`c0VX_8WWvF~>%eQkD}07Q6rbUO)#k#cRV6ISj1t@`%x}Xu8AaH@>HU1G$vGzyV4a4q?%BQ&r>oYbm#UkhS#XT0IZ zD{%kXxKQKH%6!%5;ZNjH=%qH{adVn;@<%$Jz-tzGp@{lvI*i+Xo5~}JV2LWA8sN?S zIUzsO2J6K;@%a~}Ol}Vgce#WNtrx^=cT9%-Gnz5j&xrbmItZ)eH#lp z>=9E?CxTk##ZA|9pqQH1_Z8R?fSIOoRj#*?C*%eN0|it~ZTq6G%ALo9V8xdNf>oEE zgJ9M0OdwdV3tbt2*M+VwJwIQ#pQeVDqN5DADn&;n+)5j?RHOJ9>QV2YY%7C~GH6Eo z7?!|;3e;1AdNOkX)Kh|bN>EP*^<+>_2K8uvTa9U|%Ug2{6+_*(l&lbmcYc{a0FCY8 zc&+!tKXndhd*7YBTO03oGw=3)%`nirsb9I17gP_yUqU_i1$nKh-dkSu3tj{N-Vgt# z!oT;+PkM3Cqn@4TAC;=F&JG5tT4!}rbJt4v>BiobZ$NHl!1F(PM?+3nAb@;YR89>ZUpJd zX(I~fh&67i9_9ohc4tx|;xru6xT!YzagU!s#5!O{lXTJxxP(J# zIHXBBTA-1INbboK7dlmK%^GXBZ

c(8g?|9ad`DZm^+?FK7&$c>>sJaDK0W#?LkO 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 z%0A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 diff --git a/CircleViewer/.vs/CircleViewer/FileContentIndex/18f06a28-74cf-4f20-8d99-44a6a34145c0.vsidx b/CircleViewer/.vs/CircleViewer/FileContentIndex/18f06a28-74cf-4f20-8d99-44a6a34145c0.vsidx deleted file mode 100644 index d67e4fd14ebd2ee9e8256b37e163db367ccba247..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32144 zcmb`P2bd&P)%P1DFJXxi3^T<7Gq~M7X@}j}?qRB{Zg=#UQ6JyubD!?|)w$u^bI(0D zRL#sfZezPbp|JK`xyZk5aul`_KDcKtJV!8SEgdY`gQfbQ8(PCJwu)t|IBFHgtdWv6 zYFVRlEnA~w*64&aI%$m_W{oblM!VM7h&489jV-gry4HBf8XvR9C#{KbYhuEhSY}Nu zx0aQxWuw-z32T{SO^#X1J!^$!9X@T@zGX+2omn;8s)d$gTaK|DxydZow(6c$53PD^ z)!SCnSWVArrj}Q;Jje1}%WGL)V0oc6>shmMU2XZsYS~t+ZnZosFjf#+iDM<6mGrFC zwo+qdo|UCm+gKgX>N-}>SgXyDWe-`&kkuI)UO8k(Lv}pm3=f&^P+*3_cqlPLnK#t& zhKE-c%jM!oPyI1k5|rIuX^OeqRVaac;+Qqn86y;9dHb-i-gE|=YM*_6wj^0-yD zqp}^Bov`ehvg?&yxk<|=D0{847nEmB*|*C3mq$hq8yTAzIm{ZVlt+4Iv@|kW9v>YU)6f_zjgBoJ9qVe0 zOq50^Mn)&>(TS$U%VcSEvfGauYw1`q9xFu}J|m-JBZp}ajZTbBl*X2gjxC!UTW*al zFO4nlj#bJMS!3PtvF@_*q8TrZjF+78(FqN-v67@pxQ$OX##dP5z9qFMO3}oKH8F}9 z9A7apF*>nqnS|lQ@{x&3dBPr_Xi7+qYDh{u6U&z^vzATDr?hOcyUbZNX)T>BMU!JA zlVhWk6Q#+C%4EY5!za6Ahm}T_TT7Q)hc7Qh%SR-T&GPQ(ieg)$V9FYvDwn6iXsY8? z2Hi^8u9TfhS#G>adA3saE9Ib44lCuTQjRO-q*6{R<#y%pZpDr(c2;rhiW62`Q*phD z8&>M_i7Q^K;supiQ}OLe;8lXG64okVR*C#d6jq|R5}Qh#Rg$!lWR=vew7sfTtXd;g zYqV;ORju)=HBq&eRjtXYwY+Mrs9JW_s#PtgYPnUbUbUK4ORCIPEx&5Ds#Z|7lB$(f zt*mPGs@Cf1(bDwj#PnEY+V-aHWZJ1uJKnSjrcHOcWlslYI*q3@Z@QZt-j!HiWsi?a z19r{WHP5d3wqx1OO53T}j$=E;_cHr7U!wwQVNbR6)2R%Eo?a0_sWFL{) zv1`Z1jvIFD+3~C$x9m8!dvNdnx4}Poo3`T6UVb1&p2M)@nXkIomE9=w&BP)_{Q-) zC$yc=aYEM#eJ5-=Vc>+36B{S?oH%q6%SnfvbjnGmoz!#E#7R>p?KxS?$zmr*7y+{3bVo8e(obWAZZ#jdQRrsT=WXr?SP)iIT_saj^* zNL)%FO2A22NGKRPGZ-)#0CA;pLgS>ykv4{nTQY7{`l)?#jd48#D~+2Nw_{A*n84I+ zQx8o&H4WP|jA?kL5u0YwG(+RL#%mZaFtf(^L&mQff7F)HG!=mAdU>AozMiS3F{_|O;j_HF|lRhArmh(ammEvCa##cYT{`V z+a|7=SPIll?3vg%am&Q9i4zm2ChnTJXA;XKOHDFu5?kWSB*r97lXxZxO%jIb$tSQxp?0Rv$UR++cox0ts*D^7*UN?2mse5v5)IGoM1$8gh<3JeH z!?+$5>#<#rO+60lsa2P~F|CNp>+M=&C~K7LMy1@ST8-(^#;@Bug8~bR&zK#Uq-fuB??!yV|sa zrX4r!q-jh4-KO!H#&4RSY2v1+^n#|BG`+Oxd(F^ohJG^)nqkxo<7VW`1Z^f>GwC(c zN;9oCQ`1b7W|}s$Mzb^9T)jeedRgo|JCemnPdYWn)5S&BlvtJzKj?K#GCJekZg zX+0;AiR!sU&#iiHP3Mz@nCp3N>Y1Wv0vT@^MHv9EUia#rSMRBfjlgSUo)_qH>${$B zJm2$t-}6(??|CiTYZLR69v0yZ9Gz^MiPzr<5Fc=Gi z@i15x29qI1D-5b(FdYWA_&N-XuAmZt5)0D%APmuS=|C8)kv76G4I?{@Oc=>cFO01) zE`@P5jBVL!be6}nVcZJiB#hHA?uAJyOiY-BVG@OD8m8?qbHc149u2c7%;GRh!?p?A zUf3B7J66~k3Ol8+b9mSZ!cG!))$JkC|yC;Xg z*fFu=$4)nPm&$=Ac9Yl?V^h-erW~e>tDCLv`ZB+R*hp>~*KOIoWbcU^i7e%M;PPDE zjlD+f`LP$MU&Tx>jlI?J>~uUUD*_I!vRAi~xYdrsRdMLYVJi+p=}jCa;@LQC>#0^Y z^Vo~yEKV$0apNS4lQd3;bbFVTIQ8Q+j?;FW_G0OB7Q|T;cdfW5pITx~CDwE@yfP`K zNy$k{-K1 zt>=!&mzYYDs+`l4#L;7j>?et&WJx-hq(y!1NvD(4mg9-;Eom!BL+N^w)sieq+9v6> zlAe^c(joa|X>l|ycGHrh^SG3xhn4h+e9Dq1F?r@m?WL(coXF#cuk%}<7DTrkg2U9c zQrF0#Q{Ez^W;iva)KvAk!MJkHOHE5x0zFPifo@taru8tb$8z9Eo7EHt1>NhKVcHZk zWowr`yPkS2T|B%{qB8Z;)N7}HPgd=;B{NV~2U!dJG;F0hA!VjX&m?fCQVCxTLbdB@ohHn#HO3tZmY^?6jq{S513%+H0geKkY?X zv6XhP+9dzudV<#Ou>o{S@#PXofY04?X?Rb923p!rfnYCm`>4b47sdkd- zPU3VrrB0{QwU&0R>8`xQ8L_(hQbXPWEW>+<(eC6#w<@oZ?5-1bO{MGAx-GvOh26yN zrqymLSEt)4_DW8#QkG}w-n7%3&U(|`p6&GHVYL>@`zJYh_l%4~-19xz*YTj4^&-=Y zJqg>@@*-)4wc4(&);Cqv)y7?InyXD~wHK@oi>t%nNYgzsHfvmOO~b57oHZTq+~JjX z@ao*;D^1Al=b!V;H)H>$4qwG^pb=RG|?u28`SXVmk^!x?j zzqPhO|x3b!me^*`Z1dHa^zckbA~*7vOVmY6J}CGfrN23Ig`jlh>bq#y{7kIpsZ9|I7Y*8;;*t`Zx6ay_Hig`q%ne$E@G* zZ%te(e8=bR{+IT}>rUTz=BDG;oqm*m%$XaGduejqrgiH!l+Ip%?B6YVCLewHUyny} z+`0|x{tqk6CA-}T`#w66x3dGA(;ra${kt{q^#>Jtzb&~vxua0a?nEvkcP4icYTd<@ zcPIBC_2(d3e=l-xav$=!u7nmnAG5o-AwWruW0L)L{_ zu1VP=SCO-%PqxT_424?%2+A>;2-Od5`D%VwzS_?oxtctZJW8nLUqX2ec?@|hc^tWx zTt^;H$~J*^UP`Vfb=lGOPa;nyPa!vu8-;4`X_PmSx*co!nUr5fo+VVfUqSgC@|8?~ z73DedJo0?<0&+9?YVtzzBJyJL67o{=GV(R#<>YJ0*O6PuE66L!tH`T`+K)FU`DgMkTxih&7xhuIFxtQFY+(W2-+l%tv7Y9nBQaiYVt_( zDCQq6)bhtL{aDKDC?8Lr!1NO-pG2Nao<)o<*KbzMOmo zc@FtXq1yc_%5&s-B(EZ`CSOm! zfqWzRCi2bXHRM~!Yst3?)!w&LzK*<}e1}l&yn*tK)OJ44 z{4X&5i{zKcFOy#(A0fX=evSM(`3<4!{kBl;{0`H@PE+%&u%BQfWT(sUk;R~5=3Dy3CnSTiLmr^bYwRlx?AW3JztLG-O>UpF)$eN3J4gg{m(Qsy#8&6EY<;vQ2i# zF4-ejlSh(A3FT8bn(|A?HRLhmvE*?=wdZ(py-+@dljNe~a58y{P{(5v<gOw% zekFO8Q0;jG^RFS_#{9RF*OAvV{|2Fa3O7-Hk5K(`t5E%Qn^5)MLHUE^o#cneyU4qR zTK=QtJwo{u?vsn^`vm1rQT{aL`zb#_KFIXXQvMwIdGcZM3*;BcFOgps%BS!M<*!oy zI^}PW-z2|9ew%!h{0{kDq4w(sLiPVonEq3tdw zp?nHYP=1p9Bl#!tDe})k`4s*t7uBy9_3u{X)Bq$$iQF$oO0FkQ zBu^qwCQl(Z2(^EwQa+8`B$Q9#O!91|znpvpd5%!`@AD|1PhLQ7CSOfnDAe{YCNE|B zW#ntf%gNUYwfq*!SCCgS{c53n3U4H@5o%n#MX3IIyHM+2FH}2k66(78UZIwIA9;&V z%iT)(Hu3}H?c^OoEq5p74+-T{_%PEyO8Fkj_mQ6zYI~m|Kh5;}DL+6yNIpb5^DMHQvM$Keewt756K^qKNiZT@H5IkCx1cy z5BW>-SLCmS@+tgIE^5bPO#eOkIQa+i3Gzvyd@PE+%&;_aOHaYCHQ-elEE$xgWW|P|H1^@(aip3e}E5 zp?nGlG5uij5TWJ|Q$CdPQp!cjWy&MuDAUI&PYC5xSWbBbIYq7{D`b_NCJ!fPNSmyY zj!^A1l%D>U8-?;IyoK_$Le>8^q1L;e>F*%_ zn|vpEgHX%gMEPBmZ>Ibn%I~9mi%|96#`N2nu0NmG`TRlhPVz%S)qgkT4^#dq<&ROm zN4UL|`;1WaKgjgY3guJyf?QPp7lk_rzd`w%Kl;R6F-1_hI^T$$iQF$o0o|R0mkX3S;`7@Mlq1JPm zUZ?Cae-+bx$}P$vTq?OTLwSn^4PNN4|r6C-ZM0 zZzOLb-$lNgyjiGv-b?v?m+6MAGu@-SN~raH$}KV=Loy2s9Nr+fjqnS3>QA$bvbF?oql{qP#fms8$C zUM19aU(ftEkZ&a4M8284hJ1@q4-2 z`2q5Fq1u0^P}{kS>31{zqm(~J`CiKRk)I$xNq&m_H2E3we)0kGL7}$$Im(|W9~P<| zUnIZG^skVQkY6RgMt)tW^}b2@TjaONN6GI9wcPh8e_yC}{D|_8$)Auv6>9mPQ~m|{ zKTQ7>@pzo_AIK-jCxzPXQ{-QTdcN95F1r41OKwMQFH}2rBo_&_{;tg5 zjp@5n-a{xV3;QyCf2JQGRJ#T!4+>S!5~0T15YvarL&+DBOUa^8?I}|pAxFtEa-5tX zmywg?VdQe5>YEa(JyptwGk=D1jj}_!q!Ft99_3Z!Ea{UiG9W{twii=Q$W*BIw8<{h zdz6n9YQ3YG{t~7iL-|8}=QoLoxzGNI~w9px?L737uVRpiy=>xHW48p>}W zuO;6q)P7z^`Fipl?<7A&-X+v_ zK1}%|yJ~OAeWJo zN?s;ZdoHK^TA{Xk1?4NrtAtwa^_1Tr)N*g8d=2xjCEv#U>zV%! zroWT&4djjFP2{`Ccat{@wcYoUw=n(veqXj zexFd|;?vB(pXm>f50Vd&pCvy>ex7_-sDAnq3Y@#Ok`Z|X8IuW_k{Q`1J7kya3Dy3iD8HCIntX{+ z?L3C^vE*^&T5=tEJb427QgS_cB6$*dGIS=I%g1t^^(oEv8&!e-ws;$M!mpr zn5MtGTgWsGxr=3pa>G&Mtr!L5YB`vpzlEIFfPy*Ag{50PtLIv7P8Gmm=as<3@%y()n?=-FNeZ=p@ydIg$xvaX7@1w1J6uDKVa$B&$3S&f>k%F=51h$ zrfsd4UG)Mt&CK8FI-f@!e1(j>t`j6t1VE~SNf0c zwD1BWwa9gv2H(%AhzS7^Hs@2kuSzX|0$dP|x@i>VV20koDpZ5MT!CijCSAbLKBa}X zR&hWt7#_rAzqJ|l9Wwf3`40_JRdebSj5O5eQ(SGHRV|(t*al2F4QlpauG{hE>p{UUH>s={E3& zrdfK~3q`awgm-QWteVdq!kwm}jecu-Sjrcpi!~R4zGVImg(2b&7sM45^czA5z}!#H zw=wV!8i!A@h8?QqaxGd;_p)5fdx^RjZoRYTV-4YrYBQ>!gVsL?7tJNYTCaMq6;<*RSy@#dN}N9H3Mz9cH`KCG>BU?Bj4IkSF6E^$e7UphPkk6PMeIhi2l)D9-=cU$|H^(tn>~c zfHmS~h^iDtwrCMVJI+@a9ylA$sc9}YTv(5;o}rE3to@ylZ((qG`~KXqr0%*Z$2)b~dBRfM@{{6gf;8-!Ejl6gzf4;%>mh_{=NKM^!}> z!D$Jj+7H`7&4s?5^)3%!xhZT5rP^A)RcabM4rd>#BK(X4dp>xoV2fUM(rPdW9lTPc z{J@tV-nGb$S_D1cY2JGM8?wU9DlS&9!BR|E1QO!U)oO^Bz2+Tzt9l&cp%2jo%rcmU z=LMJx`(PFB2Irf6Tq@+NXrgHdE*x=SeePn-KM-8>~ zI*4*pz*Y&XFqR8OYrYzC`(cKuwm^Zl0q-u-yG5#g!PL{%f&=r;^M(5s zG&Rju1p`_G2PMQoUIe*%!6@JmjYSJP9n65U;iirA<+@T~!3LhHW~@W~CyX~~VS^ev z9MG!PN@Z~+1q`a$``&fbdL$OF5n`vtp0Mx}a z*aCOr0tKo$j|07XmYcBdBG55sp8eFT>d`Ky2D&gONx7w%Gktx>YvCEqg%dH4`X0hY z00jdmGVi7t+@T?L1fE#>N->%G;})R}_)0r?wbpoA@32zC*%(!9VpEbi&5BJl6dmf+|7Ey$e`y4`3Tmd zuHGRSa_jp+qZ!bg`%k-o5k%vI$W_x&7jDON#s#e*?y*4ajW+t4wcRc9&8@-$h0)rm zX?gI&H27KX7CeY)5vb3dh>5LcVE5|>=6zZX;f?4-Kd?`C)C{;7L$Bw)t_3^bXq-x{pr7swGxJ?ycXpx44P3}o_ zUoyEBX&bgKMu?#UvAzYXSjS})Ec>WH3J?$P%Xe|1kS;u<;{|m=jvbA=b?Oq+K0J?u|FK~7~S|a76)ej`Z6{=wYfX$dL`R0JIMKuh7ifA1ELtzBXT5Skp ziP1t4#1+zJQ~~TeUhj~0gz7`&G&K!1Fm8wgT(Dy!Fb5GY^W`wNP!|vG(3~#-Y6kAG zK0^yk!>Wuuv_B=$X$&p&VM4%W_1Ur5LE=wJvta{NYhW{V7TA zjeAuUW=cLKHTNy@E#xyrbMpw(j9fj2ryodKB+}eGN>s!{S1dRASqe{v1L&oe%LiHS z;JUf_Hu95^in(Lwr)2Ict+81zTO;7~ZdWaQgx>YzDnFNK+7@WmcJn6H=0C%FU7F$N zw(w}NA zcv8&x7;o;pcr-gh6w9hgBJK zA5YPXHEn^PRmA*&59Z(l9b3HVK#kquAx*>RM{<)N?XgJrcRE+gxta^pFi^PLPup0l z3NQeeU@!x|$74MPFZUl>gBHERm?OC0Iz%z{WN6M+X*uLxtqtLM(AKnk!JE%ToT5ly z3&Ihdh63mtkgEARiW%IgQv65_uh#Gq8W)^ya5-Q5h7rUHhs%P4>-^N%f}mD|j?fF{ zD%=ilVBv;`RNaCN1BP!=GxE(r@A6ruclV-$8q^C8ZJGuj%*ajN5FW`eWY|*sYZyZ1 zJ}rlaHma(8Rn{~F{~mgm*FfW{K0j3I9VXZe%+OqnOm42GVTnvN18D=Ah9=<+7>T_H z>JjJ&c{m55ho20;v<)~Bwk%j#bpX)I2h^a=@}>1!4Nu#6 z&46(v+f@O=2PbYg zY*4G^PjZ^8|8-kl1pRoC_6W1*O`3bP&R_T{UqLkOgIH-0dMXa+1)+>`@DMJr6lUNZ z6y6x-X=(uqzfP_1FV{^~h4*^-Q0N|->q8B+i`KMp3~2uZI;d&bg|MIFGN^^~1zv9Q z$G-jwhjndl9aijb3)V1g4Td9LFh&sdzk%Wpq~#_b_1sHg|yg;WB3>Z-TFB0>q3y<%sVn0B(s1^iBe-yAB z;^o;9D6Eao=|%q+wY)9{1x3&<{Fl!P9nd`1bUcs?Gq5QQs20RMRslR;<`JP8`8I~3 z)e8#aoCDwEH8{M1)-WOPV`!KGhrw{Dx21mm(61)vO`--aSR?vAfCc$02AJ{8n1nv` z7jcG3&1}qp>!%-uDwX3QyneIjG&O3WwjqE&5wFbf#)i4xGv>MbSs0W^D z5T0G|vZ1L;afEn44adfp$B>FR80LF`mdo|21sIQf_NeB36to83wd9@Aj3rta4L$p; zBI)^dveo=R!6o)HEzJW-H6s_R@*wJ}=KK@{M`)T0*J)wI8peDJ0!|C}2M-x|>4c%^ zzd|Z&;|R0-55M@0A(sLDMTvfPY!yAJru7>paqeAk(R?S!l3>eFI%<1r!%Sx zeZ$tfSu@~RS38XdN|-S>Zy);cXDzp7{xYbA2j)d=pHPZ$%x8rbnR{mU=d?yXo#$gW z-yG04Eez}7p?|ovXtg~4R25EDnzZ2jf>D6S;bK??Z!9V_&@)j@3(qHuN$q-$JAp3`Kt~3}`MKfw$Ng1w=ar{#Mn3T>};@ zfj-p&m!Ri)2i1BE0OkVPg^>t7I2MIb4cpE?92sp5jq88Nn8&@VO=5;Z-(nRv>jeRa zV1QCoLmK*)FTSd;zp|n*iol5|m-hqR(k?8S?=Kp{yhLo|Bcnr+|15ugwC1!1CZhi5 zx%m#Zx9Wq(@fr=!wOG=OW?)ao+`>we|NIjEQ}q}R95wRS*7K_1-Nk54FVD70lK6X7 zss$d$G(ZOtO`9|WX-}&Hj2qU7Ic)>e8P8i7yxk;e!5fEs89}>x!Eq2P&2N#W3h+j* ze=5Lg(T`{B6>vL72I7p?g$1wDJ1n62L{xo`!W-(BzNP)2SKuiNTLR3$sWgu|t((7Q zhEMxvLg<_K0c=?d>-CZ!4CN+22IQh<;J}B%`NY;VIB^S1)7JWLoe?zfRlb{QF09Wj z)wM3wG#s*^6k&@OV0fO%HER(Zr#I_ezVFYsi{Qc&0ivn@{ENEy$!$Ma5ii)2k(>Xp zQw>M_{TAv)%0~gqSH7C5rKpSX=r2&P8CG4Zb#GFu?0M7hPOBdR`dh@@iM22mUo0aC zWyIuwW^92OT6jSWsgXEG;P;2%gZ#9lg%LT=J`iX|KAH4R>+=a*MYMrAh%R7wunEs- zxqNNXD(G*lH8gMv`2(Pem`7+bpNN_}qnBsBU)!v%o6*k9X*G;*Q}5ulH_6R{h`_pm z34w(okDPf&U=m}!LVxqIRA*y%9#BE{u$d`3kIQSLg-q#Dn&N zCs*wkf)%0iT9NX-0?Q^MJ0CYyfN{gA3f9BEeEw>a5!zLE_E&lRuX-1}PQ{khw;nyZ z4wkC={N1(O@E1j3vx=yZuOJXLW5LgkH7z%C-Uq0GSHKu#1S?kHyfxHNb8*^4FY%*Q zydcS6LTfHE&@OfjbRTa+;VT3e-cK%=0SI6mSJk4M)zUfi0~bxhJ3(CVYm)izO6uri zyIZRY2DBV@Y*>Kf!h#`F(-4ygYM8M_lJW%#$1*qv^A`%9R;8!`AD|kJB>fn|uQXqS zPR~bTe@^467ppf8Cot%rPE&*<9EPcj-35UT|G{;5lZ9z;gEomYTwq%N%?Y$@L4RSI q_7X#jh{YYcU~7gt4gd6U5IdRhfIO-2t3C6Zcj3`i{*TyJF8@EThGDP( diff --git a/CircleViewer/.vs/CircleViewer/FileContentIndex/5bbed564-64e6-45d0-aa62-25b57de649f3.vsidx b/CircleViewer/.vs/CircleViewer/FileContentIndex/5bbed564-64e6-45d0-aa62-25b57de649f3.vsidx deleted file mode 100644 index 9e16944f0be645522958b52bebde34bcebdafd6a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1591843 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

mJfr(II{)43t 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�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 z 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≈mKL4G;*y2| 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 diff --git a/CircleViewer/.vs/CircleViewer/FileContentIndex/7f0e7f39-6fff-4f66-ab58-d81903bd964f.vsidx b/CircleViewer/.vs/CircleViewer/FileContentIndex/7f0e7f39-6fff-4f66-ab58-d81903bd964f.vsidx deleted file mode 100644 index 3206159f8acb22e65ac6bf7eb9609d977d177734..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52731 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 S|NZR!4z54wzyEyMfBy$|@cZ)s diff --git a/CircleViewer/.vs/CircleViewer/v16/.suo b/CircleViewer/.vs/CircleViewer/v16/.suo index 1e37c8bc178402f7a98e7cf73de80a0c0e8ece97..1c5e814a8b668d5c239e6526712afbeb23014b00 100644 GIT binary patch delta 4780 zcmd5=eQ;C95xy`}-F-;pnUJ)d z@JCPcd$+r{w|BR1Z||NW=j4%dDSIr?H=3@~Ft&g(mV$T?kH@iM98q(i?Jno3FjqDw z{Yv>r-{ozW_(BNFMmUE_Su-4!SyKm5Zx9Aj8dTUZE<=uL7|S-OFCe2Qn^-b{%jb>E zM2ecHC+c}vD-r1kbwV}+>l{QV!RxTb`LS6Ez6k3q#Owr56D~;5WSdH{gntIo3cBR=|PCL5|6yGHank#k8xRJ!X>S~E&roSMx-uD zTF*!forbjvK~AAXB?~QFiy$W?WmGGW&z8u@VdS`J5?LzJ>TP(ZJ;1%t+b;)+I#j2PHs)c z6oqms`Ed;ls2Wr@q%5S5g_^h=CRHOm1;XkPo&l5iya(Y-adRl%Lq%;0-03|9D-6cm zkC1&8K_xjp*?ADtPWuNR>yv|CE>EWxDvzZ9X-c$%zG_MeimvS(?kpSR{SaQ>3@&HY zcr~t(_Sqr?4Mhu4v>O^-DkI7$9Fj`>98BgktHsSqvHD2<7YNU6 zQPG~Hy_OWGo310}tw z*ollr0fP$%Q%8|p1-BhrzJU=w3X^3xKG{!^j1v=_yZOW-*|-zq>+wbqoTt^?it5iw zx`0r=d%WZZAAre{5xyD1jusUqyh4di>Lz5+X-|lvm@q5C(KB+mwQNWl;G1QMP_7XE z8~3Y3_v0{B#tkc!cC3@`OKn2N2?K@}C8;IFyb&f1EvhmU&5?-Vh9M93%y%mDBtjJ> z=0ZB+u)x@Y*|FJqAMw`;cm(suwxVSjTJ$5mP6bOlc%q1xa?mW8B`RqxVi_K?7%f9} z9)HLSTK!^8VW9Lv*0F|pp0{=X`s`xhC>k}y1pRIfolSZ0e&vf$)1=q_(|WA&#@43l zpO%>3Idz0*j51>(N&H;Bb_F`&s%?EY{aSMw4iorvUXs=AI0oe)&o zSO*K>&yUxO4i;uU*2h|zhjp2#G6Jqb<}51^E{l|V%V3R2Y(!?#9A-HB9lLn z*X+oI%oVo0Zf}n#>=)Jv8~fbV)#YXi!H`!Fe7);KXwZoJTmj81mcq#uB@kJm0@bdP z)oXBybXTR@(Bg~fAHUVGvwHgv%WCY`0&k^_e7^nnlgn!S@732_d2mytKbyJV?TCLW z(tijBAMDzCL!_mB(G;9$TZqoj633;n##iUSg|-5DZBtzbxa%ubwpHz|G;pn}y%l!X zm&79V5uP$UJPfYUYH*Kc!J%Wtcv0p%TsZNpDVV-`5pRkuJ90!ZaZ>i?nNB%OuPR94 zjKk4$RjG9MVsN%&NjBN1BiPL<*jfxqFNUoEo~C>Vo^LiE#2kMY^M(QaX18`(J*M)W z@@`W}kE7G%?CwOi%j$5HT1#y2;dy<&H8_NtefC>g=)gn7pO7Qmdt`+v9M0;q;{; zu8cKa?&q{G32YQ2Ezen)((+Z*obleQbQkhO?=l5WU9}lmkWF{t%3E1G`#x^RAg;a}U-c7&1<=>1OK(D@ zE>sY?`iI=$LyKaBw029qi2m%t?H|OaA1(JI?PZ$~!N*%5-k1yDyXK4?{t(ZaiEDYV z@7gptbS+C!A=syi4-;{`mn_wR*#rJdPX87pTscZ zmEf}meyOu;8ycv0|I(g>r0nh?E7N4%BgAKk|bWdzYj3<12njb|0?z zX&J*6e>gED*Hp7!Ho){a^;Y&gTf(A8bbMaUZ@9a{g1;>#E|+5~UghYvt$^$21AJ86 zd1>8=BlZm)U&?oVN#^3O!<~B-Ni{It{0`qaRqJ!-GyKhN+v}n_p4kZ>tvxK3)W+*GZ5ZI?M@ag?EPgqBTc}}9o+Ad$P z%kO=dkJdH@*00Cxk9lco`^3u?(U!UVg(o>vtE{7pf_?H6Hlx~Ho}-+?Mc*#uYo6ft z=aog0PIJE8sVcfRmuJdCMySqjjh->^?`Cy-*LwPV(us5S>KI?TT+BLjP*WPGqN2Y? zHaGdYf`L$=M=-DQg~A?xyAba71#Fm4{oS0_I*qO+`8)!J#|mSGXFixg WH{w{ND8eVM$zIFjk%JMsBL5rP$S&Cc delta 4564 zcmc&&eNa@_6@T}!yDYGad@l%87NKHb*h{iB^$8hxEkC({}ngJi}8(9#5Anwm~+vD2o_RN8_DdhX*rWUZPgf8;U0 zx#ygB?!D*y&i#0cecZ)9E;*r7vyAX~G0b`tT@Z8g^Yhe7<$w$3dxW@vnqB3li`l;O z^IuJnOt7&ngoSA~4>AJu((j?44>Y)BD`HTRB5;6tFt3hKPNEV<$HB)Ph-9_p8z`+r zcp|79eKrWP99w@xn4kl;fru{_+~(a-UWEuo1R=s6d%ACqansDYG&JWn_^J;U#5O ziJ{e1+zpKgqXQqo&PNd) zh*uHR_L|T_ihB(2bQ%pkh%<;@#19dDh#w)K-ThqTH5A@MypI?`j3UMm*AaBY-(ous z*Uc&@^@w5_0>?b^Bk!T{KH>|(iO&t-30&IaM1>O1LCgOSe5T*n3 zl!Pu3y0maweh-rmz!qduP*vQs)Lr^J^kHE}-9+ZV7CxfnJJ2=6cl6#Eg_O&|zS{0s znW>0Jd!+addvjKuoq&CZL{9fNeV{8nm8gYliZ*gytm{Ts=5!4`ler1xY5Ld+WO#IuZ?RqM1r@zo(zd+Oqs39hc5!q*$_i!= zvx%w3{HmBb=<1HdvMehbwK$L1I?q?blyP0%S6J@NGnLBaGN%>i5Zk45W$;;9Fw0V= z694cpgT3AUs~%q=z6WS7s+P-nvKWupE{$tDu8Ad_FUA+P5Z~Iz$M;ZA&|dWCtCiu{ z^z7#>%;aW$`57CxWP?8DjFl~%u`sLLq9pYCT>4$ZN(t0wwXy42nDrc?H;0tJBH{A5 z3cSwyJp1m^h#ZTpGuOD@78%Bi81lWiUlw#oIYVKwj4K}R zT_L6CAH9~;kGhr|$S3_=c^#pqS5yC=Stx!voGUK=gmCuyK?0>sJ9PV_RV35w*li{cy7I2fI=2mQ{zfF!>5BRc&7(J=xzgK-&B%x7)y(S_l>>} zB=~2gft+2O3*FaKz4%F=PauoEWAlJYX3)PjrsuNu+>k@~U&a{*RrfP8#X)&8Vm?sk9ik zZrN<9tg+O_mei&3v^9MEigP${;P)ORSEyLz0|{;)+2K^b^(2mZdE``=msjj5#}RoQ z)Y@UGiT!LupKrB`(=9WhVrT!Pbs7u(p};t*0%6yX zzc{;`*)dALO7W=qaq5yUV!Pv%0u*Uh2#OBjdZtPVsB0p?^Qd-N9AYKiHdQYKrsM0U z9V&EQY64|+OJrX4Mz*P>9a^M|#3ET+!E1OY#E$xS5T>A{y3|roR8s-!p+x#ql>yV< zD9Wnqqf;~BzgJq*HhQebUupC^U&2VaYiUUY$W#k>*ZIL%v<@~5hd@|bAx$58rq2Bj DJb~lh diff --git a/CircleViewer/.vs/CircleViewer/v17/.suo b/CircleViewer/.vs/CircleViewer/v17/.suo index bdf918ba7bdad6468c6f060b34408b1c66ec88f8..f590a4d562d719308e5e2db482e936e1498e4d79 100644 GIT binary patch delta 11577 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 delta 16362 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 oT@_wOV diff --git a/CircleViewer/CircleViewer.sln b/CircleViewer/CircleViewer.sln index 241fd05..30f66a9 100644 --- a/CircleViewer/CircleViewer.sln +++ b/CircleViewer/CircleViewer.sln @@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CircleViewer", "CircleViewe EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CDPShared", "..\CDPShared\CDPShared.csproj", "{3379B1E7-A170-40BB-BF82-EAE14B8269C5}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CircleViewerMac", "..\CircleViewerMac\CircleViewerMac.csproj", "{D6CDED39-900A-4027-9E57-075956BF1C9A}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -23,12 +21,6 @@ Global {3379B1E7-A170-40BB-BF82-EAE14B8269C5}.Debug|Any CPU.Build.0 = Debug|Any CPU {3379B1E7-A170-40BB-BF82-EAE14B8269C5}.Release|Any CPU.ActiveCfg = Release|Any CPU {3379B1E7-A170-40BB-BF82-EAE14B8269C5}.Release|Any CPU.Build.0 = Release|Any CPU - {D6CDED39-900A-4027-9E57-075956BF1C9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D6CDED39-900A-4027-9E57-075956BF1C9A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D6CDED39-900A-4027-9E57-075956BF1C9A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {D6CDED39-900A-4027-9E57-075956BF1C9A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D6CDED39-900A-4027-9E57-075956BF1C9A}.Release|Any CPU.Build.0 = Release|Any CPU - {D6CDED39-900A-4027-9E57-075956BF1C9A}.Release|Any CPU.Deploy.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/CircleViewer/Constants.cs b/CircleViewer/Constants.cs deleted file mode 100644 index 7dd732f..0000000 --- a/CircleViewer/Constants.cs +++ /dev/null @@ -1,63 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace CircleViewer -{ - public class Constants - { - public static string CircleFolder - { - get - { - var folder = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "Circle"); - if (!Directory.Exists(folder)) - Directory.CreateDirectory(folder); - return folder; - } - } - - public static List SupportedFiles - { - get - { - return new List - { - ".gif", - ".jpeg", - ".jpg", - ".png", - ".pdf" - }; - } - } - - public const string CustomerCode = "CIRCLE"; - public const string AuthCode = "ORAMA"; - public const string AppKey = "Dashboard"; - public const string EndUserId = "userman"; - public const string Secret = "2FDA4588-774B-4FA6-8B3D-6F08F5FA6E90"; - public const string CircleViewEventUrl = "https://circlecloudfuncstaging.azurewebsites.net/api/CircleViewEvent"; - } - - // CircleView Messages - // for circle service to persist these messages, they have to be between 100000 and 1000000 - public enum CircleViewMessages - { - FileViewed = 10001, - FileEncrypted = 10002, - InviteGenerated = 10003, - VerificationRequested = 10004, -// CircleCreated = 10005, // can't have this one since this is above the circle - MemberRevoked = 10006, - DeviceRevoked = 10007, - BlockedViewAttempt = 10008, - Unknown = 10009, - LastMessage = 10010 // don't use this one except for looping. - } - -} - diff --git a/CircleViewer/Dialogs/ActivityDlg.cs b/CircleViewer/Dialogs/ActivityDlg.cs index cc1f9a2..524e1a8 100644 --- a/CircleViewer/Dialogs/ActivityDlg.cs +++ b/CircleViewer/Dialogs/ActivityDlg.cs @@ -8,7 +8,6 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using CircleViewer.Models; using Newtonsoft.Json; using Syncfusion.Windows.Forms; using System.Net.Http; @@ -66,7 +65,7 @@ namespace CircleViewer.Dialogs private async Task> LoadCircleActivity(string circleId, string topicId) { List lar = new List(); - GetMessagesReply gmReply = await _cdp.API.GetCircleViewwMessages(circleId, topicId); + GetMessagesReply gmReply = await _cdp.GetCircleViewMessages(circleId, topicId); foreach (MessageInfo mi in gmReply.Messages) lar.Add(new ActivityRow(mi)); @@ -100,8 +99,8 @@ namespace CircleViewer.Dialogs List lar = new List(); lar.AddRange(await LoadCircleActivity(ci.CircleId, ti.TopicId)); lar.AddRange(await LoadCloudActivity(ci.CircleId)); - - GetMessagesReply gmReply = await _cdp.API.GetCircleViewwMessages(ci.CircleId, ti.TopicId); + + GetMessagesReply gmReply = await _cdp.GetCircleViewMessages(ci.CircleId, ti.TopicId); sfgActivity.DataSource = lar; } diff --git a/CircleViewer/Dialogs/ActivityDlgDefault.cs b/CircleViewer/Dialogs/ActivityDlgDefault.cs index 608f8d7..c783155 100644 --- a/CircleViewer/Dialogs/ActivityDlgDefault.cs +++ b/CircleViewer/Dialogs/ActivityDlgDefault.cs @@ -8,7 +8,6 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using CircleViewer.Models; using Newtonsoft.Json; using Syncfusion.Windows.Forms; using System.Net.Http; @@ -41,7 +40,7 @@ namespace CircleViewer.Dialogs private async Task> LoadCircleActivity() { List lar = new List(); - GetMessagesReply gmReply = await _cdp.GetCircleViewwMessages(); + GetMessagesReply gmReply = await _cdp.GetCircleViewMessages(); #if FALSE // I only want to display recent events. (making a video) foreach (MessageInfo mi in gmReply.Messages) @@ -76,10 +75,9 @@ namespace CircleViewer.Dialogs return retList; } - private async void LoadActivity() { - GetMessagesReply gmReply = await _cdp.GetCircleViewwMessages(); + GetMessagesReply gmReply = await _cdp.GetCircleViewMessages(); List lar = new List(); List lCircleAR = await LoadCircleActivity(); lar.AddRange(lCircleAR); diff --git a/CircleViewer/Dialogs/CreateCircleDlg.cs b/CircleViewer/Dialogs/CreateCircleDlg.cs index 8f32a8d..bd1f6b3 100644 --- a/CircleViewer/Dialogs/CreateCircleDlg.cs +++ b/CircleViewer/Dialogs/CreateCircleDlg.cs @@ -24,7 +24,7 @@ namespace CircleViewer.Dialogs private async void bnCreateCircle_Click(object sender, EventArgs e) { - var reply = await _cdp.API.CreateCircle(tbCircleName.Text, tbDescription.Text); + CreateCircleReply reply = await _cdp.CreateCircle(tbCircleName.Text, tbDescription.Text); if (reply == null) MessageBox.Show("Failed to create user group.", "Circle for Data Protection"); else diff --git a/CircleViewer/Dialogs/InviteMemberDlg.cs b/CircleViewer/Dialogs/InviteMemberDlg.cs index 525f572..edf0392 100644 --- a/CircleViewer/Dialogs/InviteMemberDlg.cs +++ b/CircleViewer/Dialogs/InviteMemberDlg.cs @@ -24,7 +24,7 @@ namespace CircleViewer.Dialogs private async void InviteMemberDlg_Load(object sender, EventArgs e) { - var reply = await _cdp.API.GenInvite(Properties.Settings.Default.DefaultCircleId); + var reply = await _cdp.GenInvite(Properties.Settings.Default.DefaultCircleId); if (reply == null) { MessageBox.Show("Failed to Generate Invite.", "Circle for Data Protection"); diff --git a/CircleViewer/Dialogs/JoinCircleDlg.cs b/CircleViewer/Dialogs/JoinCircleDlg.cs index b1ca860..05159b5 100644 --- a/CircleViewer/Dialogs/JoinCircleDlg.cs +++ b/CircleViewer/Dialogs/JoinCircleDlg.cs @@ -22,7 +22,7 @@ namespace CircleViewer.Dialogs private void bnRequestVerfication_Click(object sender, EventArgs e) { - var reply = _cdp.API.ProcessInvite(tbInviteCode.Text, tbAuthCode.Text); + var reply = _cdp.ProcessInvite(tbInviteCode.Text, tbAuthCode.Text); if (reply == null) MessageBox.Show("Failed to Process Invite.", "Circle for Data Protection"); } diff --git a/CircleViewer/Dialogs/RevokeMemberDlg.cs b/CircleViewer/Dialogs/RevokeMemberDlg.cs index 78c6958..cb2e87b 100644 --- a/CircleViewer/Dialogs/RevokeMemberDlg.cs +++ b/CircleViewer/Dialogs/RevokeMemberDlg.cs @@ -23,7 +23,7 @@ namespace CircleViewer.Dialogs private async void RevokeMemberDlg_Load(object sender, EventArgs e) { - var reply = await _cdp.API.EnumCircleMembers(Properties.Settings.Default.DefaultCircleId); + var reply = await _cdp.EnumCircleMembers(Properties.Settings.Default.DefaultCircleId); if (reply == null) { MessageBox.Show("Unable to enumerate members.", "Circle for Data Protection"); @@ -42,7 +42,7 @@ namespace CircleViewer.Dialogs ProfileInfo pi = (ProfileInfo)lbMemberList.SelectedItem; if (MessageBox.Show("Are you sure?", "Circle for Data Protection", MessageBoxButtons.YesNo) == DialogResult.Yes) { - var reply = await _cdp.API.RemoveMember(Properties.Settings.Default.DefaultCircleId, pi.ProfileId); + var reply = await _cdp.RemoveMember(Properties.Settings.Default.DefaultCircleId, pi.ProfileId); if (reply == null) { MessageBox.Show("Unable to remove user", "Circle for Data Protection"); diff --git a/CircleViewer/Dialogs/ViewMetaDlg.cs b/CircleViewer/Dialogs/ViewMetaDlg.cs index 3673560..d47afd3 100644 --- a/CircleViewer/Dialogs/ViewMetaDlg.cs +++ b/CircleViewer/Dialogs/ViewMetaDlg.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using CircleViewer.Models; +using CDPShared; namespace CircleViewer.Dialogs { @@ -47,19 +47,4 @@ namespace CircleViewer.Dialogs } } - public class TwoStrings - { - public string Str1 { get; set; } - public string Str2 { get; set; } - - public TwoStrings() - { - - } - public TwoStrings(string str1, string str2) - { - Str1 = str1; - Str2 = str2; - } - } } diff --git a/CircleViewer/Logging.cs b/CircleViewer/Logging.cs deleted file mode 100644 index b5d51fb..0000000 --- a/CircleViewer/Logging.cs +++ /dev/null @@ -1,104 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics; -using System.IO; -using System.Linq; -using System.Text; -using System.Threading; -using System.Threading.Tasks; -using Microsoft.VisualBasic; - -namespace CircleViewer -{ - public class MinLogging - { - public string LoggerName = string.Empty; - - static string LogFile = @"CircleViewer.txt"; - static MinLogging() - { - try - { - LogFile = Path.Combine(Constants.CircleFolder, LogFile); - if (File.Exists(LogFile)) - { - System.IO.FileInfo fi = new System.IO.FileInfo(LogFile); - if (fi.Length > 10000000) // don't let the log file get larger than 10MB - { - try - { - File.Delete(LogFile); - } - catch (Exception e) - { - Trace.WriteLine(e); - } - } - } - } - catch (Exception ex) - { - Trace.WriteLine(ex); - } - } - - public static void LogIt(string str) - { - try - { - // only log to file if THIS is the same or higher level of detail as my desired logging level - str = string.Format("{0}|{1}|{2}", DateTime.Now, Thread.CurrentThread.ManagedThreadId, str); - lock (LogFile) - { - File.AppendAllText(LogFile, str + Environment.NewLine); - if (str.Length < 512) - { - byte[] data = Encoding.ASCII.GetBytes(str); - } - else - { - byte[] data = Encoding.ASCII.GetBytes(string.Format($"String to long. Length: {str.Length}")); - } - } - } - catch (Exception ex) - { - Trace.WriteLine(ex); - } - } - } - public class LogMethod : IDisposable - { - private string _methodName; - private Stopwatch _sw; - - ///

- /// Ctor now private - just called from the static Log method - /// - /// The name of the method being logged - private LogMethod(string methodName) - { - _methodName = methodName; - _sw = new Stopwatch(); - _sw.Start(); - - string msg = string.Format(">> Entering {0}", _methodName); - MinLogging.LogIt(msg); - } - - /// - /// Tidy up - /// - public void Dispose() - { - _sw.Stop(); - string msg = string.Format("<< Exiting {0}: elapsed Time: {1} ms", _methodName, _sw.ElapsedMilliseconds); - MinLogging.LogIt(msg); - } - - public static IDisposable Log(string callingMethodTypeHardcode) - { - return new LogMethod(callingMethodTypeHardcode); - } - } -} diff --git a/CircleViewer/ProtectCmd.cs b/CircleViewer/ProtectCmd.cs index 50a4189..f19a675 100644 --- a/CircleViewer/ProtectCmd.cs +++ b/CircleViewer/ProtectCmd.cs @@ -1,5 +1,4 @@ -using CircleSDK.Model; -using Newtonsoft.Json; +using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; @@ -16,10 +15,6 @@ namespace CircleViewer public class ProtectCmd { private CDPWorker _cdp; - string customerCode = "CIRCLE"; - string appKey = "Dashboard"; - string endUserId = "userman"; - string secret = "2FDA4588-774B-4FA6-8B3D-6F08F5FA6E90"; public ProtectCmd(CDPWorker cdp) { diff --git a/CircleViewer/UpgradeReport.sarif b/CircleViewer/UpgradeReport.sarif deleted file mode 100644 index fffd9e2..0000000 --- a/CircleViewer/UpgradeReport.sarif +++ /dev/null @@ -1,856 +0,0 @@ -{ - "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json", - "version": "2.1.0", - "runs": [ - { - "tool": { - "driver": { - "name": "Back up project", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep", - "fullDescription": { - "text": "Back up the current project to another directory" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep", - "level": "note", - "message": { - "text": "Complete: Project backed up to D:\\test\\CircleViewer.backup" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer.backup" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Convert project file to SDK style", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep", - "fullDescription": { - "text": "Use the try-convert tool (, Version=0.4.421302+be0ea11e8234f2a0bde2d170b0fdd455fa4f9a45) to convert the project file to an SDK-style csproj" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep", - "level": "note", - "message": { - "text": "Complete: Project file converted successfully! The project may require additional changes to build successfully against the new .NET target." - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]" - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'Syncfusion.Compression.Base'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package Syncfusion.Compression.Base needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'Syncfusion.Compression.Base'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'Syncfusion.Core.WinForms'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package Syncfusion.Core.WinForms needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'Syncfusion.Core.WinForms'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'Syncfusion.Data.WinForms'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package Syncfusion.Data.WinForms needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'Syncfusion.Data.WinForms'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'Syncfusion.DataSource.WinForms'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package Syncfusion.DataSource.WinForms needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'Syncfusion.DataSource.WinForms'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'Syncfusion.GridCommon.WinForms'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package Syncfusion.GridCommon.WinForms needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'Syncfusion.GridCommon.WinForms'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'Syncfusion.Licensing'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package Syncfusion.Licensing needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'Syncfusion.Licensing'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'Syncfusion.Pdf.WinForms'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package Syncfusion.Pdf.WinForms needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'Syncfusion.Pdf.WinForms'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'Syncfusion.SfInput.WinForms'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package Syncfusion.SfInput.WinForms needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'Syncfusion.SfInput.WinForms'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'Syncfusion.SfListView.WinForms'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package Syncfusion.SfListView.WinForms needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'Syncfusion.SfListView.WinForms'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'Syncfusion.Shared.Base'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package Syncfusion.Shared.Base needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'Syncfusion.Shared.Base'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'Syncfusion.Shared.Windows'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package Syncfusion.Shared.Windows needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'Syncfusion.Shared.Windows'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'System.CodeDom'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package System.CodeDom needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'System.CodeDom'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Update TFM", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep", - "fullDescription": { - "text": "Update TFM for current project" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep", - "level": "note", - "message": { - "text": "Complete: Updated TFM to net7.0-windows" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'RestSharp'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package RestSharp, Version=105.0.0 does not support the target(s) net7.0-windows but a newer version (105.2.3) does. Package RestSharp needs to be upgraded from 105.0.0 to 105.2.3." - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'RestSharp'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Add package 'RestSharp'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package RestSharp, Version=105.0.0 does not support the target(s) net7.0-windows but a newer version (105.2.3) does. Package RestSharp needs to be upgraded from 105.0.0 to 105.2.3." - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Add package 'RestSharp'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Add package 'Microsoft.Windows.Compatibility'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Adding Microsoft.Windows.Compatibility 7.0.1 helps with speeding up the upgrade process for Windows-based APIs" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Add package 'Microsoft.Windows.Compatibility'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'System.Management'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package System.Management needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'System.Management'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Remove package 'System.Management'", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "fullDescription": { - "text": "Package System.Management needs to be removed as its a transitive dependency that is not required" - } - } - ] - } - }, - "results": [ - { - "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", - "level": "note", - "message": { - "text": "Complete: Remove package 'System.Management'" - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Default Font API Alert", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "UA209", - "name": "Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater", - "fullDescription": { - "text": "Default Font API Alert" - } - } - ] - } - }, - "results": [ - { - "ruleId": "UA209", - "level": "note", - "message": { - "text": "Success: Default font in Windows Forms has been changed from Microsoft Sans Serif to Segoe UI, in order to change the default font use the API - Application.SetDefaultFont(Font font). For more details see here - https://devblogs.microsoft.com/dotnet/whats-new-in-windows-forms-in-net-6-0-preview-5/#application-wide-default-font." - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - }, - { - "tool": { - "driver": { - "name": "Winforms Source Updater", - "semanticVersion": "", - "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", - "rules": [ - { - "id": "UA202", - "name": "Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDpiSettingUpdater", - "fullDescription": { - "text": "Winforms Source Updater" - } - } - ] - } - }, - "results": [ - { - "ruleId": "UA202", - "level": "note", - "message": { - "text": "Success: HighDpiMode needs to set in Main() instead of app.config or app.manifest - Application.SetHighDpiMode(HighDpiMode.). It is recommended to use SystemAware as the HighDpiMode option for better results." - }, - "locations": [ - { - "physicalLocation": { - "artifactLocation": { - "uri": "file:///D:/test/CircleViewer/Program.cs" - }, - "region": {} - } - } - ] - } - ], - "columnKind": "utf16CodeUnits" - } - ] -} \ No newline at end of file diff --git a/CircleViewer/upgrade-assistant.clef b/CircleViewer/upgrade-assistant.clef deleted file mode 100644 index bc75e3c..0000000 --- a/CircleViewer/upgrade-assistant.clef +++ /dev/null @@ -1,15712 +0,0 @@ -{"@t":"2023-05-06T03:39:46.4789683Z","@mt":"Hosting starting","@l":"Debug","EventId":{"Id":1,"Name":"Starting"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"} -{"@t":"2023-05-06T03:39:46.5627558Z","@mt":"Configuration loaded from context base directory: {BaseDirectory}","@l":"Debug","BaseDirectory":"C:\\Users\\allengb.BYSTORM\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.421302\\upgrade-assistant\\0.4.421302\\tools\\net7.0\\any\\","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleRunner"} -{"@t":"2023-05-06T03:39:46.6266452Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"NuGet","Location":"C:\\Users\\allengb.BYSTORM\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.421302\\upgrade-assistant\\0.4.421302\\tools\\net7.0\\any\\extensions\\nuget","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2023-05-06T03:39:46.6352588Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"BinaryAnalysis","Location":"C:\\Users\\allengb.BYSTORM\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.421302\\upgrade-assistant\\0.4.421302\\tools\\net7.0\\any\\extensions\\binaryanalysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2023-05-06T03:39:46.6455477Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"Default","Location":"C:\\Users\\allengb.BYSTORM\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.421302\\upgrade-assistant\\0.4.421302\\tools\\net7.0\\any\\extensions\\default","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2023-05-06T03:39:46.6552762Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"try-convert","Location":"C:\\Users\\allengb.BYSTORM\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.421302\\upgrade-assistant\\0.4.421302\\tools\\net7.0\\any\\extensions\\try-convert","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2023-05-06T03:39:46.6650104Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"VB","Location":"C:\\Users\\allengb.BYSTORM\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.421302\\upgrade-assistant\\0.4.421302\\tools\\net7.0\\any\\extensions\\vb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2023-05-06T03:39:46.6752739Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"Web","Location":"C:\\Users\\allengb.BYSTORM\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.421302\\upgrade-assistant\\0.4.421302\\tools\\net7.0\\any\\extensions\\web","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2023-05-06T03:39:46.6865393Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"windows","Location":"C:\\Users\\allengb.BYSTORM\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.421302\\upgrade-assistant\\0.4.421302\\tools\\net7.0\\any\\extensions\\windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2023-05-06T03:39:46.6938149Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"MAUI","Location":"C:\\Users\\allengb.BYSTORM\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.421302\\upgrade-assistant\\0.4.421302\\tools\\net7.0\\any\\extensions\\maui","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2023-05-06T03:39:46.7036329Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"WCFUpdater","Location":"C:\\Users\\allengb.BYSTORM\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.421302\\upgrade-assistant\\0.4.421302\\tools\\net7.0\\any\\extensions\\wcf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2023-05-06T03:39:46.7066270Z","@mt":"Loaded {Count} extensions","Count":9,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2023-05-06T03:39:46.8200205Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Common, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:46.8978893Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Commands, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:46.9806323Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.DependencyResolver.Core, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:47.0365055Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Packaging, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:47.1306993Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Frameworks, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:47.2154491Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Protocol, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:47.3081661Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Versioning, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:47.3860541Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.ProjectModel, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:47.4800850Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Configuration, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:47.6921785Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Azure.Core, Version=1.25.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8","Extension":"UA_BinaryAnalysis00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:47.7953874Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Azure.Storage.Blobs, Version=12.13.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8","Extension":"UA_BinaryAnalysis00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:47.9030695Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Packaging, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_BinaryAnalysis00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.0053506Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Versioning, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_BinaryAnalysis00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.0880931Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Protocol, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_BinaryAnalysis00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.1880532Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Common, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_BinaryAnalysis00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.2487638Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Frameworks, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_BinaryAnalysis00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.3617411Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.4101619Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.4748311Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.5666554Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.6180805Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Source, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.6722738Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.7334922Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.8440066Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.CodeFixes, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:48.9716030Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"MSBuild.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_try-convert00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:49.1775704Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Razor, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Web00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:49.2665543Z","@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_Web00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:49.3621958Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"DiffPlex, Version=1.6.3.0, Culture=neutral, PublicKeyToken=1d35e91d1bd7bc0f","Extension":"UA_Web00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:50.5456988Z","@mt":"Using Visual Studio v{VsVersion} [{VsPath}]","@l":"Debug","VsVersion":"17.5.33530.505","VsPath":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.VisualStudioFinder"} -{"@t":"2023-05-06T03:39:50.8292585Z","@mt":"Using MSBuild from {Path}","Path":"C:\\Program Files\\dotnet\\sdk\\7.0.203\\","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions"} -{"@t":"2023-05-06T03:39:50.8308251Z","@mt":"Using Visual Studio install from {Path} [v{Version}]","Path":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community","Version":17,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions"} -{"@t":"2023-05-06T03:39:51.0626203Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Credentials, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:51.3799383Z","@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":"2023-05-06T03:39:51.7698818Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7700923Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7701719Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7702457Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7703144Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7703786Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7704453Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7705097Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7705737Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7706396Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7707261Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7707924Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7708725Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.VisualBasicProjectUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7709568Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Razor.RazorUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7710372Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7711601Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiWorkloadUpgradeStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7711981Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiPlatformTargetFrameworkUpgradeStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7712233Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiAddProjectPropertiesStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7712486Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.XamlNamespaceUpgradeStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7713247Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater.WCFUpdateStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7763523Z","@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.Extensions.Maui.MauiWorkloadUpgradeStep, 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.Maui.XamlNamespaceUpgradeStep, Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.VisualBasicProjectUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater.WCFUpdateStep, Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep, Microsoft.DotNet.UpgradeAssistant.Steps.Razor.RazorUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep, Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2023-05-06T03:39:51.7942614Z","@mt":"Generating context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"} -{"@t":"2023-05-06T03:39:51.8194211Z","@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":"2023-05-06T03:39:51.8213490Z","@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":"2023-05-06T03:39:51.8359152Z","@mt":"Initializing context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"} -{"@t":"2023-05-06T03:39:53.4457621Z","@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":"2023-05-06T03:39:53.4733516Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Microsoft\\Microsoft.NET.Build.Extensions\\Microsoft.NET.Build.Extensions.ConflictResolution.targets: (30, 5): The \"ResolvePackageFileConflicts\" task could not be loaded from the assembly C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Microsoft\\Microsoft.NET.Build.Extensions\\\\tools\\net7.0\\Microsoft.NET.Build.Extensions.Tasks.dll. Could not load file or assembly 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Microsoft\\Microsoft.NET.Build.Extensions\\tools\\net7.0\\Microsoft.NET.Build.Extensions.Tasks.dll'. The system cannot find the path specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:39:53.8202249Z","@mt":"Done initializing context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"} -{"@t":"2023-05-06T03:39:53.9722056Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.LibraryModel, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:54.2028921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.2059269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6f06bc3-c504-430f-b986-136b0f96dc02\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.2364948Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed","Extension":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:54.4232414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6f06bc3-c504-430f-b986-136b0f96dc02\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.4439816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.4920392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.6180888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.6321372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7019013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7020285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f1c899c-8981-45cf-a55e-3ad3b9133763\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7038519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f1c899c-8981-45cf-a55e-3ad3b9133763\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7043964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7045552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7057744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7058448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7474940Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Select an entrypoint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:39:54.7518370Z","@mt":"Setting entrypoint to only project in solution: {Project}","Project":"D:\\test\\CircleViewer\\CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep"} -{"@t":"2023-05-06T03:39:54.7540904Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Select an entrypoint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:39:54.7603670Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:39:54.7869220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7871052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aaa3f96e-5522-4a9e-988f-8cd5d9c4d296\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7887451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aaa3f96e-5522-4a9e-988f-8cd5d9c4d296\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7891847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7892906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7902654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.7903186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8027786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8029162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c98dc6ba-aa57-4c13-82cf-495f25c18eff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8049637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c98dc6ba-aa57-4c13-82cf-495f25c18eff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8053483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8054407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8064453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8065054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8232757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8234322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cb0b435-4b7e-460c-a7a1-cfad9251d8f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8250258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cb0b435-4b7e-460c-a7a1-cfad9251d8f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8253581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8254329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8263672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8264225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8385318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8386704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c805ed3-c72d-49cd-b164-550ad20ebb59\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8401782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c805ed3-c72d-49cd-b164-550ad20ebb59\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8405074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8405762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8415084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8415578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8576588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8578053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\04e86375-c257-4853-ba50-89ce2e64e26c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8594491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\04e86375-c257-4853-ba50-89ce2e64e26c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8597744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8598435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8607642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8608196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8729081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8730570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d01422a-3b80-4404-8e0c-10c6a64aced3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8745470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d01422a-3b80-4404-8e0c-10c6a64aced3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8748620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8749200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8758062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8758570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8805758Z","@mt":"Setting only project in solution as the current project: {Project}","@l":"Debug","Project":"D:\\test\\CircleViewer\\CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep"} -{"@t":"2023-05-06T03:39:54.8923136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8924636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44391d63-0ece-4599-859d-c8b8f8d66a29\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8940389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44391d63-0ece-4599-859d-c8b8f8d66a29\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8943853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8944554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8953470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.8953998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9076052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9077579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1bad1039-7f95-40a6-9393-522596a65ea6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9092952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1bad1039-7f95-40a6-9393-522596a65ea6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9096392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9097067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9105418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9105959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9236982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9238148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a025743-01cb-47a6-9f58-3304e0566665\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9252761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a025743-01cb-47a6-9f58-3304e0566665\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9255953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9256606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9264545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9265087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9382429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9383991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\153802da-94a3-4884-b80e-d0b14209b422\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9399804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\153802da-94a3-4884-b80e-d0b14209b422\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9403205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9403894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9413580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9414191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9552276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9553475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3fb5959-3ffa-4f81-ac1c-3a60db9c566e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9568661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3fb5959-3ffa-4f81-ac1c-3a60db9c566e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9571859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9572524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9583127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9583682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9705224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9706101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0906d4a9-799a-4e56-b98e-2f3e2c474157\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9721607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0906d4a9-799a-4e56-b98e-2f3e2c474157\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9724994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9725891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9735422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9735927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:54.9763614Z","@mt":"Project {Name} was selected","Name":"CircleViewer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep"} -{"@t":"2023-05-06T03:39:54.9782281Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:39:54.9785181Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:39:54.9818734Z","@mt":"Determining backup path","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:39:54.9820442Z","@mt":"Using backup path {BackupPath}","@l":"Debug","BackupPath":"D:\\test\\CircleViewer.backup","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:39:54.9821044Z","@mt":"Backup upgrade step initialized as incomplete; will backup to {BackupLocation}","@l":"Debug","BackupLocation":"D:\\test\\CircleViewer.backup","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:39:54.9821960Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:39:54.9823558Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:39:55.0067733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0069028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d8fe5de-ad75-429c-b5b8-29e44788a012\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0084531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d8fe5de-ad75-429c-b5b8-29e44788a012\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0089468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0090448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0102013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0102590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0244415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0245741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\91c08c6c-9e7c-4d29-82e0-a8b64dcc76a4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0262674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\91c08c6c-9e7c-4d29-82e0-a8b64dcc76a4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0266195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0267084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0276898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0277504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0452389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0454123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c735931-a727-4ce8-90d1-1cfb0b28fe75\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0471191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c735931-a727-4ce8-90d1-1cfb0b28fe75\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0474599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0475324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0484163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0484843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0606545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0607695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f395a0e7-933e-45a3-8ec9-b558b59d6901\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0623237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f395a0e7-933e-45a3-8ec9-b558b59d6901\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0626676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0627368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0636849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.0637573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1036476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1038112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bf617f2-d1cf-415e-b47f-ac7a80624040\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1054522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bf617f2-d1cf-415e-b47f-ac7a80624040\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1057877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1058612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1068234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1069434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1229681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1231255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f5b07ae-6caf-4614-a7be-d7fbe179b95c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1246235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f5b07ae-6caf-4614-a7be-d7fbe179b95c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1249489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1250146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1259237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1259748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1401490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1402928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01c61e1e-5849-4708-aa7f-47e405d53d1b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1417926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01c61e1e-5849-4708-aa7f-47e405d53d1b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1421204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1421904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1431190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1431739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1548740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1550460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3fae3341-6830-4541-b642-c3bb1824e05f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1566005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3fae3341-6830-4541-b642-c3bb1824e05f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1569083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1569751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1578668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1579172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1753699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1754752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5dee5f4e-a73b-4be5-b4ef-1e4f8254e4e5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1771756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5dee5f4e-a73b-4be5-b4ef-1e4f8254e4e5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1775577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1776380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1785328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1785862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1902380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1903927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90b11ea7-808a-4f7d-bb17-989409944718\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1920220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90b11ea7-808a-4f7d-bb17-989409944718\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1923647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1924268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1933018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.1933495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2095354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2097110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32a63a06-76b8-4fcb-b35c-a5c1af3104e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2113181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32a63a06-76b8-4fcb-b35c-a5c1af3104e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2116472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2117168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2126704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2127240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2246022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2247616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\24dc70f4-a8b6-4769-8e88-61e8adbcb5ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2262760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\24dc70f4-a8b6-4769-8e88-61e8adbcb5ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2266022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2266707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2277196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2277740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2424612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2426030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85a0994a-d62e-427d-85dc-5a49694c6cea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2442396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85a0994a-d62e-427d-85dc-5a49694c6cea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2446376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2447175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2456565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2457098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2580792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2582218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30d903e9-5165-4ae3-b131-dcda56d88114\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2597742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30d903e9-5165-4ae3-b131-dcda56d88114\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2601021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2601711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2610383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2610943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2751519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2753314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40618578-a499-4924-92d5-5a7561ce6286\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2769985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40618578-a499-4924-92d5-5a7561ce6286\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2773467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2774159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2784187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2784731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2909313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2926812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1c65704-94a7-4fb2-b81f-859112442f83\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2942589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1c65704-94a7-4fb2-b81f-859112442f83\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2945968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2946709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2964038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.2964569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3107067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3108523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0845f0c0-34b0-4c1c-811b-2a071b5f1dc4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3124009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0845f0c0-34b0-4c1c-811b-2a071b5f1dc4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3127487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3128551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3138182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3138708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3260093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3261489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aeee2dc6-9c8f-40fb-9883-a7c0c0517452\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3276343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aeee2dc6-9c8f-40fb-9883-a7c0c0517452\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3279689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3280589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3290158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3290648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3421432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3422649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fc939a0-6e45-4f3f-abe1-c13782279478\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3437650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fc939a0-6e45-4f3f-abe1-c13782279478\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3441094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3441731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3450467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3450991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3569532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3571040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d1172d2-0dec-4332-96bd-2bed46dfbada\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3585943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d1172d2-0dec-4332-96bd-2bed46dfbada\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3589223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3589851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3599909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3600397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3730967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3732393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9a28e6d3-39f7-4383-93b6-75edca1fdb8a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3747431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9a28e6d3-39f7-4383-93b6-75edca1fdb8a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3750668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3751290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3760658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3761149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3878782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3879692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\425f14db-8ed8-463d-8cca-d7fbd3b807e1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3895146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\425f14db-8ed8-463d-8cca-d7fbd3b807e1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3898697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3899288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3909563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.3910064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4042458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4043331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c873c23-149c-47d8-8f7c-61cb77f43f10\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4058508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c873c23-149c-47d8-8f7c-61cb77f43f10\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4061696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4062288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4070851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4071342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4192604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4194239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ae02647-ee8b-4140-8975-a659e0a0f283\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4210558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ae02647-ee8b-4140-8975-a659e0a0f283\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4213949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4214556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4223819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.4224308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6301675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6303172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad8ec260-0824-478b-9a74-77737e4287c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6318299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad8ec260-0824-478b-9a74-77737e4287c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6321627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6322346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6331380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6331864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6483352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6484609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19e8776f-151c-49d1-9c7e-068cdde7e57b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6499838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19e8776f-151c-49d1-9c7e-068cdde7e57b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6503240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6503967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6513277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6513784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.6560618Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.Common, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:39:55.7361000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7362080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1149d7f-dfdd-4f5c-85f1-89a2bb0acc02\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7377173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1149d7f-dfdd-4f5c-85f1-89a2bb0acc02\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7380425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7381054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7389387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7389876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7503163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7503939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23b0f33e-cc7b-4379-89f9-2482c798c21d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7518906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23b0f33e-cc7b-4379-89f9-2482c798c21d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7522360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7522918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7530963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7531431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7692070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7692956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b5e324a4-bb69-4c9a-8fe6-b48940eeb4d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7708145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b5e324a4-bb69-4c9a-8fe6-b48940eeb4d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7711519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7712279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7721166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7721632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7837866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7839380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aff5a686-2cfe-4586-ae2e-8d61bcb71708\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7856245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aff5a686-2cfe-4586-ae2e-8d61bcb71708\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7860237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7860916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7870209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.7870678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8011579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8013256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf33b6c2-5beb-4365-bb8e-2e5d4c1ca4f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8029771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf33b6c2-5beb-4365-bb8e-2e5d4c1ca4f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8033729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8034439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8044403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8044928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8163908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8164750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ada9f5c-51e3-4a73-a2a3-63914dbfebc7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8179593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ada9f5c-51e3-4a73-a2a3-63914dbfebc7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8182709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8183243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8191914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8192382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8319550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8320346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b4db857-700e-4906-aec0-c01a2ecf11ff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8335472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b4db857-700e-4906-aec0-c01a2ecf11ff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8338713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8339290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8347393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8347966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8463582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8464392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5550b32a-97c4-457e-9fd3-1ff6e9c9a126\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8479076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5550b32a-97c4-457e-9fd3-1ff6e9c9a126\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8482177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8482708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8491007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8491464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8617306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8618334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd1dc817-de46-417f-9abd-819a1b866f1f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8632468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd1dc817-de46-417f-9abd-819a1b866f1f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8635729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8636275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8644726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8645180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8759313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8760564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae02ea76-df2d-4977-8637-65538bdee3e5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8775857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae02ea76-df2d-4977-8637-65538bdee3e5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8779172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8779791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8788892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8789364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8928648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8929852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f35f6777-d627-4252-96eb-2cb875f8c6b0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8945907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f35f6777-d627-4252-96eb-2cb875f8c6b0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8949589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8950298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8959708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.8960232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9083464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9085645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d541aa1f-b230-4f71-9ca4-ea2bf42404c0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9101601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d541aa1f-b230-4f71-9ca4-ea2bf42404c0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9105274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9105935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9114727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9115204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9245275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9246351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab212a01-84c1-4112-ab0d-f7487d1e4eae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9260911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab212a01-84c1-4112-ab0d-f7487d1e4eae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9264031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9264588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9272962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9273459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9387864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9389258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b301e652-0e2a-439d-bbaf-af215ff007c7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9404327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b301e652-0e2a-439d-bbaf-af215ff007c7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9407582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9408248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9417222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9417728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9556952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9558323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c73cc005-b97c-4b43-80ee-e5387a8381a2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9573414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c73cc005-b97c-4b43-80ee-e5387a8381a2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9576731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9577415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9586338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9586838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9711936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9713566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b251c0f-ac7f-4641-9d58-f98ac2549a72\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9729389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b251c0f-ac7f-4641-9d58-f98ac2549a72\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9732656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9733308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9742296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9742768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9873292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9874333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce0bf763-69bc-4456-86fc-3148a4071409\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9889404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce0bf763-69bc-4456-86fc-3148a4071409\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9892577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9893198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9902402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:55.9902887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0015963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0016860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50be24f2-33dc-404f-9748-9f1a2134fef1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0032092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50be24f2-33dc-404f-9748-9f1a2134fef1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0035284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0035879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0045094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0045564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0173048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0173944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22dde62c-483c-47f2-9e2f-c2b5c2fd4935\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0188934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22dde62c-483c-47f2-9e2f-c2b5c2fd4935\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0192369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0193053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0201922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0202426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0479691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0481015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17e982fc-6361-4ea2-b35d-6293ef9ee045\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0496434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17e982fc-6361-4ea2-b35d-6293ef9ee045\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0499729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0500391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0508754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0509246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0638513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0639369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a74a2e20-06b3-4ec9-aad4-adb06d7c3639\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0654111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a74a2e20-06b3-4ec9-aad4-adb06d7c3639\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0657156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0657694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0665367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0665814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0777828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0779099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcfd248c-78bf-4002-bcac-ed5764ca0b0a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0794863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcfd248c-78bf-4002-bcac-ed5764ca0b0a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0798032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0798682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0806707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0807166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0932876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0934161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9503c847-15ec-455f-8c4f-ffb1389d12c5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0949247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9503c847-15ec-455f-8c4f-ffb1389d12c5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0952406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0953029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0961280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.0961766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1083400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1084659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\767ab259-72c7-4e7d-87b9-159699e2e110\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1101068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\767ab259-72c7-4e7d-87b9-159699e2e110\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1104646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1105397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1114441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1114916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1244082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1245306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba426849-4a53-43f3-b43e-dbae920674fd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1261016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba426849-4a53-43f3-b43e-dbae920674fd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1264271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1264870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1274137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1274608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1392791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1393968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c400bc92-a812-4488-a504-386283eb263f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1409379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c400bc92-a812-4488-a504-386283eb263f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1412567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1413182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1421468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1421946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1550910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1551836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ee0936fb-8ce3-4a42-a6ac-33cf182340b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1566777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ee0936fb-8ce3-4a42-a6ac-33cf182340b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1570351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1570960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1580447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1580942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1695506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1696351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d6329c36-8918-487d-9723-0c567b5cdb54\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1711143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d6329c36-8918-487d-9723-0c567b5cdb54\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1714427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1714985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1723777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1724225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1847336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1848606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09479ea2-299f-4d32-bb78-b18d00520e37\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1863670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09479ea2-299f-4d32-bb78-b18d00520e37\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1866813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1867404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1876023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1876502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1992671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.1993524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd2b00be-a830-4c8e-bdc4-c53c0bc69a42\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2008371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd2b00be-a830-4c8e-bdc4-c53c0bc69a42\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2011544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2012114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2020628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2021132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2147870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2148830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67db2f4f-6de5-402c-83e4-9405064f2951\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2164535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67db2f4f-6de5-402c-83e4-9405064f2951\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2167710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2168301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2176557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2177013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2297054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2298221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92c1c08a-23b8-43cd-81ff-64a2a80dac60\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2312723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92c1c08a-23b8-43cd-81ff-64a2a80dac60\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2316054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2316625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2324758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2325220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2453342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2454547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b0cfc2e-15cf-4c47-a93c-c7cc468c80b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2469968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b0cfc2e-15cf-4c47-a93c-c7cc468c80b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2473209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2473857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2481977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2482445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2599093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2600120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db8395a1-3718-4f58-b1ee-1e0f7430b081\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2615544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db8395a1-3718-4f58-b1ee-1e0f7430b081\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2618887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2619511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2629429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:39:56.2629923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:40:02.2539743Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.5714785Z","@mt":"Determining backup path","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.5717144Z","@mt":"Using backup path {BackupPath}","@l":"Debug","BackupPath":"D:\\test\\CircleViewer.backup","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.5733273Z","@mt":"Backing up {ProjectDir} to {BackupPath}","ProjectDir":"D:\\test\\CircleViewer","BackupPath":"D:\\test\\CircleViewer.backup","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.5838459Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\App.config","DestinationFile":"D:\\test\\CircleViewer.backup\\App.config","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.6045722Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\CircleAPIHelper.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\CircleAPIHelper.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.6061008Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\CircleViewer.csproj","DestinationFile":"D:\\test\\CircleViewer.backup\\CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.6076187Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\CircleViewer.csproj.user","DestinationFile":"D:\\test\\CircleViewer.backup\\CircleViewer.csproj.user","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.6306359Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\CircleViewer.sln","DestinationFile":"D:\\test\\CircleViewer.backup\\CircleViewer.sln","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.6424023Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\CircleViewer.sln.DotSettings.user","DestinationFile":"D:\\test\\CircleViewer.backup\\CircleViewer.sln.DotSettings.user","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.6580848Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Constants.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Constants.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.6716121Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\DataGather.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\DataGather.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.6837370Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\DetailsCmd.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\DetailsCmd.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.7016971Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Form1.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Form1.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.7198057Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Form1.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Form1.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.7383083Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Form1.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Form1.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.7533246Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Logging.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Logging.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.7608692Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\LogoCircle.ico","DestinationFile":"D:\\test\\CircleViewer.backup\\LogoCircle.ico","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.7729803Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\LogoCircle.png","DestinationFile":"D:\\test\\CircleViewer.backup\\LogoCircle.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.7744158Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages.config","DestinationFile":"D:\\test\\CircleViewer.backup\\packages.config","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.7911668Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Program.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Program.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.8049444Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\ProtectCmd.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\ProtectCmd.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.8054815Z","@mt":"Could not copy file {Path} due to '{Message}'","@l":"Warning","Path":"D:\\test\\CircleViewer\\upgrade-assistant.clef","Message":"The process cannot access the file 'D:\\test\\CircleViewer\\upgrade-assistant.clef' because it is being used by another process.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.8078382Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\upgrade-assistant.clef","DestinationFile":"D:\\test\\CircleViewer.backup\\upgrade-assistant.clef","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.8207256Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\YellowSupport.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\YellowSupport.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.8353461Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\.vs\\CircleViewer\\FileContentIndex\\ffec0eb5-9de6-4fa2-bc56-f89881f64bec.vsidx","DestinationFile":"D:\\test\\CircleViewer.backup\\.vs\\CircleViewer\\FileContentIndex\\ffec0eb5-9de6-4fa2-bc56-f89881f64bec.vsidx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.8366869Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\.vs\\CircleViewer\\FileContentIndex\\read.lock","DestinationFile":"D:\\test\\CircleViewer.backup\\.vs\\CircleViewer\\FileContentIndex\\read.lock","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.8480710Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\.vs\\CircleViewer\\v16\\.suo","DestinationFile":"D:\\test\\CircleViewer.backup\\.vs\\CircleViewer\\v16\\.suo","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.8587066Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\.vs\\CircleViewer\\v17\\.suo","DestinationFile":"D:\\test\\CircleViewer.backup\\.vs\\CircleViewer\\v17\\.suo","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.9089680Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\AxInterop.SHDocVw.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\AxInterop.SHDocVw.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:06.9563596Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\AxInterop.WMPLib.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\AxInterop.WMPLib.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.0847039Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleSDK.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleSDK.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.0927914Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleSDK.pdb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleSDK.pdb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.1113085Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleSDK.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleSDK.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.1345003Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.1394919Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.config","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.config","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.1490234Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.pdb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.pdb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.1739740Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Interop.SHDocVw.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Interop.SHDocVw.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.2057781Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Interop.WMPLib.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Interop.WMPLib.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.2916211Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Newtonsoft.Json.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Newtonsoft.Json.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.3113471Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Newtonsoft.Json.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Newtonsoft.Json.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.4000343Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\RestSharp.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\RestSharp.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.4127919Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\RestSharp.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\RestSharp.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.4961759Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.5136527Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.6095593Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Core.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Core.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.6276852Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Core.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Core.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.7090505Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Data.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Data.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.7264908Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Data.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Data.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.8445828Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.DataSource.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.DataSource.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.8572400Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.DataSource.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.DataSource.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:07.9794655Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Grid.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Grid.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:08.1955841Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Grid.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Grid.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:08.2400873Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.GridCommon.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.GridCommon.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:08.2554523Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.GridCommon.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.GridCommon.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:08.3820771Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:09.1289798Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:09.2938497Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:09.9053135Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:09.9608377Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:10.0914810Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.SfDataGrid.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.SfDataGrid.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:10.1372604Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.SfDataGrid.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.SfDataGrid.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:10.4836735Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.SfInput.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.SfInput.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:10.5152623Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.SfInput.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.SfInput.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:10.6716965Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.SfListView.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.SfListView.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:10.6876654Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.SfListView.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.SfListView.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:10.8215258Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.0320873Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.0920930Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Shared.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Shared.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.1091348Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Syncfusion.Shared.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Syncfusion.Shared.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.1484409Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\System.CodeDom.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\System.CodeDom.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.1763925Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\System.CodeDom.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\System.CodeDom.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.1807296Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Last Version","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Last Version","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.1899636Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Local State","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Local State","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.1946581Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\AutoLaunchProtocolsComponent\\1.0.0.7\\manifest.fingerprint","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\AutoLaunchProtocolsComponent\\1.0.0.7\\manifest.fingerprint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.1973353Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\AutoLaunchProtocolsComponent\\1.0.0.7\\manifest.json","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\AutoLaunchProtocolsComponent\\1.0.0.7\\manifest.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2072298Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\AutoLaunchProtocolsComponent\\1.0.0.7\\protocols.json","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\AutoLaunchProtocolsComponent\\1.0.0.7\\protocols.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2174948Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\BrowserMetrics\\BrowserMetrics-62349B1E-26C0.pma","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\BrowserMetrics\\BrowserMetrics-62349B1E-26C0.pma","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2266142Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\CertificateRevocation\\6498.2022.3.1\\crl-set","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\CertificateRevocation\\6498.2022.3.1\\crl-set","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2293325Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\CertificateRevocation\\6498.2022.3.1\\manifest.fingerprint","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\CertificateRevocation\\6498.2022.3.1\\manifest.fingerprint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2322611Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\CertificateRevocation\\6498.2022.3.1\\manifest.json","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\CertificateRevocation\\6498.2022.3.1\\manifest.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2353140Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Crashpad\\metadata","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Crashpad\\metadata","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2376703Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Crashpad\\settings.dat","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Crashpad\\settings.dat","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2406401Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Crashpad\\throttle_store.dat","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Crashpad\\throttle_store.dat","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2451540Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Favicons","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Favicons","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2463366Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Favicons-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Favicons-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2486740Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\heavy_ad_intervention_opt_out.db","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\heavy_ad_intervention_opt_out.db","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2499746Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\heavy_ad_intervention_opt_out.db-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\heavy_ad_intervention_opt_out.db-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2516997Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\History","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\History","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2592805Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\History-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\History-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2608012Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2619210Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2630311Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2644752Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Login Data","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Login Data","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2656558Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Login Data-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Login Data-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2671130Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network Action Predictor","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network Action Predictor","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2683209Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network Action Predictor-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network Action Predictor-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2775730Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Preferences","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Preferences","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2841125Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\README","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\README","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2869174Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Secure Preferences","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Secure Preferences","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2884627Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Shortcuts","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Shortcuts","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2896017Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Shortcuts-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Shortcuts-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2911174Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Top Sites","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Top Sites","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.2985640Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Top Sites-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Top Sites-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3076101Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Visited Links","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Visited Links","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3095357Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Web Data","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Web Data","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3109297Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Web Data-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Web Data-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3127050Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\WebAssistDatabase","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\WebAssistDatabase","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3140149Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\WebAssistDatabase-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\WebAssistDatabase-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3161762Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\AutofillStrikeDatabase\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\AutofillStrikeDatabase\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3173122Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\AutofillStrikeDatabase\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\AutofillStrikeDatabase\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3184644Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\AutofillStrikeDatabase\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\AutofillStrikeDatabase\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3226780Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\BudgetDatabase\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\BudgetDatabase\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3238451Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\BudgetDatabase\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\BudgetDatabase\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3249645Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\BudgetDatabase\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\BudgetDatabase\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3301500Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3374809Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\index-dir\\the-real-index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\index-dir\\the-real-index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3409145Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\wasm\\index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\wasm\\index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3486143Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\wasm\\index-dir\\the-real-index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\wasm\\index-dir\\the-real-index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3512892Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Collections\\collectionsSQLite","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Collections\\collectionsSQLite","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3526591Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Collections\\collectionsSQLite-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Collections\\collectionsSQLite-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3550508Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\coupon_db\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\coupon_db\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3562281Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\coupon_db\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\coupon_db\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3573393Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\coupon_db\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\coupon_db\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3594127Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\000061.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\000061.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3619092Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3631392Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3654385Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3734323Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3761623Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\MANIFEST-000060","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\MANIFEST-000060","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3804614Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\EdgeCoupons\\coupons_data.db\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\EdgeCoupons\\coupons_data.db\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3877532Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\EdgeCoupons\\coupons_data.db\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\EdgeCoupons\\coupons_data.db\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3889581Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\EdgeCoupons\\coupons_data.db\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\EdgeCoupons\\coupons_data.db\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3912515Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\EdgeCoupons\\coupons_data.db\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\EdgeCoupons\\coupons_data.db\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3937985Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\EdgeCoupons\\coupons_data.db\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\EdgeCoupons\\coupons_data.db\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.3962793Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\EdgeCoupons\\coupons_data.db\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\EdgeCoupons\\coupons_data.db\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4007275Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4035799Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4049435Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4130434Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4159158Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4352110Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4378939Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4390773Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4413396Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4437544Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4460962Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4495181Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\AvailabilityDB\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\AvailabilityDB\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4507333Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\AvailabilityDB\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\AvailabilityDB\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4519453Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\AvailabilityDB\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\AvailabilityDB\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4542598Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\EventDB\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\EventDB\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4554675Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\EventDB\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\EventDB\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4566933Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\EventDB\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\EventDB\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4603448Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_0","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4694477Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_1","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4721915Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_2","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4751430Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_3","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_3","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4864780Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4899360Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4925857Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4944083Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.4967854Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5049507Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5077504Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5114531Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Cookies","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Cookies","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5135361Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Cookies-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Cookies-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5164309Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Network Persistent State","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Network Persistent State","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5182584Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\NetworkDataMigrated","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\NetworkDataMigrated","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5223381Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_hint_cache_store\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_hint_cache_store\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5247499Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_hint_cache_store\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_hint_cache_store\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5270389Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_hint_cache_store\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_hint_cache_store\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5314646Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_model_and_features_store\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_model_and_features_store\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5335143Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_model_and_features_store\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_model_and_features_store\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5354874Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_model_and_features_store\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_model_and_features_store\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5424361Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Safe Browsing Network\\NetworkDataMigrated","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Safe Browsing Network\\NetworkDataMigrated","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5566942Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Safe Browsing Network\\Safe Browsing Cookies","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Safe Browsing Network\\Safe Browsing Cookies","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5597097Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Safe Browsing Network\\Safe Browsing Cookies-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Safe Browsing Network\\Safe Browsing Cookies-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5682480Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5717322Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5735760Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5765646Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5797502Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5821525Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5853947Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Sessions\\Session_13291502037911800","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Sessions\\Session_13291502037911800","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5932808Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5957989Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.5971417Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6051347Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6075647Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6101033Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6140568Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6164928Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6180615Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6208550Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6235126Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6259690Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6295234Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6320091Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6334511Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6406012Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6433534Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\LOG.old","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\LOG.old","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6460268Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6544799Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_0","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6628790Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_1","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6737198Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_2","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.6916538Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_3","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_3","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7000260Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\f_000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\f_000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7064625Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\f_000002","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\f_000002","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7142795Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\f_000003","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\f_000003","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7206753Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\f_000004","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\f_000004","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7295518Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7340869Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-as.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-as.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7367459Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-be.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-be.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7394053Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-bg.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-bg.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7423762Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-bn.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-bn.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7508297Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-cu.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-cu.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7593031Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-cy.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-cy.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7628469Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-da.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-da.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7700023Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-de-1901.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-de-1901.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7784378Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-de-1996.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-de-1996.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7858464Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-de-ch-1901.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-de-ch-1901.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.7967246Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-en-gb.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-en-gb.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8037649Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-en-us.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-en-us.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8110395Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-es.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-es.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8181361Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-et.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-et.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8258582Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-eu.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-eu.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8284027Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-fr.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-fr.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8353361Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-ga.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-ga.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8460201Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-gu.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-gu.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8487261Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-hi.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-hi.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8515252Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-hr.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-hr.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8602097Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-hu.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-hu.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8626849Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-hy.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-hy.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8701180Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-kn.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-kn.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8727292Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-la.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-la.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8793789Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-ml.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-ml.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8820338Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-mn-cyrl.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-mn-cyrl.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8845342Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-mr.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-mr.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.8915809Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-nb.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-nb.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9063049Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-nn.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-nn.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9144487Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-or.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-or.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9170553Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-pa.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-pa.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9196318Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-pt.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-pt.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9265324Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-sl.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-sl.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9293024Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-ta.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-ta.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9317441Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-te.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-te.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9342051Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-tk.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-tk.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9366442Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-und-ethi.hyb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\hyph-und-ethi.hyb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9446367Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\manifest.fingerprint","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\manifest.fingerprint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9522469Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\manifest.json","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\manifest.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9619389Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\_metadata\\verified_contents.json","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\hyphen-data\\101.0.4906.0\\_metadata\\verified_contents.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9668498Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\OriginTrials\\0.0.1.4\\manifest.fingerprint","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\OriginTrials\\0.0.1.4\\manifest.fingerprint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9697928Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\OriginTrials\\0.0.1.4\\manifest.json","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\OriginTrials\\0.0.1.4\\manifest.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9744295Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_0","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9829701Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_1","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9855883Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_2","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9884548Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_3","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_3","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:11.9967952Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0011279Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\local\\cache","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\local\\cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0038577Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\local\\download_cache","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\local\\download_cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0071486Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\local\\warnStateCache","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\local\\warnStateCache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0131880Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\edgeSettings","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\edgeSettings","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0221071Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\edgeSettings_2.0-2f9188b68640dbf72295f9083a21d674a314721ef06f82db281cbcb052ff8ec1","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\edgeSettings_2.0-2f9188b68640dbf72295f9083a21d674a314721ef06f82db281cbcb052ff8ec1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0246773Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\synchronousLookupUris","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\synchronousLookupUris","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0315956Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\synchronousLookupUris_637831660604907733","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\synchronousLookupUris_637831660604907733","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0394540Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\synchronousLookupUris_637832095070290709","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\synchronousLookupUris_637832095070290709","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0421744Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\topTraffic","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\topTraffic","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0505795Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\topTraffic_637811103879324684","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\topTraffic_637811103879324684","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0551299Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Speech Recognition\\1.15.0.1\\manifest.fingerprint","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Speech Recognition\\1.15.0.1\\manifest.fingerprint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0577425Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Speech Recognition\\1.15.0.1\\manifest.json","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Speech Recognition\\1.15.0.1\\manifest.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.0983190Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Speech Recognition\\1.15.0.1\\Microsoft.CognitiveServices.Speech.core.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Speech Recognition\\1.15.0.1\\Microsoft.CognitiveServices.Speech.core.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.1119088Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Indexed Rules\\34\\10.34.0.8\\LICENSE","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Indexed Rules\\34\\10.34.0.8\\LICENSE","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.1254542Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Indexed Rules\\34\\10.34.0.8\\Ruleset Data","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Indexed Rules\\34\\10.34.0.8\\Ruleset Data","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.1397568Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Filtering Rules","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Filtering Rules","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.1617947Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Filtering Rules-AA","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Filtering Rules-AA","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.1714766Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\LICENSE","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\LICENSE","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.1799462Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\manifest.fingerprint","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\manifest.fingerprint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.1882978Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\manifest.json","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\manifest.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.1964978Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-DE","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-DE","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.2048735Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-ES","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-ES","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.2143309Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-FR","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-FR","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.2232941Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-IT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-IT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.2307887Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-NL","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-NL","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.2460468Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-RU","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-RU","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.2555673Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-ZH","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\Subresource Filter\\Unindexed Rules\\10.34.0.8\\Part-ZH","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.2608601Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\WidevineCdm\\4.10.2391.1\\manifest.fingerprint","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\WidevineCdm\\4.10.2391.1\\manifest.fingerprint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.2690435Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\WidevineCdm\\4.10.2391.1\\manifest.json","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\WidevineCdm\\4.10.2391.1\\manifest.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.2776215Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\WidevineCdm\\4.10.2391.1\\_metadata\\verified_contents.json","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\WidevineCdm\\4.10.2391.1\\_metadata\\verified_contents.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.3418880Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\WidevineCdm\\4.10.2391.1\\_platform_specific\\win_x64\\widevinecdm.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\WidevineCdm\\4.10.2391.1\\_platform_specific\\win_x64\\widevinecdm.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.3504098Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\WidevineCdm\\4.10.2391.1\\_platform_specific\\win_x64\\widevinecdm.dll.sig","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\WidevineCdm\\4.10.2391.1\\_platform_specific\\win_x64\\widevinecdm.dll.sig","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.3713135Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\english_wikipedia.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\english_wikipedia.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.3801425Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\female_names.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\female_names.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.3877705Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\male_names.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\male_names.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.3953110Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\manifest.fingerprint","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\manifest.fingerprint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.3979786Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\manifest.json","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\manifest.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.4100101Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\passwords.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\passwords.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.4196589Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\surnames.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\surnames.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.4301911Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\us_tv_and_film.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\CircleViewer.exe.WebView2\\EBWebView\\ZxcvbnData\\3.0.0.0\\us_tv_and_film.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.4827448Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Debug\\Pdfium\\x86\\pdfium.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Debug\\Pdfium\\x86\\pdfium.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.5482843Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\AxInterop.SHDocVw.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\AxInterop.SHDocVw.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.5963042Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\AxInterop.WMPLib.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\AxInterop.WMPLib.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.7304489Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleSDK.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleSDK.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.7385648Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleSDK.pdb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleSDK.pdb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.7568051Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleSDK.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleSDK.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.7793242Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.7826187Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.config","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.config","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.7921091Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.pdb","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.pdb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.8176447Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Interop.SHDocVw.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Interop.SHDocVw.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.8493252Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Interop.WMPLib.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Interop.WMPLib.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.9459901Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Newtonsoft.Json.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Newtonsoft.Json.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:12.9650686Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Newtonsoft.Json.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Newtonsoft.Json.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.0590948Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\RestSharp.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\RestSharp.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.0712865Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\RestSharp.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\RestSharp.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.1540014Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.1709194Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.2585965Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Core.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Core.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.2762011Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Core.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Core.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.3574852Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Data.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Data.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.3754553Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Data.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Data.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.4962253Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.DataSource.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.DataSource.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.5100271Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.DataSource.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.DataSource.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.6342724Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Grid.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Grid.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.8502222Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Grid.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Grid.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.8959044Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.GridCommon.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.GridCommon.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:13.9147834Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.GridCommon.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.GridCommon.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:14.0461185Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:14.7857585Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:14.9524346Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:15.5667705Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:15.6257746Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:15.7581166Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.SfDataGrid.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.SfDataGrid.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:15.8013534Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.SfDataGrid.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.SfDataGrid.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.1314137Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.SfInput.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.SfInput.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.1674535Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.SfInput.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.SfInput.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.3308556Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.SfListView.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.SfListView.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.3475596Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.SfListView.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.SfListView.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.4833269Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.6981477Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.7553056Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Shared.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Shared.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.7727620Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\Syncfusion.Shared.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\Syncfusion.Shared.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8158253Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\System.CodeDom.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\System.CodeDom.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8262302Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\System.CodeDom.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\System.CodeDom.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8304081Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Last Version","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Last Version","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8393195Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Local State","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Local State","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8513497Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\BrowserMetrics\\BrowserMetrics-62340269-43DC.pma","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\BrowserMetrics\\BrowserMetrics-62340269-43DC.pma","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8551753Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Crashpad\\metadata","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Crashpad\\metadata","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8578238Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Crashpad\\settings.dat","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Crashpad\\settings.dat","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8605051Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Crashpad\\throttle_store.dat","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Crashpad\\throttle_store.dat","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8646399Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Favicons","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Favicons","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8658112Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Favicons-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Favicons-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8679655Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\heavy_ad_intervention_opt_out.db","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\heavy_ad_intervention_opt_out.db","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8691839Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\heavy_ad_intervention_opt_out.db-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\heavy_ad_intervention_opt_out.db-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8709697Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\History","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\History","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8726316Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\History-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\History-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8737619Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8748481Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8762677Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Login Data","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Login Data","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8774692Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Login Data-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Login Data-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8790473Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network Action Predictor","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network Action Predictor","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8802379Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network Action Predictor-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network Action Predictor-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8898629Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Preferences","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Preferences","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8922874Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\README","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\README","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8948880Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Secure Preferences","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Secure Preferences","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8964178Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Top Sites","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Top Sites","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.8976607Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Top Sites-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Top Sites-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9117095Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Visited Links","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Visited Links","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9151654Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Web Data","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Web Data","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9164984Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Web Data-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Web Data-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9185883Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\WebAssistDatabase","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\WebAssistDatabase","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9201089Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\WebAssistDatabase-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\WebAssistDatabase-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9224889Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\AutofillStrikeDatabase\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\AutofillStrikeDatabase\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9238384Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\AutofillStrikeDatabase\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\AutofillStrikeDatabase\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9282161Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\BudgetDatabase\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\BudgetDatabase\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9294497Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\BudgetDatabase\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\BudgetDatabase\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9396168Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\data_0","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\data_0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9482142Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\data_1","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\data_1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9573062Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\data_2","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\data_2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9734038Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\data_3","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\data_3","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9822073Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\f_000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\f_000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:16.9912921Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\f_000002","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\f_000002","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0078628Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\f_000003","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\f_000003","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0153461Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\f_000004","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\f_000004","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0228477Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\f_000005","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\f_000005","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0357850Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Cache\\Cache_Data\\index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0446874Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\4ebf72edc682c85d_0","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\4ebf72edc682c85d_0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0473079Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\560d7106df407a25_0","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\560d7106df407a25_0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0539996Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\b1039d16c6fa1789_0","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\b1039d16c6fa1789_0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0566268Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\e8cfd7e554140cdf_0","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\e8cfd7e554140cdf_0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0593623Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0626172Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\index-dir\\the-real-index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\js\\index-dir\\the-real-index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0657885Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\wasm\\index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\wasm\\index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0690514Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\wasm\\index-dir\\the-real-index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Code Cache\\wasm\\index-dir\\the-real-index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0712699Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\coupon_db\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\coupon_db\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0724173Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\coupon_db\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\coupon_db\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0746622Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0771156Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0783752Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0806694Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0832246Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\MANIFEST-000002","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\data_reduction_proxy_leveldb\\MANIFEST-000002","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0863439Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0892926Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0905407Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.0983963Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1009399Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension Scripts\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1044446Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1070379Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1082115Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1104939Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1129482Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Extension State\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1159862Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\AvailabilityDB\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\AvailabilityDB\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1171793Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\AvailabilityDB\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\AvailabilityDB\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1193665Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\EventDB\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\EventDB\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1207568Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\EventDB\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Feature Engagement Tracker\\EventDB\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1241460Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_0","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1331549Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_1","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1394526Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_2","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1510556Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_3","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\data_3","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1614030Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\GPUCache\\index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1659575Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1684801Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1696611Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1718857Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1745364Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Local Storage\\leveldb\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1782336Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Cookies","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Cookies","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1793994Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Cookies-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Cookies-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1817927Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Network Persistent State","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Network Persistent State","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1830143Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\NetworkDataMigrated","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\NetworkDataMigrated","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1857982Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Reporting and NEL","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Reporting and NEL","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1940355Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Reporting and NEL-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\Reporting and NEL-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1974841Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\TransportSecurity","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Network\\TransportSecurity","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.1999620Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_hint_cache_store\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_hint_cache_store\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2012578Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_hint_cache_store\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_hint_cache_store\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2036120Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_model_and_features_store\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_model_and_features_store\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2050736Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_model_and_features_store\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\optimization_guide_model_and_features_store\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2073049Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Safe Browsing Network\\NetworkDataMigrated","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Safe Browsing Network\\NetworkDataMigrated","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2089281Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Safe Browsing Network\\Safe Browsing Cookies","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Safe Browsing Network\\Safe Browsing Cookies","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2101407Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Safe Browsing Network\\Safe Browsing Cookies-journal","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Safe Browsing Network\\Safe Browsing Cookies-journal","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2134569Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2162180Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2174787Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2198168Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2223441Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Session Storage\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2315726Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2341261Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2353697Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2423572Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2452170Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2524385Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2550671Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2563240Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2588329Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2685747Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\shared_proto_db\\metadata\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2840737Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\000003.log","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\000003.log","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2866698Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\CURRENT","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\CURRENT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2879052Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\LOCK","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\LOCK","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2903020Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\LOG","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\LOG","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.2929327Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\MANIFEST-000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\Default\\Site Characteristics Database\\MANIFEST-000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.3014059Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_0","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.3109112Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_1","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.3135132Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_2","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.3292413Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_3","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\data_3","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.3378709Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\f_000001","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\f_000001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.3462398Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\f_000002","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\f_000002","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.3567726Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\GrShaderCache\\GPUCache\\index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.3633122Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_0","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.3726599Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_1","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.3755024Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_2","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.3894674Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_3","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\data_3","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.3996590Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\index","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\ShaderCache\\GPUCache\\index","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.4098534Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\local\\cache","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\local\\cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.4132908Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\local\\download_cache","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\local\\download_cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.4167174Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\local\\warnStateCache","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\local\\warnStateCache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.4207137Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\edgeSettings","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\edgeSettings","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.4304805Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\edgeSettings_2.0-2f9188b68640dbf72295f9083a21d674a314721ef06f82db281cbcb052ff8ec1","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\edgeSettings_2.0-2f9188b68640dbf72295f9083a21d674a314721ef06f82db281cbcb052ff8ec1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.4333369Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\synchronousLookupUris","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\synchronousLookupUris","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.4362487Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\synchronousLookupUris_637831709525778210","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\synchronousLookupUris_637831709525778210","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.4401948Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\topTraffic","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\topTraffic","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.4502116Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\topTraffic_637811103879324684","DestinationFile":"D:\\test\\CircleViewer.backup\\bin\\Release\\CircleViewer.exe.WebView2\\EBWebView\\SmartScreen\\remote\\topTraffic_637811103879324684","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.4795622Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\ActivityDlg.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\ActivityDlg.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.4983684Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\ActivityDlg.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\ActivityDlg.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.5151035Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\ActivityDlg.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\ActivityDlg.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.5327516Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\ActivityDlgDefault.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\ActivityDlgDefault.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.5488702Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\ActivityDlgDefault.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\ActivityDlgDefault.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.5656289Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\ActivityDlgDefault.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\ActivityDlgDefault.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.5811599Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\CreateCircleDlg.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\CreateCircleDlg.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.5972385Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\CreateCircleDlg.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\CreateCircleDlg.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.6130049Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\CreateCircleDlg.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\CreateCircleDlg.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.6274176Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\FilePropertiesDlg.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\FilePropertiesDlg.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.6444876Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\FilePropertiesDlg.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\FilePropertiesDlg.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.6606034Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\FilePropertiesDlg.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\FilePropertiesDlg.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.6769125Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\InviteMemberDlg.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\InviteMemberDlg.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.6929221Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\InviteMemberDlg.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\InviteMemberDlg.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.7105534Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\InviteMemberDlg.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\InviteMemberDlg.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.7255150Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\JoinCircleDlg.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\JoinCircleDlg.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.7409783Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\JoinCircleDlg.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\JoinCircleDlg.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.7571123Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\JoinCircleDlg.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\JoinCircleDlg.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.7703797Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\LicenseDlg.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\LicenseDlg.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.7854477Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\LicenseDlg.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\LicenseDlg.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.7996481Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\LicenseDlg.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\LicenseDlg.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.8124920Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\RevokeDeviceDlg.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\RevokeDeviceDlg.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.8332198Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\RevokeDeviceDlg.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\RevokeDeviceDlg.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.8492598Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\RevokeDeviceDlg.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\RevokeDeviceDlg.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.8638305Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\RevokeDlg.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\RevokeDlg.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.8816513Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\RevokeDlg.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\RevokeDlg.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.8973726Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\RevokeDlg.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\RevokeDlg.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.9132127Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\RevokeMemberDlg.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\RevokeMemberDlg.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.9276220Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\RevokeMemberDlg.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\RevokeMemberDlg.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.9414423Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\RevokeMemberDlg.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\RevokeMemberDlg.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.9541684Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\SecureFileDlg.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\SecureFileDlg.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.9691899Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\SecureFileDlg.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\SecureFileDlg.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.9861946Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\SecureFileDlg.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\SecureFileDlg.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:17.9984323Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\ViewMetaDlg.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\ViewMetaDlg.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.0120867Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\ViewMetaDlg.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\ViewMetaDlg.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.0265590Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Dialogs\\ViewMetaDlg.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Dialogs\\ViewMetaDlg.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.0394671Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Models\\ActivityRow.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Models\\ActivityRow.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.0511892Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Models\\CircleViewEventRecord.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Models\\CircleViewEventRecord.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.0595212Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\.AssemblyReference.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\.AssemblyReference.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.0709632Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.1222486Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\AxInterop.SHDocVw.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\AxInterop.SHDocVw.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.1704925Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\AxInterop.WMPLib.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\AxInterop.WMPLib.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.1830663Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.csproj.AssemblyReference.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.csproj.AssemblyReference.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.1843034Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.csproj.CopyComplete","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.csproj.CopyComplete","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.1912441Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.csproj.CoreCompileInputs.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.csproj.CoreCompileInputs.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.1991989Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.csproj.FileListAbsolute.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.csproj.FileListAbsolute.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2093940Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.csproj.GenerateResource.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.csproj.GenerateResource.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2120983Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.csproj.ResolveComReference.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.csproj.ResolveComReference.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2132138Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.csproj.SuggestedBindingRedirects.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.csproj.SuggestedBindingRedirects.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2200184Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Dialogs.ActivityDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Dialogs.ActivityDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2271989Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Dialogs.ActivityDlgDefault.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Dialogs.ActivityDlgDefault.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2340632Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Dialogs.CreateCircleDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Dialogs.CreateCircleDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2410966Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Dialogs.FilePropertiesDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Dialogs.FilePropertiesDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2484504Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Dialogs.InviteMemberDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Dialogs.InviteMemberDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2554234Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Dialogs.JoinCircleDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Dialogs.JoinCircleDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2623608Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Dialogs.LicenseDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Dialogs.LicenseDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2690738Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Dialogs.RevokeDeviceDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Dialogs.RevokeDeviceDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2762533Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Dialogs.RevokeDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Dialogs.RevokeDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2839471Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Dialogs.RevokeMemberDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Dialogs.RevokeMemberDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.2917672Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Dialogs.ViewMetaDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Dialogs.ViewMetaDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.3158354Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.exe","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.exe","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.3236097Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Form1.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Form1.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.3343658Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.pdb","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.pdb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.3497268Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.Properties.Resources.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.Properties.Resources.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.3589073Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\CircleViewer.SecureFileDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\CircleViewer.SecureFileDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.3675209Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\DesignTimeResolveAssemblyReferences.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\DesignTimeResolveAssemblyReferences.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.3763843Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\DesignTimeResolveAssemblyReferencesInput.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\DesignTimeResolveAssemblyReferencesInput.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.3994453Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\Interop.SHDocVw.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\Interop.SHDocVw.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.4295600Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\Interop.WMPLib.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\Interop.WMPLib.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.4321669Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\_IsIncrementalBuild","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\_IsIncrementalBuild","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.4345953Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Debug\\TempPE\\Properties.Resources.Designer.cs.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Debug\\TempPE\\Properties.Resources.Designer.cs.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.4385370Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.4933747Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\AxInterop.SHDocVw.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\AxInterop.SHDocVw.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.5388494Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\AxInterop.WMPLib.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\AxInterop.WMPLib.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.5605093Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.csproj.AssemblyReference.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.csproj.AssemblyReference.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.5623232Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.csproj.CopyComplete","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.csproj.CopyComplete","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.5695160Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.csproj.CoreCompileInputs.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.csproj.CoreCompileInputs.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.5791854Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.csproj.FileListAbsolute.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.csproj.FileListAbsolute.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.5817781Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.csproj.GenerateResource.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.csproj.GenerateResource.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.5842208Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.csproj.ResolveComReference.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.csproj.ResolveComReference.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.5854444Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.csproj.SuggestedBindingRedirects.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.csproj.SuggestedBindingRedirects.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.5932060Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.Dialogs.ActivityDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.Dialogs.ActivityDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.6000463Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.Dialogs.ActivityDlgDefault.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.Dialogs.ActivityDlgDefault.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.6070521Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.Dialogs.CreateCircleDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.Dialogs.CreateCircleDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.6148261Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.Dialogs.InviteMemberDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.Dialogs.InviteMemberDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.6208614Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.Dialogs.JoinCircleDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.Dialogs.JoinCircleDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.6236505Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.Dialogs.LicenseDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.Dialogs.LicenseDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.6299043Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.Dialogs.RevokeDeviceDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.Dialogs.RevokeDeviceDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.6378916Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.Dialogs.RevokeDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.Dialogs.RevokeDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.6446194Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.Dialogs.RevokeMemberDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.Dialogs.RevokeMemberDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.6513187Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.Dialogs.ViewMetaDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.Dialogs.ViewMetaDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.6731028Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.exe","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.exe","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.6812129Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.Form1.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.Form1.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.6911563Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.pdb","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.pdb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.7061563Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.Properties.Resources.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.Properties.Resources.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.7150052Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\CircleViewer.SecureFileDlg.resources","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\CircleViewer.SecureFileDlg.resources","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.7175810Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\DesignTimeResolveAssemblyReferences.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\DesignTimeResolveAssemblyReferences.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.7260208Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\DesignTimeResolveAssemblyReferencesInput.cache","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\DesignTimeResolveAssemblyReferencesInput.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.7509415Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\Interop.SHDocVw.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\Interop.SHDocVw.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.7815201Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\Interop.WMPLib.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\Interop.WMPLib.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.7842311Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\_IsIncrementalBuild","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\_IsIncrementalBuild","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.7864907Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\obj\\Release\\TempPE\\Properties.Resources.Designer.cs.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\obj\\Release\\TempPE\\Properties.Resources.Designer.cs.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.7955489Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.8038694Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\LICENSE.md","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\LICENSE.md","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.8188917Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\Newtonsoft.Json.13.0.1.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\Newtonsoft.Json.13.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.8262983Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\packageIcon.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\packageIcon.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.9106897Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\net20\\Newtonsoft.Json.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\net20\\Newtonsoft.Json.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:18.9291243Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\net20\\Newtonsoft.Json.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\net20\\Newtonsoft.Json.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.0139151Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\net35\\Newtonsoft.Json.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\net35\\Newtonsoft.Json.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.0306476Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\net35\\Newtonsoft.Json.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\net35\\Newtonsoft.Json.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.1225616Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\net40\\Newtonsoft.Json.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\net40\\Newtonsoft.Json.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.1401303Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\net40\\Newtonsoft.Json.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\net40\\Newtonsoft.Json.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.2337787Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\net45\\Newtonsoft.Json.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\net45\\Newtonsoft.Json.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.2529960Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\net45\\Newtonsoft.Json.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\net45\\Newtonsoft.Json.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.3410795Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\netstandard1.0\\Newtonsoft.Json.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\netstandard1.0\\Newtonsoft.Json.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.3973594Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\netstandard1.0\\Newtonsoft.Json.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\netstandard1.0\\Newtonsoft.Json.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.4863507Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\netstandard1.3\\Newtonsoft.Json.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\netstandard1.3\\Newtonsoft.Json.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.5438444Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\netstandard1.3\\Newtonsoft.Json.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\netstandard1.3\\Newtonsoft.Json.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.6334724Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\netstandard2.0\\Newtonsoft.Json.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\netstandard2.0\\Newtonsoft.Json.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.6545149Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Newtonsoft.Json.13.0.1\\lib\\netstandard2.0\\Newtonsoft.Json.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Newtonsoft.Json.13.0.1\\lib\\netstandard2.0\\Newtonsoft.Json.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.6628952Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.6754389Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\readme.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\readme.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.6982329Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\RestSharp.105.0.0.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\RestSharp.105.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.7905186Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\lib\\net35\\RestSharp.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\lib\\net35\\RestSharp.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.8023318Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\lib\\net35\\RestSharp.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\lib\\net35\\RestSharp.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.8916356Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\lib\\net35-client\\RestSharp.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\lib\\net35-client\\RestSharp.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.9032202Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\lib\\net35-client\\RestSharp.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\lib\\net35-client\\RestSharp.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:19.9901048Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\lib\\net4\\RestSharp.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\lib\\net4\\RestSharp.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.0021810Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\lib\\net4\\RestSharp.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\lib\\net4\\RestSharp.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.0911678Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\lib\\net4-client\\RestSharp.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\lib\\net4-client\\RestSharp.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.1026146Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\lib\\net4-client\\RestSharp.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\lib\\net4-client\\RestSharp.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.1870873Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\lib\\sl4\\RestSharp.Silverlight.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\lib\\sl4\\RestSharp.Silverlight.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.1982844Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\lib\\sl4\\RestSharp.Silverlight.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\lib\\sl4\\RestSharp.Silverlight.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.2860188Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\lib\\sl4-wp71\\RestSharp.WindowsPhone.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\lib\\sl4-wp71\\RestSharp.WindowsPhone.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.2980204Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\RestSharp.105.0.0\\lib\\sl4-wp71\\RestSharp.WindowsPhone.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\RestSharp.105.0.0\\lib\\sl4-wp71\\RestSharp.WindowsPhone.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.3058606Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.3140394Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.3274393Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\Syncfusion.Compression.Base.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\Syncfusion.Compression.Base.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.3340640Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.4426375Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net20\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net20\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.4608349Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net20\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net20\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.5455167Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net35\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net35\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.5621840Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net35\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net35\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.6456967Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net40\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net40\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.6626892Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net40\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net40\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.7492102Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net45\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net45\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.7668452Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net45\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net45\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.8509732Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net451\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net451\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.8681775Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net451\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net451\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.9510986Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net46\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net46\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:20.9686343Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net46\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net46\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.0248696Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net5.0\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net5.0\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.0514587Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net5.0\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\net5.0\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.1107330Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.1320384Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.1415672Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.1444311Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.1582168Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\Syncfusion.Compression.Base.19.4.0.56.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\Syncfusion.Compression.Base.19.4.0.56.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.1611661Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.2697244Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net20\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net20\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.2867049Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net20\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net20\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.3797166Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net35\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net35\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.3967695Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net35\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net35\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.4818778Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net40\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net40\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.4992323Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net40\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net40\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.5939231Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net45\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net45\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.6146022Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net45\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net45\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.6968524Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net451\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net451\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.7138881Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net451\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net451\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.7968935Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net46\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net46\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.8137545Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net46\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net46\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.8730623Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net5.0\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net5.0\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.8946181Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net5.0\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\net5.0\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.9494623Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Compression.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Compression.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.9660138Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Compression.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Compression.Base.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Compression.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.9760257Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.9789117Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:21.9896461Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\README.md","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\README.md","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.0043966Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\Syncfusion.Core.WinForms.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\Syncfusion.Core.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.0074275Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.0951358Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.Core.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.Core.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.1130458Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.Core.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.Core.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.2002481Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.Core.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.Core.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.2183886Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.Core.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.Core.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.3099369Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.Core.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.Core.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.3278541Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.Core.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.Core.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.4196388Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.Core.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.Core.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.4390780Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.Core.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.Core.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.5314163Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Core.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Core.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.5481385Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Core.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Core.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.6381265Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Core.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Core.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.6559896Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Core.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Core.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.6648139Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Core.WinForms.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.6728143Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.6753884Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.6884672Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\Syncfusion.Data.WinForms.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\Syncfusion.Data.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.6909046Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.7740060Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.Data.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.Data.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.7921159Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.Data.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.Data.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.8857921Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.Data.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.Data.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.9041278Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.Data.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.Data.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:22.9840861Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.Data.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.Data.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.0017770Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.Data.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.Data.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.0872300Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.Data.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.Data.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.1056007Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.Data.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.Data.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.2231282Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Data.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Data.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.2416574Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Data.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Data.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.3536744Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Data.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Data.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.3710577Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Data.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Data.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Data.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.3788748Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.3817717Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.3946084Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\Syncfusion.DataSource.WinForms.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\Syncfusion.DataSource.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.3974312Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.5355117Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.DataSource.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.DataSource.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.5520306Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.DataSource.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.DataSource.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.6715460Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.DataSource.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.DataSource.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.6845065Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.DataSource.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.DataSource.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.8259877Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.DataSource.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.DataSource.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.8388510Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.DataSource.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.DataSource.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.9665324Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.DataSource.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.DataSource.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:23.9800759Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.DataSource.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.DataSource.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.0514178Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.DataSource.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.DataSource.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.0648336Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.DataSource.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.DataSource.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.1453530Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.DataSource.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.DataSource.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.1600109Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.DataSource.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.DataSource.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.DataSource.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.1688706Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.1717901Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.1746813Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\README.md","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\README.md","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.2059583Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\Syncfusion.Grid.Windows.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\Syncfusion.Grid.Windows.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.2091047Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.3452311Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net20\\Syncfusion.Grid.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net20\\Syncfusion.Grid.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.5585859Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net20\\Syncfusion.Grid.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net20\\Syncfusion.Grid.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.7010925Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net35\\Syncfusion.Grid.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net35\\Syncfusion.Grid.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:24.9293161Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net35\\Syncfusion.Grid.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net35\\Syncfusion.Grid.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:25.0688193Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net40\\Syncfusion.Grid.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net40\\Syncfusion.Grid.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:25.2907424Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net40\\Syncfusion.Grid.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net40\\Syncfusion.Grid.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:25.4304660Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net45\\Syncfusion.Grid.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net45\\Syncfusion.Grid.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:25.6484362Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net45\\Syncfusion.Grid.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net45\\Syncfusion.Grid.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:25.7986780Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net451\\Syncfusion.Grid.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net451\\Syncfusion.Grid.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:26.0191022Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net451\\Syncfusion.Grid.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net451\\Syncfusion.Grid.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:26.1473995Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net46\\Syncfusion.Grid.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net46\\Syncfusion.Grid.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:26.3680475Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net46\\Syncfusion.Grid.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net46\\Syncfusion.Grid.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:26.5096876Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Grid.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Grid.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:26.7283633Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Grid.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Grid.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:26.8668846Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Grid.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Grid.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.0819576Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Grid.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Grid.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.0857061Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Grid.Windows.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.0937805Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.0963934Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.1097357Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\Syncfusion.GridCommon.WinForms.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\Syncfusion.GridCommon.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.1122289Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.1580545Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.GridCommon.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.GridCommon.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.1727326Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.GridCommon.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.GridCommon.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.2200433Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.GridCommon.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.GridCommon.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.2355508Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.GridCommon.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.GridCommon.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.2803321Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.GridCommon.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.GridCommon.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.2959364Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.GridCommon.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.GridCommon.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.3379526Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.GridCommon.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.GridCommon.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.3533188Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.GridCommon.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.GridCommon.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.4339417Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.GridCommon.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.GridCommon.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.4503383Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.GridCommon.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.GridCommon.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.5202830Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.GridCommon.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.GridCommon.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.5354077Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.GridCommon.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.GridCommon.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.GridCommon.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.5436829Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.5463055Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.5594506Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\Syncfusion.Licensing.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\Syncfusion.Licensing.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.5620764Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.6691649Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\MonoAndroid10.0\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\MonoAndroid10.0\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.7727028Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\MonoAndroid90\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\MonoAndroid90\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:27.9129896Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net20\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net20\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:28.0526238Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net35\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net35\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:28.2135581Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net40\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net40\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:28.3727254Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net45\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net45\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:28.5242623Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net451\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net451\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:28.6536836Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net46\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net46\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:28.7521621Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net5.0\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net5.0\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:28.8507007Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net5.0-windows10.0\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\net5.0-windows10.0\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:28.9513068Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.0653710Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\netstandard1.0\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\netstandard1.0\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.1683299Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\netstandard1.2\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\netstandard1.2\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.2661966Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\netstandard1.4\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\netstandard1.4\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.3840048Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\netstandard2.0\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\netstandard2.0\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.4797100Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\portable-win+net45+wp80+win81+wpa81\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\portable-win+net45+wp80+win81+wpa81\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.5803870Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\uap10.0\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\uap10.0\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.6812319Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\Xamarin.iOS10\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\Xamarin.iOS10\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.7771142Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\Xamarin.Mac\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.38\\lib\\Xamarin.Mac\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.7860334Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.7887036Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.8048323Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\Syncfusion.Licensing.19.4.0.56.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\Syncfusion.Licensing.19.4.0.56.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.8078046Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:29.9073941Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\MonoAndroid10.0\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\MonoAndroid10.0\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:30.0079481Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\MonoAndroid90\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\MonoAndroid90\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:30.1363086Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net20\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net20\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:30.2670235Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net35\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net35\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:30.4132654Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net40\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net40\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:30.5551477Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net45\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net45\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:30.7098522Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net451\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net451\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:30.8508035Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net46\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net46\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:30.9530290Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net5.0\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net5.0\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:31.0559564Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net5.0-windows10.0\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\net5.0-windows10.0\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:31.1679554Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:31.2729150Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\netstandard1.0\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\netstandard1.0\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:31.4047419Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\netstandard1.2\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\netstandard1.2\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:31.5073321Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\netstandard1.4\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\netstandard1.4\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:31.6092125Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\netstandard2.0\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\netstandard2.0\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:31.7265754Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\portable-win+net45+wp80+win81+wpa81\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\portable-win+net45+wp80+win81+wpa81\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:31.8257945Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\uap10.0\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\uap10.0\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:31.9308273Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\Xamarin.iOS10\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\Xamarin.iOS10\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:32.0340997Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\Xamarin.Mac\\Syncfusion.Licensing.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Licensing.19.4.0.56\\lib\\Xamarin.Mac\\Syncfusion.Licensing.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:32.0423709Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:32.0456748Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:32.0552207Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\README.md","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\README.md","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:32.1261827Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\Syncfusion.Pdf.WinForms.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\Syncfusion.Pdf.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:32.1290985Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:32.8281729Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net20\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net20\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:32.9925858Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net20\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net20\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:33.7629513Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net35\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net35\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:33.9264627Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net35\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net35\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:34.5909572Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:34.7591844Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:35.5074410Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:35.6739644Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:36.4492588Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:36.6127887Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:37.3718226Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:37.5370773Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:38.0456777Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:38.2145601Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:38.6922953Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:38.8595188Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:38.8683391Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:38.8711017Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:38.8819931Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\README.md","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\README.md","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:38.9524074Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\Syncfusion.Pdf.WinForms.19.4.0.56.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\Syncfusion.Pdf.WinForms.19.4.0.56.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:38.9562908Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:39.7121377Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net20\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net20\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:39.8742710Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net20\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net20\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:40.5195958Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net35\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net35\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:40.6838206Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net35\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net35\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:41.3379058Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net40\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net40\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:41.5098707Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net40\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net40\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:42.3087279Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net45\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net45\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:42.4705565Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net45\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net45\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:43.2277002Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net451\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net451\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:43.3926410Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net451\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net451\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:44.1905443Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net46\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net46\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:44.3570265Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net46\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net46\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:44.8253310Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net5.0-windows7.0\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net5.0-windows7.0\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:44.9850391Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net5.0-windows7.0\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\net5.0-windows7.0\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:45.4605919Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Pdf.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Pdf.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:45.6246672Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Pdf.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Pdf.WinForms.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Pdf.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:45.6327845Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:45.6354168Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:45.6472107Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\README.md","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\README.md","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:45.7528872Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\Syncfusion.PdfViewer.Windows.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\Syncfusion.PdfViewer.Windows.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:45.7561069Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:46.2484137Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net20\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net20\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:46.3004605Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net20\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net20\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:46.9885172Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net35\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net35\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:47.0464995Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net35\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net35\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:47.6539192Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net40\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net40\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:47.7121087Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net40\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net40\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:48.3263910Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net45\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net45\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:48.3855997Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net45\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net45\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:49.0081816Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net451\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net451\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:49.0633842Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net451\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net451\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:49.6916745Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net46\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net46\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:49.7475799Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net46\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net46\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:50.0354796Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:50.0609954Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:50.3571582Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:50.3828479Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:50.3915909Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:50.3992065Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:50.4018749Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:50.4045410Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\README.md","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\README.md","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:50.4986001Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\Syncfusion.PdfViewer.Windows.19.4.0.56.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\Syncfusion.PdfViewer.Windows.19.4.0.56.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:50.5018439Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:51.0758781Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net20\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net20\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:51.1325134Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net20\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net20\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:51.7494288Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net35\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net35\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:51.8067472Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net35\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net35\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:52.5085210Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net40\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net40\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:52.5735825Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net40\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net40\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:53.2139246Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net45\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net45\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:53.2758692Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net45\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net45\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:53.8725200Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net451\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net451\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:53.9309688Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net451\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net451\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:54.6693752Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net46\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net46\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:54.7251047Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net46\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net46\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.0172675Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net5.0-windows7.0\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net5.0-windows7.0\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.0424906Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net5.0-windows7.0\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\net5.0-windows7.0\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.3659833Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.PdfViewer.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.PdfViewer.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.3906408Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.PdfViewer.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.PdfViewer.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.3942892Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\tools\\VisualStudioToolsManifest.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.PdfViewer.Windows.19.4.0.56\\tools\\VisualStudioToolsManifest.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.4017556Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.4052420Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.4155510Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\README.md","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\README.md","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.4347615Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\Syncfusion.SfDataGrid.WinForms.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\Syncfusion.SfDataGrid.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.4390588Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.5655041Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.SfDataGrid.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.SfDataGrid.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.6105805Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.SfDataGrid.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.SfDataGrid.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.7703004Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.SfDataGrid.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.SfDataGrid.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.8188393Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.SfDataGrid.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.SfDataGrid.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.9441783Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.SfDataGrid.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.SfDataGrid.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:55.9888667Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.SfDataGrid.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.SfDataGrid.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.1158324Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.SfDataGrid.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.SfDataGrid.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.1610167Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.SfDataGrid.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.SfDataGrid.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.3262378Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.SfDataGrid.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.SfDataGrid.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.3713578Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.SfDataGrid.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.SfDataGrid.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.5312033Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.SfDataGrid.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.SfDataGrid.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.5771896Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.SfDataGrid.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.SfDataGrid.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.5809048Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfDataGrid.WinForms.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.5887337Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.5913351Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.6009125Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\README.md","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\README.md","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.6153321Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\Syncfusion.SfInput.WinForms.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\Syncfusion.SfInput.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.6181905Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.9382907Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.SfInput.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.SfInput.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:56.9702131Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.SfInput.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.SfInput.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:57.3005620Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.SfInput.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.SfInput.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:57.3390047Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.SfInput.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.SfInput.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:57.6766846Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.SfInput.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.SfInput.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:57.7097334Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.SfInput.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.SfInput.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:58.0648645Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.SfInput.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.SfInput.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:58.0992812Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.SfInput.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.SfInput.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:58.4352199Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.SfInput.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.SfInput.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:58.4679959Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.SfInput.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.SfInput.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:58.8317623Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.SfInput.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.SfInput.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:58.8694568Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.SfInput.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.SfInput.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:58.8781474Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfInput.WinForms.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:58.8858171Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:58.8883918Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:58.8988970Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\README.md","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\README.md","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:58.9116103Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\Syncfusion.SfListView.WinForms.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\Syncfusion.SfListView.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:58.9147045Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.0682983Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.SfListView.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.SfListView.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.0847115Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.SfListView.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net40\\Syncfusion.SfListView.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.2443495Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.SfListView.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.SfListView.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.2604347Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.SfListView.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net45\\Syncfusion.SfListView.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.4221993Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.SfListView.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.SfListView.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.4382843Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.SfListView.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net451\\Syncfusion.SfListView.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.5894673Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.SfListView.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.SfListView.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.6065484Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.SfListView.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net46\\Syncfusion.SfListView.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.7607679Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.SfListView.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.SfListView.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.7776530Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.SfListView.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.SfListView.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.9276344Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.SfListView.WinForms.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.SfListView.WinForms.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.9445836Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.SfListView.WinForms.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.SfListView.WinForms.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.9482939Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.SfListView.WinForms.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.9558506Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.9584646Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:40:59.9682229Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\README.md","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\README.md","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:00.0118031Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\Syncfusion.Shared.Base.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\Syncfusion.Shared.Base.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:00.0153991Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:00.1537159Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net20\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net20\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:00.3442481Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net20\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net20\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:00.4818073Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net35\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net35\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:00.6792117Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net35\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net35\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:00.8209754Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net40\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net40\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:01.0284778Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net40\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net40\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:01.1883643Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net45\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net45\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:01.4054326Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net45\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net45\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:01.5441061Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net451\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net451\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:01.7536306Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net451\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net451\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:01.9012037Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net46\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net46\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:02.1095046Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net46\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net46\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:02.4151986Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:02.6229953Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:02.8974717Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:03.1004797Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:03.1045604Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.38\\tools\\VisualStudioToolsManifest.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:03.1132732Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:03.1160909Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:03.1259851Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\README.md","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\README.md","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:03.1711545Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\Syncfusion.Shared.Base.19.4.0.56.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\Syncfusion.Shared.Base.19.4.0.56.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:03.1745694Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:03.3225193Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net20\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net20\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:03.5356594Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net20\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net20\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:03.6708059Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net35\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net35\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:03.8718814Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net35\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net35\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:04.0218539Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net40\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net40\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:04.2427520Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net40\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net40\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:04.4060861Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net45\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net45\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:04.6204794Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net45\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net45\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:04.7663033Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net451\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net451\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:04.9866324Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net451\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net451\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:05.1367349Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net46\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net46\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:05.3502960Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net46\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net46\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:05.6433677Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net5.0-windows7.0\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net5.0-windows7.0\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:05.8551062Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net5.0-windows7.0\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\net5.0-windows7.0\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.1375282Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Shared.Base.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Shared.Base.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.3442656Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Shared.Base.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\lib\\netcoreapp3.1\\Syncfusion.Shared.Base.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.3551833Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Base.19.4.0.56\\tools\\VisualStudioToolsManifest.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Base.19.4.0.56\\tools\\VisualStudioToolsManifest.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.3642928Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.3673293Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\LICENSE.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\LICENSE.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.3798501Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\Syncfusion.Shared.Windows.19.4.0.38.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\Syncfusion.Shared.Windows.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.3828701Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\syncfusion_logo.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\syncfusion_logo.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.4480905Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net20\\Syncfusion.Shared.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net20\\Syncfusion.Shared.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.4615283Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net20\\Syncfusion.Shared.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net20\\Syncfusion.Shared.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.5161450Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net35\\Syncfusion.Shared.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net35\\Syncfusion.Shared.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.5297488Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net35\\Syncfusion.Shared.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net35\\Syncfusion.Shared.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.5916603Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net40\\Syncfusion.Shared.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net40\\Syncfusion.Shared.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.6060833Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net40\\Syncfusion.Shared.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net40\\Syncfusion.Shared.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.6630184Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net45\\Syncfusion.Shared.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net45\\Syncfusion.Shared.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.6764606Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net45\\Syncfusion.Shared.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net45\\Syncfusion.Shared.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.7333503Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net451\\Syncfusion.Shared.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net451\\Syncfusion.Shared.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.7470653Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net451\\Syncfusion.Shared.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net451\\Syncfusion.Shared.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.8099733Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net46\\Syncfusion.Shared.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net46\\Syncfusion.Shared.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.8241704Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net46\\Syncfusion.Shared.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net46\\Syncfusion.Shared.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.8841601Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Shared.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Shared.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.8975191Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Shared.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\net5.0-windows7.0\\Syncfusion.Shared.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.9584330Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Shared.Windows.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Shared.Windows.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.9720049Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Shared.Windows.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\Syncfusion.Shared.Windows.19.4.0.38\\lib\\netcoreapp3.1\\Syncfusion.Shared.Windows.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.9797195Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:06.9963844Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\Icon.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\Icon.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.0167978Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\LICENSE.TXT","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\LICENSE.TXT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.0306561Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\System.CodeDom.7.0.0.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\System.CodeDom.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.0417403Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\THIRD-PARTY-NOTICES.TXT","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\THIRD-PARTY-NOTICES.TXT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.0438303Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\useSharedDesignerContext.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\useSharedDesignerContext.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.0484581Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\buildTransitive\\net461\\System.CodeDom.targets","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\buildTransitive\\net461\\System.CodeDom.targets","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.0505523Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\buildTransitive\\net462\\_._","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\buildTransitive\\net462\\_._","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.0525762Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\buildTransitive\\net6.0\\_._","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\buildTransitive\\net6.0\\_._","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.0557939Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\buildTransitive\\netcoreapp2.0\\System.CodeDom.targets","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\buildTransitive\\netcoreapp2.0\\System.CodeDom.targets","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.0939969Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\lib\\net462\\System.CodeDom.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\lib\\net462\\System.CodeDom.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.1039814Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\lib\\net462\\System.CodeDom.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\lib\\net462\\System.CodeDom.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.1862328Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\lib\\net6.0\\System.CodeDom.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\lib\\net6.0\\System.CodeDom.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.1963487Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\lib\\net6.0\\System.CodeDom.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\lib\\net6.0\\System.CodeDom.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.2858374Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\lib\\net7.0\\System.CodeDom.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\lib\\net7.0\\System.CodeDom.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.2961101Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\lib\\net7.0\\System.CodeDom.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\lib\\net7.0\\System.CodeDom.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.3760651Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\lib\\netstandard2.0\\System.CodeDom.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\lib\\netstandard2.0\\System.CodeDom.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.3852996Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.CodeDom.7.0.0\\lib\\netstandard2.0\\System.CodeDom.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.CodeDom.7.0.0\\lib\\netstandard2.0\\System.CodeDom.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.3930314Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\.signature.p7s","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\.signature.p7s","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.3955207Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\Icon.png","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\Icon.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.3981828Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\LICENSE.TXT","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\LICENSE.TXT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.4149708Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\System.Management.7.0.1.nupkg","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\System.Management.7.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.4253673Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\THIRD-PARTY-NOTICES.TXT","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\THIRD-PARTY-NOTICES.TXT","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.4271352Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\useSharedDesignerContext.txt","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\useSharedDesignerContext.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.4304557Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\buildTransitive\\net6.0\\_._","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\buildTransitive\\net6.0\\_._","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.4344052Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\buildTransitive\\netcoreapp2.0\\System.Management.targets","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\buildTransitive\\netcoreapp2.0\\System.Management.targets","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.4376137Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\lib\\net462\\_._","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\lib\\net462\\_._","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.5080142Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\lib\\net6.0\\System.Management.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\lib\\net6.0\\System.Management.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.5245889Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\lib\\net6.0\\System.Management.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\lib\\net6.0\\System.Management.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.5923110Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\lib\\net7.0\\System.Management.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\lib\\net7.0\\System.Management.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.6094705Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\lib\\net7.0\\System.Management.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\lib\\net7.0\\System.Management.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.6770284Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\lib\\netstandard2.0\\System.Management.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\lib\\netstandard2.0\\System.Management.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.6960050Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\lib\\netstandard2.0\\System.Management.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\lib\\netstandard2.0\\System.Management.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.8230473Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\runtimes\\win\\lib\\net6.0\\System.Management.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\runtimes\\win\\lib\\net6.0\\System.Management.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.8408181Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\runtimes\\win\\lib\\net6.0\\System.Management.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\runtimes\\win\\lib\\net6.0\\System.Management.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.9785135Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\runtimes\\win\\lib\\net7.0\\System.Management.dll","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\runtimes\\win\\lib\\net7.0\\System.Management.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:07.9954015Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\packages\\System.Management.7.0.1\\runtimes\\win\\lib\\net7.0\\System.Management.xml","DestinationFile":"D:\\test\\CircleViewer.backup\\packages\\System.Management.7.0.1\\runtimes\\win\\lib\\net7.0\\System.Management.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:08.0119496Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Properties\\AssemblyInfo.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Properties\\AssemblyInfo.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:08.0275578Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Properties\\Resources.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Properties\\Resources.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:08.0403629Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Properties\\Resources.resx","DestinationFile":"D:\\test\\CircleViewer.backup\\Properties\\Resources.resx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:08.0545542Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Properties\\Settings.Designer.cs","DestinationFile":"D:\\test\\CircleViewer.backup\\Properties\\Settings.Designer.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:08.0650181Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Properties\\Settings.settings","DestinationFile":"D:\\test\\CircleViewer.backup\\Properties\\Settings.settings","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:08.0692529Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Resources\\blue circle.gif","DestinationFile":"D:\\test\\CircleViewer.backup\\Resources\\blue circle.gif","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:08.0720204Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Resources\\C Loader V2_small.gif","DestinationFile":"D:\\test\\CircleViewer.backup\\Resources\\C Loader V2_small.gif","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:08.0765960Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Resources\\Circle.gif","DestinationFile":"D:\\test\\CircleViewer.backup\\Resources\\Circle.gif","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:08.0841254Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Resources\\Gear.png","DestinationFile":"D:\\test\\CircleViewer.backup\\Resources\\Gear.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:08.0914675Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\test\\CircleViewer\\Resources\\white circle.gif","DestinationFile":"D:\\test\\CircleViewer.backup\\Resources\\white circle.gif","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:08.0963812Z","@mt":"Project backed up to D:\\test\\CircleViewer.backup","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:41:08.1008388Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2023-05-06T03:43:54.2982661Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:43:54.3035632Z","@mt":"Project {ProjectPath} not yet converted","@l":"Debug","ProjectPath":"D:\\test\\CircleViewer\\CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertRunner"} -{"@t":"2023-05-06T03:43:54.3183248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3185280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\afa575fd-5952-4657-8037-13ea3dbed7b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3207936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\afa575fd-5952-4657-8037-13ea3dbed7b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3213103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3213941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3226770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3227494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3371927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3373393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\844d0cb7-14c8-488b-b876-f2340a3a890f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3390021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\844d0cb7-14c8-488b-b876-f2340a3a890f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3393781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3394505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3404268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3404824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3436995Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:43:54.3437685Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:43:54.3610547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3611681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\576f9c4d-4a58-4bb2-82b4-8332ebe03d02\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3627143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\576f9c4d-4a58-4bb2-82b4-8332ebe03d02\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3630545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3631167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3640194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3640648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3764637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3766042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c70d39f-c9eb-4617-98a0-ee331b1f9397\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3782602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c70d39f-c9eb-4617-98a0-ee331b1f9397\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3786004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3786656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3795840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3796316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3921668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3923004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\342813ef-0332-438c-a64f-b0d35ac7667e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3940926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\342813ef-0332-438c-a64f-b0d35ac7667e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3944353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3945069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3953955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.3954443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4072747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4073882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc60008e-2f31-4b0b-85c4-77d0c851c495\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4090096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc60008e-2f31-4b0b-85c4-77d0c851c495\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4093412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4094052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4102620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4103079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4361042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4362188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46b53e6d-4dee-4657-8403-44eb03768ce5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4377662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46b53e6d-4dee-4657-8403-44eb03768ce5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4381042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4381682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4389987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4390463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4508824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4510075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2100b134-7460-4d18-89d1-4cbfe8f0a99b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4544238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2100b134-7460-4d18-89d1-4cbfe8f0a99b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4547810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4548541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4557458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4557915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4694831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4696332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82c5b811-8391-4031-8cc0-c53bb41bcc6e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4712418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82c5b811-8391-4031-8cc0-c53bb41bcc6e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4715806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4716443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4725549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4726013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4847184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4848318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09a795f2-e593-4ca3-8787-1fde557e2e46\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4863883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09a795f2-e593-4ca3-8787-1fde557e2e46\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4867165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4867779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4876344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.4876826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5013477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5015104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95f46b32-c5a9-4727-b746-82b5595aa281\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5030359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95f46b32-c5a9-4727-b746-82b5595aa281\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5033561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5034173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5042469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5042923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5163207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5164368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ff080be-c629-489c-a0ce-e8a02b42a74d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5179908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ff080be-c629-489c-a0ce-e8a02b42a74d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5183182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5183811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5192147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5192608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5335886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5337314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14bb75d7-7e92-421d-9cc4-df4e9a99a545\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5353918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14bb75d7-7e92-421d-9cc4-df4e9a99a545\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5359658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5360643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5372854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5373676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5519316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5520545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\736a4e2b-fbea-45fc-a650-1b0728329510\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5536261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\736a4e2b-fbea-45fc-a650-1b0728329510\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5539672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5540320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5549657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5550136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5688673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5690080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4096cd48-7cd7-460f-8bb4-df0195a61aae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5706386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4096cd48-7cd7-460f-8bb4-df0195a61aae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5709791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5710418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5719594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5720031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5836802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5838156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c901275-83e9-46d3-af2e-9925ad0f278f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5853812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c901275-83e9-46d3-af2e-9925ad0f278f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5857238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5857845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5866577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5867022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5995341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.5996366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8752f7af-da96-4309-a107-6e5cb1d67231\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6011506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8752f7af-da96-4309-a107-6e5cb1d67231\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6014707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6015280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6024018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6024485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6136684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6137861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37181369-e2a4-4dbf-a484-b58b276d76f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6154076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37181369-e2a4-4dbf-a484-b58b276d76f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6157219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6157762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6166648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6167089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6287398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6288320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6783690-7e2f-4fc7-a6d6-5d8d451a496e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6303615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6783690-7e2f-4fc7-a6d6-5d8d451a496e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6306864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6307427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6316109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6316556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6426688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6427510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8bc5ca85-f991-42ac-b71d-ba9feee127df\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6445091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8bc5ca85-f991-42ac-b71d-ba9feee127df\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6448859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6449417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6458002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6458446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6578221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6579021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3d43810-dda8-4446-96bf-b00e5e13629a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6596098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3d43810-dda8-4446-96bf-b00e5e13629a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6600064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6600688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6609588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6610044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6721523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6722282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ed3bc4a-6334-4bef-8f6b-a411a4b31d48\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6738504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ed3bc4a-6334-4bef-8f6b-a411a4b31d48\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6742145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6742635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6752516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6753484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6874258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6875017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d9431f5-0db8-40b7-b422-c69efe0bae91\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6889902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d9431f5-0db8-40b7-b422-c69efe0bae91\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6893041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6893523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6902325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.6902771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7014563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7015316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5265fec-8ba7-4eac-b7f1-7358a2e686d4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7030842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5265fec-8ba7-4eac-b7f1-7358a2e686d4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7034095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7034617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7043058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7043501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7166228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7167017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d6a296e2-c4d2-4691-98dc-730e570e844b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7181476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d6a296e2-c4d2-4691-98dc-730e570e844b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7184636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7185157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7194869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7195324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7307808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7308563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8772507b-6a9d-40d7-be9c-e64588bb0991\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7323431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8772507b-6a9d-40d7-be9c-e64588bb0991\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7326774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7327295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7335798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.7336223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9269087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9270555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\362a8b80-d761-46ee-9adc-825aca77f6e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9286881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\362a8b80-d761-46ee-9adc-825aca77f6e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9290073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9290948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9300236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9300683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9427766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9428611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f60dbee2-22cd-4609-83f9-d9b76a7a5596\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9460957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f60dbee2-22cd-4609-83f9-d9b76a7a5596\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9464626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9465238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9475245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9475711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9607028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9608350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59bf4702-bf7c-449f-852a-3d06c750fd51\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9624048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59bf4702-bf7c-449f-852a-3d06c750fd51\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9627255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9627860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9636851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9637357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9758587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9759748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\816d61ee-bef1-4e34-aa2c-a7a6d6d3c8c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9775744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\816d61ee-bef1-4e34-aa2c-a7a6d6d3c8c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9779134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9779826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9789972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9790526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9930538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9931432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6ffa4bd-e5f4-4812-a28c-eac3ec0d90f4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9947093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6ffa4bd-e5f4-4812-a28c-eac3ec0d90f4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9950338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9950878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9959308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:54.9959746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0074313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0075487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\123373cb-da38-4723-a417-a4badf906af1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0092107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\123373cb-da38-4723-a417-a4badf906af1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0095653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0096293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0104405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0104836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0232620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0233817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b816a892-89ec-4af5-8354-f43942dc849b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0249604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b816a892-89ec-4af5-8354-f43942dc849b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0253317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0254049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0263070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0263567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0385189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0386261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\337bd2a5-4164-4281-ab92-02f5656b65b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0401765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\337bd2a5-4164-4281-ab92-02f5656b65b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0405103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0405799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0414601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0415047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0539818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0540696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eec57e3f-7f73-4650-8e64-ce18b3d86434\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0556374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eec57e3f-7f73-4650-8e64-ce18b3d86434\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0559494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0560075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0568684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0569122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0680242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0681041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb5572dc-eaa9-473b-825b-b131f8649f7e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0695578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb5572dc-eaa9-473b-825b-b131f8649f7e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0698778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0699273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0708191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0708637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0829832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0830611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89bd621e-ba91-453f-a5d6-70ceb6542b5f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0845771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89bd621e-ba91-453f-a5d6-70ceb6542b5f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0848962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0849524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0858075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0858491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0971488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0972253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\444e14f5-a7bc-4c8e-9b39-195572468bf0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0986663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\444e14f5-a7bc-4c8e-9b39-195572468bf0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0989722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0990212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0998338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.0998737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1116468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1117291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\edbacec8-5ba9-4f0a-8ede-48fca5011a5c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1131945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\edbacec8-5ba9-4f0a-8ede-48fca5011a5c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1135037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1135564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1144855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1145324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1255782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1256599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4957c5b-9232-4c83-b4b5-a989998787d6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1271970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4957c5b-9232-4c83-b4b5-a989998787d6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1274981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1275492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1283641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1284058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1403089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1404149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef42fb5a-9d9e-457a-9a7c-652451655650\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1420243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef42fb5a-9d9e-457a-9a7c-652451655650\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1424089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1424640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1433242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1433669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1544271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1545028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dbb36258-060a-45d3-9e29-c2278303f911\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1559702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dbb36258-060a-45d3-9e29-c2278303f911\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1562744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1563234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1570674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1571080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1699138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1700060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01060f2b-acd2-4525-9dfa-56575c13b912\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1716976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01060f2b-acd2-4525-9dfa-56575c13b912\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1720271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1720889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1729074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1729544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1848097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1849953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f320dda-28c8-4ecb-9402-cb74b93cb7f2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1866727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f320dda-28c8-4ecb-9402-cb74b93cb7f2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1870448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1871137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1880555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.1881102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2009573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2010641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50255274-c991-4d1c-85df-45f52b8547fa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2026451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50255274-c991-4d1c-85df-45f52b8547fa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2029552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2030150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2039602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2040097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2147723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2148503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f977d519-956d-447d-a4d8-d68474f7fefc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2166722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f977d519-956d-447d-a4d8-d68474f7fefc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2169985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2170488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2178698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2179110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2297249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2298011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78a64a70-18d3-4c86-a360-a3b2874d8d08\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2314620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78a64a70-18d3-4c86-a360-a3b2874d8d08\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2318682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2319214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2327320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2327750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2438067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2438824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e470db2-b82c-492d-be7d-97d109a3f49d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2454661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e470db2-b82c-492d-be7d-97d109a3f49d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2457861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2458513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2468679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2469160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2609507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2610448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5eadd79-c1d6-4f2b-ab7c-dcb5030658d3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2626520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5eadd79-c1d6-4f2b-ab7c-dcb5030658d3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2629710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2630474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2639448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2639900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2747884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2748673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea87f84a-3838-48fa-8ebc-97e814911556\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2763651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea87f84a-3838-48fa-8ebc-97e814911556\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2766786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2767306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2776779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2777246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2892675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2893600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b585444a-d39b-4fab-b24c-8d4a6b977896\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2908236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b585444a-d39b-4fab-b24c-8d4a6b977896\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2911193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2911685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2919258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.2919691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3031902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3032660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f184a5a4-4bf9-4552-b9de-20bd3f221ea0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3048146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f184a5a4-4bf9-4552-b9de-20bd3f221ea0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3051142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3051636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3059623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3060030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3184481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3185332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18dc914b-7a9a-4fe5-ab58-ec9ced76b912\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3200742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18dc914b-7a9a-4fe5-ab58-ec9ced76b912\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3203738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3204300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3212609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3213050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3325015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3325805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2bb1ce40-a4ce-4282-8a43-67ff6b0705d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3340715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2bb1ce40-a4ce-4282-8a43-67ff6b0705d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3343998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3344494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3352899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3353367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3473059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3473869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17fa6d76-300f-46d6-b3e7-70b9a37f4a7a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3488458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17fa6d76-300f-46d6-b3e7-70b9a37f4a7a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3491526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3492060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3500853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3501285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3608911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3609626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0edbe014-7be2-4bd1-ba1a-18d8ff7ac262\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3624257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0edbe014-7be2-4bd1-ba1a-18d8ff7ac262\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3627182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3627658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3635706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3636154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3756077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3757107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0edd1adc-f2d7-4394-82ed-c3e447ce7d53\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3772341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0edd1adc-f2d7-4394-82ed-c3e447ce7d53\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3775308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3775818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3784415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3784866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3891991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3892860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebefb116-d2e6-4051-b8e9-68fd5356dd7c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3909323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebefb116-d2e6-4051-b8e9-68fd5356dd7c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3912472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3913033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3921910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.3922397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4049528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4050697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7eb9facc-9a54-4a74-ae70-c90293c8bc98\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4068219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7eb9facc-9a54-4a74-ae70-c90293c8bc98\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4071567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4072229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4080675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4081125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4197854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4199034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1307c7b-0421-4e0f-b7e1-dbfc7cc7bce5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4214149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1307c7b-0421-4e0f-b7e1-dbfc7cc7bce5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4217200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4217733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4226315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4226813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4352287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4353083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27c8a853-ebc5-484c-9c82-86bf227962c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4367984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27c8a853-ebc5-484c-9c82-86bf227962c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4371271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4371818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4380343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4380814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4493785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4494532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d0ce90a-65b4-42f3-8777-844fb2d1a19e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4509156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d0ce90a-65b4-42f3-8777-844fb2d1a19e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4512224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4512693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4521316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:43:55.4521802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.7776376Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:44:26.7961477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.7962716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ac45739-861d-4746-9340-6919dbf57b1a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.7979677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ac45739-861d-4746-9340-6919dbf57b1a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.7982987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.7983698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.7992752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.7993226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8115953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8116799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7cc4c65d-6519-4cc0-917d-4bed3d42450b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8131934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7cc4c65d-6519-4cc0-917d-4bed3d42450b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8135457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8136043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8145897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8146372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8281991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8282792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ccf75cf3-c84d-4547-9975-9717b4ac294a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8298878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ccf75cf3-c84d-4547-9975-9717b4ac294a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8302028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8302568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8310725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8311155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8428209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8429043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7279c643-df85-4367-bf56-ea2890e70021\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8444333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7279c643-df85-4367-bf56-ea2890e70021\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8447446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8447974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8456610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8457032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8739018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8740140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd6b821a-bc15-40ac-9cde-d4e8ec437aad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8756167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd6b821a-bc15-40ac-9cde-d4e8ec437aad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8759441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8760176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8769028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8769502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8886576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8888156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1ad86b5-7fd1-4326-a411-b74d8dd8a88f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8904535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1ad86b5-7fd1-4326-a411-b74d8dd8a88f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8907944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8908574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8917305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.8917780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9074968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9076739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ae93157-00ee-4391-95ef-c1ee71e9518f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9091972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ae93157-00ee-4391-95ef-c1ee71e9518f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9095312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9095907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9105779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9106256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9221850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9222651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14b97ce9-8630-4510-8156-738bf3f8aa67\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9236985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14b97ce9-8630-4510-8156-738bf3f8aa67\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9240049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9240547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9249395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9249821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9384161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9385210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c06c1bb-c4d6-45b8-bb42-4a64bb8bda36\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9400220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c06c1bb-c4d6-45b8-bb42-4a64bb8bda36\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9403386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9403979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9413482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9413977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9531398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9532836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37c0d103-cd44-4600-8fc7-8fbf0dde27b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9547674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37c0d103-cd44-4600-8fc7-8fbf0dde27b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9551329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9552056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9560242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9560709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9695119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9696528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\462512d5-7e0a-45ca-a4ce-2af1b3b6d5b0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9712267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\462512d5-7e0a-45ca-a4ce-2af1b3b6d5b0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9715539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9716139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9725257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9725705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9838967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9839793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b19565e2-3946-4d29-8902-0edd983c6051\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9855816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b19565e2-3946-4d29-8902-0edd983c6051\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9858978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9859507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9868256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9868854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9996477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:26.9997657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7678c134-d06a-4a1e-baef-0a1ff1a9e957\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0012996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7678c134-d06a-4a1e-baef-0a1ff1a9e957\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0016183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0016759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0024722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0025174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0142003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0143445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c66384a-2301-4a42-84d0-de6eac125540\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0159716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c66384a-2301-4a42-84d0-de6eac125540\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0163105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0163855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0172502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0172962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0303634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0305473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95958f42-82b3-447b-8346-72c0b06d6531\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0320834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95958f42-82b3-447b-8346-72c0b06d6531\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0324026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0324812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0334519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0335001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0449807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0450834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cbb9789-6768-4403-97d9-32000daf87a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0466303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cbb9789-6768-4403-97d9-32000daf87a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0469567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0470127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0478150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0478768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0602321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0603085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a04fccd7-5ec0-422b-96a4-8fb6dba409c0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0618412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a04fccd7-5ec0-422b-96a4-8fb6dba409c0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0622042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0622767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0632056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0632490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0743046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0743790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2749cb7-8f70-4bcd-88e8-c62f4ad0307d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0758877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2749cb7-8f70-4bcd-88e8-c62f4ad0307d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0761816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0762372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0770391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0770830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0895806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0896825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f438bdff-65d9-4cfc-badd-8b8dd3778877\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0912481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f438bdff-65d9-4cfc-badd-8b8dd3778877\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0915677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0916275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0924958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.0925387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1043500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1045219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7af7b5b6-01b7-493b-8c0e-18ba0e4b4488\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1061765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7af7b5b6-01b7-493b-8c0e-18ba0e4b4488\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1065070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1065711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1074753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1075205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1206689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1207796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3322c2aa-97f5-4030-8e82-31697b7b0e1d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1222840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3322c2aa-97f5-4030-8e82-31697b7b0e1d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1225976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1226599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1235700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1236183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1352438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1353511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d16959d2-9fbc-4283-a948-b72772a1bb5a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1369364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d16959d2-9fbc-4283-a948-b72772a1bb5a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1372596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1373191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1382763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1383252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1511158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1512055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af821fdf-6885-4021-b749-3ff82c273b8a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1528423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af821fdf-6885-4021-b749-3ff82c273b8a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1531564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1532130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1540438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1540886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1652200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1652947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8969ef91-a1f6-476b-a2d9-bb0b2838afbc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1668558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8969ef91-a1f6-476b-a2d9-bb0b2838afbc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1671803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1672312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1679892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.1680298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3581018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3582566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b56a320-375a-49ea-94a3-4e6831d14dfe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3598578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b56a320-375a-49ea-94a3-4e6831d14dfe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3601707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3602289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3610784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3611242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3736663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3737676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\873f46d0-646e-42ce-841c-89f43820ab56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3752828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\873f46d0-646e-42ce-841c-89f43820ab56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3756102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3756689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3765118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3765575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3912773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3913975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf254631-78b3-4b5e-a954-a2477d183920\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3928657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf254631-78b3-4b5e-a954-a2477d183920\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3931778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3932333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3940702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.3941136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4054453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4055353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea4f3c00-345a-49f2-a77f-9c6df324cfc4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4069897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea4f3c00-345a-49f2-a77f-9c6df324cfc4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4072941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4073472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4081576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4082006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4216607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4217432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af993053-b301-4abb-8b5e-5022317aa92f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4232816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af993053-b301-4abb-8b5e-5022317aa92f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4235863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4236403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4244718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4245160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4360850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4362140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41511b03-3ded-4cc8-9dff-5b237c3ddb6c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4377677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41511b03-3ded-4cc8-9dff-5b237c3ddb6c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4380759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4381382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4389162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4389603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4519839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4520969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e685749-5665-4969-8bac-ad1b41469f3b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4535738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e685749-5665-4969-8bac-ad1b41469f3b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4538919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4539510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4547750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4548190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4661087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4661895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78b9bcd2-d783-46f9-ad0d-adce4fb629cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4678005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78b9bcd2-d783-46f9-ad0d-adce4fb629cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4681291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4681960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4690228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4690650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4811827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4812684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\87a4a4e8-5af1-4ab5-a10b-3f64de9283b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4827179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\87a4a4e8-5af1-4ab5-a10b-3f64de9283b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4830246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4830760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4838969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4839439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4949959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4950707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02918fbe-8663-476f-bb31-9daf02c0a27d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4965701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02918fbe-8663-476f-bb31-9daf02c0a27d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4968728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4969294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4977395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.4977794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5097366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5098181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af3a1abe-c9fb-4e23-be59-aab83fc7bb1c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5113562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af3a1abe-c9fb-4e23-be59-aab83fc7bb1c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5116756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5117284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5125493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5125919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5237531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5238565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d99e88e2-f0c1-40ae-9cfb-13b6452901f4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5254589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d99e88e2-f0c1-40ae-9cfb-13b6452901f4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5257725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5258291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5266785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5267221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5398454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5399967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8712b7f4-ac92-4a3c-8b8f-c559e56eb471\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5416070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8712b7f4-ac92-4a3c-8b8f-c559e56eb471\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5419292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5419933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5428832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5429296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5544721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5545586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0bb84fbd-8fdb-448f-91f2-84eb5356c541\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5561100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0bb84fbd-8fdb-448f-91f2-84eb5356c541\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5564127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5564669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5572982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5573407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5694604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5695471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fe9c984-c754-498d-8d3a-6cbf4816d1bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5710417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fe9c984-c754-498d-8d3a-6cbf4816d1bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5713822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5714351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5722616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5723034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5836243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5837025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\61463c14-5974-4366-99db-ce34eb68bb22\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5852399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\61463c14-5974-4366-99db-ce34eb68bb22\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5855586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5856101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5864239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5864642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5994515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.5995610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8361c16f-b22c-45fa-ae1b-1ff104fe0f3f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6011758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8361c16f-b22c-45fa-ae1b-1ff104fe0f3f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6015218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6015831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6024226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6024682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6136931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6137799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d9c90f2-b597-448b-af59-bb1e00e1fe27\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6153362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d9c90f2-b597-448b-af59-bb1e00e1fe27\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6156411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6157134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6165848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6166278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6288913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6289705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6a1ec28-d0a9-4b24-b555-c9b6e7d269a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6305421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6a1ec28-d0a9-4b24-b555-c9b6e7d269a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6308746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6309316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6318562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6319025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6428555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6429395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\618670d6-466f-434b-87a4-6bde4e818abe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6444107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\618670d6-466f-434b-87a4-6bde4e818abe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6447402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6447903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6456327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6456795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6575088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6575846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6107936b-e38b-4711-902b-6bef03f5506c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6593351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6107936b-e38b-4711-902b-6bef03f5506c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6596807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6597368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6606870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6607492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6718240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6719083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7bc2f339-3547-4ed2-aed5-9a947df1a86c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6734101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7bc2f339-3547-4ed2-aed5-9a947df1a86c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6737534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6738533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6747574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6748054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6868010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6868777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\61ded824-1dd3-4b6c-87fe-ce426baab378\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6883885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\61ded824-1dd3-4b6c-87fe-ce426baab378\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6887227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6887736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6913267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.6913844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7025206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7025962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3626441d-e534-4128-abea-a5adddf0b22d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7040725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3626441d-e534-4128-abea-a5adddf0b22d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7044026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7045080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7054083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7054539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7174266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7175085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb8f5e8c-c86e-4123-9a5e-081656dc2d9f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7189839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb8f5e8c-c86e-4123-9a5e-081656dc2d9f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7192959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7193471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7203414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7203843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7313725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7314851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cdcf08f7-c5e7-40a5-ae95-3c948f499015\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7330190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cdcf08f7-c5e7-40a5-ae95-3c948f499015\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7333581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7334099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7342986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7343406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7465694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7466852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3de24cf4-fe82-462e-a589-dc63ff6234e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7483737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3de24cf4-fe82-462e-a589-dc63ff6234e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7486980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7487636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7496485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7496942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7614356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7615918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd4cf56a-fb9a-4808-a8a5-3e8548d7b996\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7631962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd4cf56a-fb9a-4808-a8a5-3e8548d7b996\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7635345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7636149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7646064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7646540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7774790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7775627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\438edc46-92e0-4cce-b680-196395378c4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7791074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\438edc46-92e0-4cce-b680-196395378c4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7794484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7795049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7803524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7804111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7914774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7915502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09f9691f-9e8b-47ae-b791-fa84eb02304d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7930580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09f9691f-9e8b-47ae-b791-fa84eb02304d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7933604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7934200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7942282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.7942683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8062240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8062994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84dd376f-fec7-4778-a1b8-d13a5c7d298c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8078589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84dd376f-fec7-4778-a1b8-d13a5c7d298c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8081526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8082020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8089443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8089863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8198185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8199026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8785f6c2-24d4-49b4-83f6-1c4e4f33878a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8214436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8785f6c2-24d4-49b4-83f6-1c4e4f33878a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8217398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8217899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8226243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8226653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8351275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8352097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75950a04-ca6f-467d-b13f-b349b7bfb04a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8366777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75950a04-ca6f-467d-b13f-b349b7bfb04a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8370787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8371362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8379076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8379521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8491717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8492472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4352ea81-6985-4a01-9536-952027cac1db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8506698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4352ea81-6985-4a01-9536-952027cac1db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8509814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8510334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8518417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8518824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8644305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8645618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dce19465-e902-4399-9dcf-a354fd141b9d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8661226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dce19465-e902-4399-9dcf-a354fd141b9d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8664691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8665354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8674750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8675205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8789850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8790620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de507a13-471c-4592-abe3-bf2a355bc430\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8805936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de507a13-471c-4592-abe3-bf2a355bc430\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8809012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8809516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8817831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:27.8818241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7466558Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertProjectConverterStep"} -{"@t":"2023-05-06T03:44:32.7638806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7639870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84e13513-4ba3-4be8-8529-1560c94b6656\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7658706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84e13513-4ba3-4be8-8529-1560c94b6656\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7667605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7668478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7679991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7680533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7801578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7802729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f3b1650-6fb0-4698-8afd-12909b302bdc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7820527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f3b1650-6fb0-4698-8afd-12909b302bdc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7824092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7824726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7834957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7835465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.7865841Z","@mt":"Converting project file format with try-convert, Version=0.4.421302+be0ea11e8234f2a0bde2d170b0fdd455fa4f9a45","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertRunner"} -{"@t":"2023-05-06T03:44:32.7896733Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"MSBuild.Conversion.Project, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_try-convert00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:44:32.8670421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8671669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d25641e-88c3-46d5-915b-e86d14c1e0f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8686858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d25641e-88c3-46d5-915b-e86d14c1e0f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8690120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8690692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8699161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8699591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8810546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8811363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85d56a07-5bc5-479b-9844-34d8a566b175\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8826099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85d56a07-5bc5-479b-9844-34d8a566b175\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8829271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8829791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8838023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.8838439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:44:32.9036008Z","@mt":"Recommending Windows TFM {TFM} for project {Name} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net7.0-windows","Name":"CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2023-05-06T03:44:32.9235063Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"MSBuild.Conversion.Facts, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_try-convert00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:44:40.1409897Z","@mt":"Converting project {Path} to SDK style","Path":"D:\\test\\CircleViewer\\CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertInProcessTool"} -{"@t":"2023-05-06T03:44:40.1489590Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"MSBuild.Conversion.Package, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_try-convert00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:44:42.2812348Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.Common.CurrentVersion.targets: (2977, 5): The task \"ResolveComReference\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:44:42.2813347Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:44:42.3301700Z","@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":"2023-05-06T03:44:42.3342316Z","@mt":"Restoring packages for {ProjectPath} with dotnet restore","@l":"Debug","ProjectPath":"D:\\test\\CircleViewer\\CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer"} -{"@t":"2023-05-06T03:44:43.8168949Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":" Determining projects to restore...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2023-05-06T03:44:43.8397275Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\test\\CircleViewer\\CircleViewer.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: System.Management 7.0.1, System.Management 7.0.1.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2023-05-06T03:44:44.0323567Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\test\\CircleViewer\\CircleViewer.csproj : warning NU1803: You are running the 'restore' operation with an 'HTTP' source, 'http://nuget.syncfusion.com/nuget_xamarin/nuget/getsyncfusionpackages/xamarin'. Non-HTTPS access will be removed in a future version. Consider migrating to an 'HTTPS' source.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2023-05-06T03:44:44.4457271Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":" Restored D:\\test\\CircleViewer\\CircleViewer.csproj (in 419 ms).","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2023-05-06T03:44:48.7310387Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: D:\\test\\CircleViewer\\CircleViewer.csproj: (0, 0): You are running the 'restore' operation with an 'HTTP' source, 'http://nuget.syncfusion.com/nuget_xamarin/nuget/getsyncfusionpackages/xamarin'. Non-HTTPS access will be removed in a future version. Consider migrating to an 'HTTPS' source.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:44:48.7311239Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.Common.CurrentVersion.targets: (2977, 5): The task \"ResolveComReference\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:44:48.7311556Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:44:48.8786029Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertProjectConverterStep"} -{"@t":"2023-05-06T03:46:10.4811073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:10.4812618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c42fb4c9-187d-4cbf-a36d-6e943c053868\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:10.4892893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c42fb4c9-187d-4cbf-a36d-6e943c053868\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:10.4904210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:10.9063743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.2737780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.2798625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3119500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3120949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07179bb5-4bad-47cd-91de-afb2a16258da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3137539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07179bb5-4bad-47cd-91de-afb2a16258da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3140992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3158085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3199740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3201203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3508587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3509670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4325b7a5-5d2f-4eee-9a74-d54f326647af\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3525399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4325b7a5-5d2f-4eee-9a74-d54f326647af\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3528565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3531554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3576311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3577472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3695492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3696290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fcefe1d-0e37-4783-b4bd-8c2064e9ec15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3714996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fcefe1d-0e37-4783-b4bd-8c2064e9ec15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3718527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3721641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3758042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3759032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3886207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3887201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13eaae47-52a6-4894-90a6-7269a33e873d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3904590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13eaae47-52a6-4894-90a6-7269a33e873d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3908078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3911204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3948558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.3949689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4088831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4090105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d62d271-fc06-4ad8-ab2c-ad1bb183fbf4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4105770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d62d271-fc06-4ad8-ab2c-ad1bb183fbf4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4108972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4111696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4146106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4147103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4263039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4263921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6090c8dd-3ce2-4d85-a1c9-d3f183c41387\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4280368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6090c8dd-3ce2-4d85-a1c9-d3f183c41387\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4283897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4287186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4328711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4330012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4444362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4445274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85e9861d-75f4-45f3-bc21-77dc84370aac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4461132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85e9861d-75f4-45f3-bc21-77dc84370aac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4464724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4468179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4506928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4507929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:11.4521785Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:11.4547016Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:11.4547515Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:11.4612735Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:11.4657602Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:11.4670693Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:11.4671179Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:11.4685062Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:11.4750755Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:11.4761031Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:11.4761399Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:11.4778390Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:11.4831479Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.CSharp, Version=4.7.0","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Microsoft.CSharp\\4.7.0\\Microsoft.CSharp.4.7.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5163259Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.CSharp.4.7.0","TargetFrameworks":[".NETCore,Version=v5.0",".NETCoreApp,Version=v2.0",".NETFramework,Version=v4.5",".NETPortable,Version=v0.0,Profile=Profile259",".NETStandard,Version=v1.3",".NETStandard,Version=v2.0","MonoAndroid,Version=v1.0","MonoTouch,Version=v1.0","UAP,Version=v10.0.16299","Windows,Version=v8.0","WindowsPhone,Version=v8.0","WindowsPhoneApp,Version=v8.1","Xamarin.iOS,Version=v1.0","Xamarin.Mac,Version=v2.0","Xamarin.TVOS,Version=v1.0","Xamarin.WatchOS,Version=v1.0",".NETStandard,Version=v1.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5173738Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.CSharp, Version=4.7.0","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.5180529Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"System.Data.DataSetExtensions, Version=4.5.0","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\System.Data.DataSetExtensions\\4.5.0\\System.Data.DataSetExtensions.4.5.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5306019Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"System.Data.DataSetExtensions.4.5.0","TargetFrameworks":[".NETFramework,Version=v4.5",".NETStandard,Version=v2.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5309044Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"System.Data.DataSetExtensions, Version=4.5.0","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.5314775Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"System.Management, Version=7.0.1","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\System.Management\\7.0.1\\System.Management.7.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5450572Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"System.Management.7.0.1","TargetFrameworks":["net6.0","net7.0",".NETFramework,Version=v4.6.2",".NETStandard,Version=v2.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5452484Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"System.Management, Version=7.0.1","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.5458423Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Newtonsoft.Json, Version=13.0.1","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Newtonsoft.Json\\13.0.1\\Newtonsoft.Json.13.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5575533Z","@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":"2023-05-06T03:46:11.5577080Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Newtonsoft.Json, Version=13.0.1","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.5582357Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"RestSharp, Version=105.0.0","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\RestSharp\\105.0.0\\RestSharp.105.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5779120Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"RestSharp.105.0.0","TargetFrameworks":[".NETFramework,Version=v3.5",".NETFramework,Version=v3.5,Profile=Client",".NETFramework,Version=v4.0",".NETFramework,Version=v4.0,Profile=Client","Silverlight,Version=v4.0","Silverlight,Version=v4.0,Profile=WindowsPhone71"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5780573Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"RestSharp, Version=105.0.0","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.5786457Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.Compression.Base, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.Compression.Base\\19.4.0.38\\Syncfusion.Compression.Base.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5892372Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.Compression.Base.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0",".NETFramework,Version=v2.0",".NETFramework,Version=v3.5",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5893643Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.Compression.Base, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.5899542Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.Core.WinForms, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.Core.WinForms\\19.4.0.38\\Syncfusion.Core.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5998407Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.Core.WinForms.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.5999693Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.Core.WinForms, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.6004644Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.Data.WinForms, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.Data.WinForms\\19.4.0.38\\Syncfusion.Data.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6109268Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.Data.WinForms.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6110970Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.Data.WinForms, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.6117052Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.DataSource.WinForms, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.DataSource.WinForms\\19.4.0.38\\Syncfusion.DataSource.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6225011Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.DataSource.WinForms.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6226475Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.DataSource.WinForms, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.6231714Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.Grid.Windows, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.Grid.Windows\\19.4.0.38\\Syncfusion.Grid.Windows.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6333524Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.Grid.Windows.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v2.0",".NETFramework,Version=v3.5",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6335490Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.Grid.Windows, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.6342436Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.GridCommon.WinForms, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.GridCommon.WinForms\\19.4.0.38\\Syncfusion.GridCommon.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6459429Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.GridCommon.WinForms.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6461052Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.GridCommon.WinForms, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.6466527Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.Licensing, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.Licensing\\19.4.0.38\\Syncfusion.Licensing.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6579431Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.Licensing.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0","net5.0-windows10.0",".NETFramework,Version=v2.0",".NETFramework,Version=v3.5",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6",".NETPortable,Version=v0.0,Profile=win+net45+wp80+win81+wpa81",".NETStandard,Version=v1.0",".NETStandard,Version=v1.2",".NETStandard,Version=v1.4",".NETStandard,Version=v2.0","MonoAndroid,Version=v9.0","MonoAndroid,Version=v10.0","UAP,Version=v10.0","Xamarin.iOS,Version=v1.0","Xamarin.Mac,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6580894Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.Licensing, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.6586356Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.Pdf.WinForms, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.Pdf.WinForms\\19.4.0.38\\Syncfusion.Pdf.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6673285Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.Pdf.WinForms.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v2.0",".NETFramework,Version=v3.5",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6674690Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.Pdf.WinForms, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.6680066Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.PdfViewer.Windows, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.PdfViewer.Windows\\19.4.0.38\\Syncfusion.PdfViewer.Windows.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6757505Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.PdfViewer.Windows.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v2.0",".NETFramework,Version=v3.5",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6758755Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.PdfViewer.Windows, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.6763864Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.SfDataGrid.WinForms, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.SfDataGrid.WinForms\\19.4.0.38\\Syncfusion.SfDataGrid.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6863928Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.SfDataGrid.WinForms.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6865490Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.SfDataGrid.WinForms, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.6870971Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.SfInput.WinForms, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.SfInput.WinForms\\19.4.0.38\\Syncfusion.SfInput.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6975522Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.SfInput.WinForms.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.6976832Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.SfInput.WinForms, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.6982725Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.SfListView.WinForms, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.SfListView.WinForms\\19.4.0.38\\Syncfusion.SfListView.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.7081257Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.SfListView.WinForms.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.7082537Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.SfListView.WinForms, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.7087542Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.Shared.Base, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.Shared.Base\\19.4.0.38\\Syncfusion.Shared.Base.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.7183826Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.Shared.Base.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v2.0",".NETFramework,Version=v3.5",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.7185161Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.Shared.Base, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.7190475Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.Shared.Windows, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.Shared.Windows\\19.4.0.38\\Syncfusion.Shared.Windows.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.7290942Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.Shared.Windows.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v2.0",".NETFramework,Version=v3.5",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.7292200Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.Shared.Windows, Version=19.4.0.38","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.7297964Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"System.CodeDom, Version=7.0.0","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\System.CodeDom\\7.0.0\\System.CodeDom.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.7402189Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"System.CodeDom.7.0.0","TargetFrameworks":["net6.0","net7.0",".NETFramework,Version=v4.6.2",".NETStandard,Version=v2.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.7403527Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"System.CodeDom, Version=7.0.0","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.7408194Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"System.Management, Version=7.0.1","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\System.Management\\7.0.1\\System.Management.7.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.7416847Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"System.Management.7.0.1","TargetFrameworks":["net6.0","net7.0",".NETFramework,Version=v4.6.2",".NETStandard,Version=v2.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:11.7417730Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"System.Management, Version=7.0.1","TargetFramework":["net472"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:11.7418062Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:11.7433352Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:11.7433796Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:11.7450584Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:12.0338142Z","@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":"2023-05-06T03:46:12.1128532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json 78ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:46:12.2491633Z","@mt":"Reference to .NET Upgrade Assistant analyzer package ({AnalyzerPackageName}, version {AnalyzerPackageVersion}) needs to be added","AnalyzerPackageName":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers","AnalyzerPackageVersion":"0.4.421302","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.UpgradeAssistantReferenceAnalyzer"} -{"@t":"2023-05-06T03:46:12.5302740Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:12.5305044Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:12.5327124Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:12.5327881Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:12.5525319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5526426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfbfdd6e-aaa1-439b-a8e6-a2c248de29e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5543147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfbfdd6e-aaa1-439b-a8e6-a2c248de29e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5546565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5550088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5589104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5590265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5709772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5710578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2848911d-2cbd-4e20-a152-206c04d5c046\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5726589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2848911d-2cbd-4e20-a152-206c04d5c046\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5730059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5733224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5768479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5769739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5940668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5941989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1afd1866-dabd-4e12-955f-e887d5ae3812\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5957478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1afd1866-dabd-4e12-955f-e887d5ae3812\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5960891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.5964720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6003863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6004949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6123558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6124606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c26d0ca-7317-4ebb-8bbb-14bd46d3e7d3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6139587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c26d0ca-7317-4ebb-8bbb-14bd46d3e7d3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6142648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6145297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6180043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6181059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6469917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6471043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f84f21a-3f5a-4068-a5fe-26cc8bfd0cbf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6488085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f84f21a-3f5a-4068-a5fe-26cc8bfd0cbf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6491735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6495630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6534532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6535589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6762521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6764102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\55bc84a9-3f19-4e64-ad96-704b36bd3910\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6780569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\55bc84a9-3f19-4e64-ad96-704b36bd3910\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6783594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6786441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6821191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6822193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6948079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6949606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ea44c49-8c1f-4b30-b7fd-7262e1a15ed4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6965516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ea44c49-8c1f-4b30-b7fd-7262e1a15ed4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6968938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.6972620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7009061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7010097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7128071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7129319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5fca8941-0f46-4d10-b222-e908e56c0c53\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7145408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5fca8941-0f46-4d10-b222-e908e56c0c53\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7148550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7151771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7192578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7193844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7345576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7346743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83c0b7dc-2aca-4a82-a583-ad8ea119453f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7363030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83c0b7dc-2aca-4a82-a583-ad8ea119453f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7366272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7369522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7407831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7408990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7526348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7527254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b51feade-1bc4-4ecb-9659-28b03476dd3f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7542251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b51feade-1bc4-4ecb-9659-28b03476dd3f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7545444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7548537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7586334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7587586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7716986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7718023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b55b352-3c75-4ac9-b425-5d8959ffae52\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7733407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b55b352-3c75-4ac9-b425-5d8959ffae52\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7736603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7739959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7777922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7778999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7894623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7895641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\abe285fe-0007-486f-99f2-e0d307eb3a31\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7925759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\abe285fe-0007-486f-99f2-e0d307eb3a31\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7929082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7932440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7974584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.7976011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8101924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8103217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a18e1c61-777d-463a-8b8b-e10d9362c04e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8120477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a18e1c61-777d-463a-8b8b-e10d9362c04e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8123813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8127478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8165555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8166638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8282285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8283389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\030af543-67d1-4167-be2a-00c066734ba7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8298394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\030af543-67d1-4167-be2a-00c066734ba7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8301544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8304815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8341962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8343161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8466211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8467618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\215589b0-37c8-42a9-a27b-f8b6ea56018f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8483049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\215589b0-37c8-42a9-a27b-f8b6ea56018f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8486402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8502368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8540254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8541468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8665190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8666599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\361fbc25-54e0-48de-bd42-8bf909fb7d98\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8683296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\361fbc25-54e0-48de-bd42-8bf909fb7d98\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8686374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8689542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8728701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8730017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8848720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8849568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\867a775a-cbc3-42c9-83fa-4a1cfe9e5904\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8865247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\867a775a-cbc3-42c9-83fa-4a1cfe9e5904\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8869395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8873088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8911244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.8913838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9028381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9029250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\770385b1-9072-4042-a4cb-c623a26557d9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9044052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\770385b1-9072-4042-a4cb-c623a26557d9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9047119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9050130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9099579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9100791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9220590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9221422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a88af070-db05-4e5a-8c01-aaa9e98690d7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9237110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a88af070-db05-4e5a-8c01-aaa9e98690d7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9240613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9243888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9280722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9281761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9398410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9399624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b17f466b-5c46-4cd6-ac1a-e062cc8139a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9414772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b17f466b-5c46-4cd6-ac1a-e062cc8139a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9417840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9420989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9458183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9459227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9578933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9579989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6387e221-9b77-44cc-bc25-f1d4224819d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9594950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6387e221-9b77-44cc-bc25-f1d4224819d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9598083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9601147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9654342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9655753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9769994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9770831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27863b88-99d5-4916-9214-9218f606ec9d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9785886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27863b88-99d5-4916-9214-9218f606ec9d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9788917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9794090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9831192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9832262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9950055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9951033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\876e28be-e9cb-4ee7-9934-6e3e564ea0c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9966481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\876e28be-e9cb-4ee7-9934-6e3e564ea0c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9969583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:12.9973040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.0008255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.0009298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.0121412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.0122198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45b9582a-c46f-41c9-b499-3a6b94ea134a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.0137038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45b9582a-c46f-41c9-b499-3a6b94ea134a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.0140063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.0143060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.0192062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.0193241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2229612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2230852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8674494f-bb8c-4c44-8e08-e6d311459956\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2246236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8674494f-bb8c-4c44-8e08-e6d311459956\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2249427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2252558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2291593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2292850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2415288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2416210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e386f70-cbd4-4c08-9b68-83604d2a2b22\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2433563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e386f70-cbd4-4c08-9b68-83604d2a2b22\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2436687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2439727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2476931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2478020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2603632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2604555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ecc6b370-c7c7-422b-b375-531fb73f57ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2620365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ecc6b370-c7c7-422b-b375-531fb73f57ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2623704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2626564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2674654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2675775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2791396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2792207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c82faa0a-5db6-4a11-8ae9-540b0d1c0877\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2807128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c82faa0a-5db6-4a11-8ae9-540b0d1c0877\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2810401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2813475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2848333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2849377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2973280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2974402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\409c76d0-47df-4ce5-b045-777b559077ce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2990906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\409c76d0-47df-4ce5-b045-777b559077ce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2994245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.2997803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3035674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3036904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3176603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3177930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e82bdf89-544c-476a-b1af-70c82fe5506b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3195783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e82bdf89-544c-476a-b1af-70c82fe5506b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3199447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3202703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3256603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3257985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3388609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3389514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d71d8910-7f70-4089-b0ca-117221d55f09\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3405200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d71d8910-7f70-4089-b0ca-117221d55f09\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3408667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3412763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3449465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3450520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3569710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3570804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b3ba5a1-a79f-42af-91c2-c990db208fca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3586648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b3ba5a1-a79f-42af-91c2-c990db208fca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3589776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3592969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3629514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3630495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3750644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3751608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e1de71b-875d-4044-b7ac-d1376a4c6120\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3767124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e1de71b-875d-4044-b7ac-d1376a4c6120\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3770508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3773674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3826094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3827354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3942870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3943683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\adb5a5aa-7e72-40e7-ab49-db4bfd07de2c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3959092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\adb5a5aa-7e72-40e7-ab49-db4bfd07de2c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3962788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.3966242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4003573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4004658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4126803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4127955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3759c2ae-fe6a-48e6-abc7-997365fd307f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4143698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3759c2ae-fe6a-48e6-abc7-997365fd307f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4146787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4149775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4185158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4186254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4303593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4304592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06418fb1-9034-493b-b67f-56b016811320\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4319617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06418fb1-9034-493b-b67f-56b016811320\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4322796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4325981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4378251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4379827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4503618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4504434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a54d8bf2-b328-46b4-9e5a-d762e56c9c13\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4520554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a54d8bf2-b328-46b4-9e5a-d762e56c9c13\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4523798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4526859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4564993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4566170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4681261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4682101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30e075a6-fc83-42e2-a7f0-179504fba2ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4697697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30e075a6-fc83-42e2-a7f0-179504fba2ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4700843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4703982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4742837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4744761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4865685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4866584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75b62841-85f9-4d3e-ad08-4bb9c4d72c9f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4881993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75b62841-85f9-4d3e-ad08-4bb9c4d72c9f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4885078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4888299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4939781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.4941069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5058337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5059469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5dd7c807-4cc4-43d2-996c-989c82a592e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5074843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5dd7c807-4cc4-43d2-996c-989c82a592e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5078054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5081392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5118996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5120084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5252925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5254121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fed5624b-a287-4ea9-a71c-63b3817997e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5270526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fed5624b-a287-4ea9-a71c-63b3817997e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5273985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5277394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5315261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5316538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5438193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5439778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d6a0350b-b06f-41b0-a5c9-355caf04e863\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5456016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d6a0350b-b06f-41b0-a5c9-355caf04e863\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5459406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5462429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5514933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5516340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5635484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5636964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce2c7be3-71c4-4605-951b-4e290a3bb3e9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5652971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce2c7be3-71c4-4605-951b-4e290a3bb3e9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5656373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5659587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5696612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5697663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5809540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5810432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b76b5c5-99bd-4dc0-aa49-20486dcdc913\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5828143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b76b5c5-99bd-4dc0-aa49-20486dcdc913\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5831262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5834218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5867613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5868602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5987850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.5988667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0fd36459-3a88-4e5e-9783-1a85ba39e2b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6004746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0fd36459-3a88-4e5e-9783-1a85ba39e2b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6007751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6010627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6060700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6061954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6177638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6178675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\132a05de-8131-4761-9eac-b0d9ee557a66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6194019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\132a05de-8131-4761-9eac-b0d9ee557a66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6197052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6199895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6235992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6237032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6353348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6354154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81ebfbb5-b4cf-4b6a-9ecc-d04f0473f474\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6369011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81ebfbb5-b4cf-4b6a-9ecc-d04f0473f474\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6372179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6375517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6413959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6415092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6527824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6528617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cbefe57-059e-4f21-80d1-f54f5b9989d6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6543435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cbefe57-059e-4f21-80d1-f54f5b9989d6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6546567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6549351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6600835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6602034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6717932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6719060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a639df5f-cad8-4157-ac82-03278c1876c1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6735205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a639df5f-cad8-4157-ac82-03278c1876c1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6738514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6741575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6780309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6781379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6894372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6895205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b1e7195-3a3d-43f9-b115-106acead58a0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6911551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b1e7195-3a3d-43f9-b115-106acead58a0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6914986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6917948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6955076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.6956290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7076686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7077550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb401515-b623-4299-941e-1c4df6373b82\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7093292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb401515-b623-4299-941e-1c4df6373b82\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7096479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7099436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7154145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7155409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7271506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7272941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0ce1dc5-82b5-4dc8-90ba-d3c5d484cb31\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7289923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0ce1dc5-82b5-4dc8-90ba-d3c5d484cb31\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7293560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7296846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7335839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7337321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7463751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7465294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37c1c4ed-b39d-4bd4-81f9-88fb249269d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7481056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37c1c4ed-b39d-4bd4-81f9-88fb249269d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7484335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7487532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7523599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7526020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7638718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7639607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e648a68-b838-4717-8386-26cade6116b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7654718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e648a68-b838-4717-8386-26cade6116b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7657737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7660760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7714341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7715706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7831868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7832872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23b5edbc-f9f2-4f33-a3e6-3c3771c5e72e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7849461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23b5edbc-f9f2-4f33-a3e6-3c3771c5e72e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7852647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7855569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7892182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.7893210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8010775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8011657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42dd1415-4d0e-4e02-aa08-731a5441378f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8027115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42dd1415-4d0e-4e02-aa08-731a5441378f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8030208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8033074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8069780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8070850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8189061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8189898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf513589-8d3a-4f14-8e13-bc41f11f2758\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8205964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf513589-8d3a-4f14-8e13-bc41f11f2758\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8209060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8211954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8262991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8264146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8379791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8380701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41a727f7-6fb6-42d1-b226-c9366bfd415a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8396966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41a727f7-6fb6-42d1-b226-c9366bfd415a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8400507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8403442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8438666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8439679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8560308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8561162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\55187542-2192-4fc7-95f1-a8bca008065b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8576559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\55187542-2192-4fc7-95f1-a8bca008065b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8579703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8582742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8620459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8621790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8734417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8735513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ef1a967-29aa-474d-bfc7-500bbeda449e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8751140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ef1a967-29aa-474d-bfc7-500bbeda449e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8754540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8757740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8809298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:13.8810437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:19.1875942Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:19.1929072Z","@mt":"Adding package reference: {PackageReference}","PackageReference":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.421302","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:46:19.1961692Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:19.1984361Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:19.2008716Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:46:20.4804048Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: D:\\test\\CircleViewer\\CircleViewer.csproj: (0, 0): You are running the 'restore' operation with an 'HTTP' source, 'http://nuget.syncfusion.com/nuget_xamarin/nuget/getsyncfusionpackages/xamarin'. Non-HTTPS access will be removed in a future version. Consider migrating to an 'HTTPS' source.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:46:20.4805121Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.Common.CurrentVersion.targets: (2977, 5): The task \"ResolveComReference\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:46:20.4805457Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:46:20.5747886Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:28.2859948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.2861554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a6598d34-e28c-47a4-acbf-bdf25e1044a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.2877900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a6598d34-e28c-47a4-acbf-bdf25e1044a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.2881448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.3678833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.4678984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.4680357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.4934210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.4935404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8647fbe3-2a04-4464-b01a-042f21ce94c3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.4952884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8647fbe3-2a04-4464-b01a-042f21ce94c3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.4958977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.4962343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.4997678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.4998704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5183287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5185193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f799fef0-8345-4c79-b215-79e61c3f1f85\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5201790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f799fef0-8345-4c79-b215-79e61c3f1f85\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5205079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5208387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5246048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5247182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5368263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5369511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7079a733-e2cf-4354-8e62-b675051f6089\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5385072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7079a733-e2cf-4354-8e62-b675051f6089\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5388375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5392021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5447779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5450210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5582439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5583584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45f48145-4e5e-4b2f-a70b-b42f1c94362f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5599326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45f48145-4e5e-4b2f-a70b-b42f1c94362f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5602516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5605940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5645618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5646843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5847816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5849020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34cd59c5-cf7c-476d-9d9a-31eb38ab6d71\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5866550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34cd59c5-cf7c-476d-9d9a-31eb38ab6d71\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5870164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5873201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5912391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.5913614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6037381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6038553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a93a6ead-4f05-4741-8f19-d735ad66c11c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6053344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a93a6ead-4f05-4741-8f19-d735ad66c11c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6056521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6059601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6096502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6097588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6213969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6215033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2b0529d-0d6c-47a1-a6c7-86e9931063dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6231364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2b0529d-0d6c-47a1-a6c7-86e9931063dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6234842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6238146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6274606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6275683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6289202Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:28.6303856Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:28.6319281Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:28.6330033Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:28.6330711Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:28.6345839Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:28.6362627Z","@mt":"None of the tfms match packages from {PackageName}","@l":"Debug","PackageName":"System.Configuration.ConfigurationManager","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer"} -{"@t":"2023-05-06T03:46:28.6363009Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:28.6373212Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:28.6373560Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:28.6389433Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:28.6538296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6539915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f75b0df3-4f44-4e5f-a8f3-11d03d2e33d2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6556553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f75b0df3-4f44-4e5f-a8f3-11d03d2e33d2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6559972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6563334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6602654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6603817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6722615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6723653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1a686e3-8500-4ed6-aba0-26822e189bad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6739198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1a686e3-8500-4ed6-aba0-26822e189bad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6742731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6745985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6785616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6786903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6801739Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:28.6816292Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:28.6816738Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:28.6832670Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:28.6967107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6968495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4c1538a-62b1-4dc8-bb3c-eec454d5016d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6986056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4c1538a-62b1-4dc8-bb3c-eec454d5016d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6989333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.6992734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7032303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7033767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7173297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7174654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\317a8629-18ba-4933-b945-dedfcd1ebe81\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7192328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\317a8629-18ba-4933-b945-dedfcd1ebe81\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7195535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7198827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7237971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7239201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7256720Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:28.7270397Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:28.7271217Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:28.7286853Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:28.7409952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7410791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76b65d82-7263-4596-af5d-d31ad71d4530\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7429503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76b65d82-7263-4596-af5d-d31ad71d4530\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.7433302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.8074195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.9014397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:28.9015750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0127637Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:29.0128379Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Compression.Base'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:29.0142246Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Syncfusion.Compression.Base'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:29.0142790Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:29.0299698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0300933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08138c18-4129-42db-9a9e-69ed0d55da56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0316178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08138c18-4129-42db-9a9e-69ed0d55da56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0319526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0322937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0362432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0363533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0487446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0488457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d9c2deb-746b-4714-8bbd-892b142140a2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0503202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d9c2deb-746b-4714-8bbd-892b142140a2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0506315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0509610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0579249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0580917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0704428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0705568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02e16654-5de8-4d1b-ba32-82f13202fd38\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0721273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02e16654-5de8-4d1b-ba32-82f13202fd38\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0724607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0727731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0765099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0766212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0883293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0884337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37240784-b8bc-4c91-8886-0726555c3122\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0898617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37240784-b8bc-4c91-8886-0726555c3122\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0902122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0905319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0940989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.0942048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1332790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1334338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85a491d9-9a1e-4b5b-b6bc-dfc86e13d9f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1349655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85a491d9-9a1e-4b5b-b6bc-dfc86e13d9f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1352836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1356299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1418789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1420399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1543784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1544824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80896a0e-5566-4516-a8db-177d557ea609\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1560320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80896a0e-5566-4516-a8db-177d557ea609\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1563551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1566804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1610220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1611827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1738781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1739815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb73ec65-6faf-470b-86cb-7cd7c8b57fb5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1755393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb73ec65-6faf-470b-86cb-7cd7c8b57fb5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1758492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1764054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1803757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1805088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1931139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1932330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f20ffac5-67c6-40a0-b812-21070bceaaa3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1949868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f20ffac5-67c6-40a0-b812-21070bceaaa3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1953426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.1956861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2037186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2039233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2170138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2171322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\51a64528-a70b-4df3-8338-81729f97fe16\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2186750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\51a64528-a70b-4df3-8338-81729f97fe16\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2190049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2193301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2238824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2241681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2359871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2360723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5523140b-a6c5-435b-9e45-e355fb823787\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2376305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5523140b-a6c5-435b-9e45-e355fb823787\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2380083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2385628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2436499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2438032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2563391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2564891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f281c9c7-fbf5-44e2-9c99-e70261206c58\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2581017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f281c9c7-fbf5-44e2-9c99-e70261206c58\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2584383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2588057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2643369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2644644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2762123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2763379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6da8addf-8421-4669-8ff5-2cbc78afc5a1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2779039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6da8addf-8421-4669-8ff5-2cbc78afc5a1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2782257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2785498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2822390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2823496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2948941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2950043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21b604fb-e7b2-433f-9c40-1ae217b4d4f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2965821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21b604fb-e7b2-433f-9c40-1ae217b4d4f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2969018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.2972482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3012340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3013442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3130241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3131128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcff41f8-324f-4ae1-8b6a-838a06277cb7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3146528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcff41f8-324f-4ae1-8b6a-838a06277cb7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3149698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3153185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3205519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3206695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3333809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3335276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03012098-25f2-4881-b2cd-504f75249449\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3350736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03012098-25f2-4881-b2cd-504f75249449\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3353904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3357199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3395376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3396549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3515176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3516099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc391b94-db4d-4e32-aeee-a15b3e5fed4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3531473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc391b94-db4d-4e32-aeee-a15b3e5fed4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3534569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3537740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3575898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3577135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3694107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3695211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\931c18bd-5e85-4edd-b786-b24651f5e84a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3710148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\931c18bd-5e85-4edd-b786-b24651f5e84a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3713252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3716449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3768198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3769553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3884123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3884914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad8d40b8-e069-45d7-9908-7772959bfc4f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3900382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad8d40b8-e069-45d7-9908-7772959bfc4f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3904054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3907217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3946297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.3947615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4072200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4073396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac3ec01e-3444-42a7-8c60-24b10d2b0a7e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4092610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac3ec01e-3444-42a7-8c60-24b10d2b0a7e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4097222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4100624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4142201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4144066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4272076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4273176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d48c55c5-ce1a-40e4-8bc6-b064fe94e3b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4290488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d48c55c5-ce1a-40e4-8bc6-b064fe94e3b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4294129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4297430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4352780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4354430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4478533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4479789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f68ed63f-4bbc-4ca8-a115-15257fc81142\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4495059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f68ed63f-4bbc-4ca8-a115-15257fc81142\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4498264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4501700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4538801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4539894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4653082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4654184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c417b036-de40-43fe-b011-78f9bc62a231\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4670196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c417b036-de40-43fe-b011-78f9bc62a231\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4673284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4676459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4717284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4718656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4833716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4834581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ca3dca7-3410-4d75-9a42-b7e419dda581\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4849260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ca3dca7-3410-4d75-9a42-b7e419dda581\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4852435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4855742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4910521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.4912052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.5030767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.5031814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1aa06aa-c413-449d-be5f-bf661f2f7378\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.5047788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1aa06aa-c413-449d-be5f-bf661f2f7378\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.5050914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.5054290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.5091441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.5092675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7020367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7021375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\172c12bf-0ed5-4cb6-b2fe-04f5203cbffc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7050219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\172c12bf-0ed5-4cb6-b2fe-04f5203cbffc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7055373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7058738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7099034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7100160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7219415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7220368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be1ff7e5-65b0-450e-9c4a-dd2025738600\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7235266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be1ff7e5-65b0-450e-9c4a-dd2025738600\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7238761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7242343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7294419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7295625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7418300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7419140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\634db23f-a775-4a52-bed0-3f754680efc7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7434844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\634db23f-a775-4a52-bed0-3f754680efc7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7438230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7441455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7478574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7479644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7596904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7597948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8882abc3-319c-4e16-8628-01a446adfceb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7612715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8882abc3-319c-4e16-8628-01a446adfceb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7615697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7618444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7654374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7655630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7781298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7782069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e77f436a-9cc2-4039-9ce5-0f23b44de7dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7800110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e77f436a-9cc2-4039-9ce5-0f23b44de7dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7803858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7807236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7858985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7860560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7982008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7983081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44d44ca0-f1d4-4cca-92a4-08c792a910b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.7998317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44d44ca0-f1d4-4cca-92a4-08c792a910b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8001464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8004440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8038742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8039806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8169462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8170327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88dacfe1-fdca-45ed-b84f-574e07b3a651\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8185489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88dacfe1-fdca-45ed-b84f-574e07b3a651\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8188802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8192092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8229286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8230361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8345990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8347350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc835a3d-73b1-4f8b-b791-199112f48e6a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8363314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc835a3d-73b1-4f8b-b791-199112f48e6a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8366657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8369952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8426351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8428548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8556579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8557881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e98e7c25-42cd-472f-9256-7fcaac44d8a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8576264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e98e7c25-42cd-472f-9256-7fcaac44d8a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8579621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8582988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8621259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8622347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8739720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8740701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\028c48fa-5885-4bcc-9cb8-9a65cd05ac42\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8756728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\028c48fa-5885-4bcc-9cb8-9a65cd05ac42\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8759737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8762707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8798271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8799292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8924056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8925597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76fe3f4f-fc29-430f-8236-9a4338fe0e6f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8941883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76fe3f4f-fc29-430f-8236-9a4338fe0e6f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8945098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.8948399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9000113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9001309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9118316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9119153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\deb94964-2d20-474e-92c6-b37a30cf8623\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9134413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\deb94964-2d20-474e-92c6-b37a30cf8623\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9137574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9140470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9175899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9176997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9298542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9299592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cd3731b-303a-4ea2-bcc7-2730c450b771\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9315162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cd3731b-303a-4ea2-bcc7-2730c450b771\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9318425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9321593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9362080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9363205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9476168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9476983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4c8c4fe-04dd-4f64-862a-cc63ae4413b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9493462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4c8c4fe-04dd-4f64-862a-cc63ae4413b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9496952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9499956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9549857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9551080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9672167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9672981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1270bbd-e939-4362-9c31-7979331e8de8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9688503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1270bbd-e939-4362-9c31-7979331e8de8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9691850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9695059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9731581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9732660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9847356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9848408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7db25b5e-e703-4b39-85da-fc91ad698a0f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9864731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7db25b5e-e703-4b39-85da-fc91ad698a0f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9868234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9871285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9908076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:29.9909127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0032121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0032977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2e65c248-0c6a-41d7-b8ad-612d010fb56d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0047900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2e65c248-0c6a-41d7-b8ad-612d010fb56d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0050981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0054176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0103823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0105050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0221859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0223326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba9dcc20-8b03-4e3d-8cd4-a425a07b56d4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0239449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba9dcc20-8b03-4e3d-8cd4-a425a07b56d4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0242733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0246241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0287319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0288457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0407329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0408155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d902ec9-eb4b-41cb-a82c-319805052bdf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0424338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d902ec9-eb4b-41cb-a82c-319805052bdf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0427657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0430836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0469680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0470851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0591843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0593424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7fb995bb-fa7f-446e-9274-a939f6b90f40\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0610162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7fb995bb-fa7f-446e-9274-a939f6b90f40\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0613725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0617093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0668584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0669923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0792572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0793468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\184f4a30-ed06-44b0-a045-aea571f92f1c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0809615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\184f4a30-ed06-44b0-a045-aea571f92f1c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0812980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0816432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0853942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0855121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0970402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0971325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\571e9bae-078a-432a-8e6e-39135ffe6659\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0986709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\571e9bae-078a-432a-8e6e-39135ffe6659\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0989669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.0992520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1026353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1027366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1144193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1145028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0933849-ef3f-41e0-b116-96292037faca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1159911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0933849-ef3f-41e0-b116-96292037faca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1162941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1165987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1217700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1219461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1336073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1337218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9695d881-1441-4486-9219-92bee807e012\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1355255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9695d881-1441-4486-9219-92bee807e012\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1358581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1361649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1397611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1398647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1520433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1521635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a058c652-deb2-4eca-b9a0-b65055007a0c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1538458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a058c652-deb2-4eca-b9a0-b65055007a0c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1541452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1544505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1580985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1582079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1695859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1696649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36927dbf-c87b-4afa-a25d-5da0f1dcd6ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1711507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36927dbf-c87b-4afa-a25d-5da0f1dcd6ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1714527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1717554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1767291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1768500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1885730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1886534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\382821bd-bf55-4afa-a8b8-7e89c33cab43\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1902027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\382821bd-bf55-4afa-a8b8-7e89c33cab43\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1905394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1908515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1942651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.1944488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2056074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2057005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01749f73-6247-4002-aefb-7221eba878c2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2072465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01749f73-6247-4002-aefb-7221eba878c2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2075947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2078945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2115468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2116591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2231583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2232444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6fc434a-38bc-4178-b5a1-a1e46966d2a5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2247794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6fc434a-38bc-4178-b5a1-a1e46966d2a5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2251077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2254428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2305737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2307010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2422611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2423432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01fdedff-fc3d-47b2-9fd7-5719c542d857\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2439373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01fdedff-fc3d-47b2-9fd7-5719c542d857\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2442380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2445278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2480350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2481383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2600791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2602156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6df4d92b-8612-4569-b859-68cb511d8175\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2617610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6df4d92b-8612-4569-b859-68cb511d8175\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2620758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2624044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2662874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2664019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2784802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2785956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42d2bac5-d167-4290-a410-2bf120a9ddfe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2802600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42d2bac5-d167-4290-a410-2bf120a9ddfe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2805851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2809122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2861666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2862871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2985544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.2986648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65a55e0a-a16c-4b24-a13c-0bf4c30b3b56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3002192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65a55e0a-a16c-4b24-a13c-0bf4c30b3b56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3005219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3008132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3044645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3046033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3157762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3158611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d096fdf-9d65-4abc-9897-7ef83d3fb0f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3175193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d096fdf-9d65-4abc-9897-7ef83d3fb0f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3178410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3181512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3220118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3221193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3336951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3338020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6fdf4a10-1eab-4f36-89e1-fb4a10f287b6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3355045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6fdf4a10-1eab-4f36-89e1-fb4a10f287b6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3358343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3361644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3413781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3415378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3540087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3540932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eeb4153c-d63e-448a-bba5-58ddb00aea9c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3556085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eeb4153c-d63e-448a-bba5-58ddb00aea9c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3559289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3562487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3601632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:30.3602739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:36.7934749Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Compression.Base'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:36.7983433Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Syncfusion.Compression.Base, Version=19.4.0.38","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:46:36.8011513Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Syncfusion.Compression.Base'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:43.8806974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.8808389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d354b9e4-332c-490e-9c81-bc17bddb8816\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.8826337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d354b9e4-332c-490e-9c81-bc17bddb8816\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.8830308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.8833889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.8876619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.8878167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9026698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9028651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db0b8f11-1a78-4e88-a20b-d1e336947c2c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9046781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db0b8f11-1a78-4e88-a20b-d1e336947c2c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9050298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9053839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9113718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9115441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9257649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9258934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f907355-6e1b-4104-9356-bd48e98e0f7e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9276219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f907355-6e1b-4104-9356-bd48e98e0f7e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9279859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9283257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9323287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9324528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9454409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9456043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8815309d-7067-468c-b018-39a147321c1b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9475269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8815309d-7067-468c-b018-39a147321c1b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9478939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9482435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9522358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9523579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9653358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9654409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9e798fa-b6ab-4985-96dd-ac22da02288e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9670234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9e798fa-b6ab-4985-96dd-ac22da02288e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9673558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9677092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9731202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9732446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9854238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9855159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\208af414-84c5-42df-a77a-2ee175a89dee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9871356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\208af414-84c5-42df-a77a-2ee175a89dee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9874783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9878031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9917175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:43.9918279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0042148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0043100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\903db2f4-9167-4aa9-ac34-4dd6843da4f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0058990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\903db2f4-9167-4aa9-ac34-4dd6843da4f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0062618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0065596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0102264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0103321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0222004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0223161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34538099-61c5-43bd-b3ca-6b7194692f0e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0238317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34538099-61c5-43bd-b3ca-6b7194692f0e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0241439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0244275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0297842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0299039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0315070Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Core.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:44.0330830Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Syncfusion.Core.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:44.0331279Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:44.0488470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0490080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86f712e6-c4d7-4628-a8e9-6c44908d03a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0506359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86f712e6-c4d7-4628-a8e9-6c44908d03a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0509536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0512650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0548980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0550051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0671443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0672695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0fdc7c11-adaa-43b2-83f4-c50bf9a173dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0688332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0fdc7c11-adaa-43b2-83f4-c50bf9a173dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0691521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0694769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0732220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0733274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0854135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0855240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27b95c61-0e41-4b07-a03b-d39c3050aaec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0871188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27b95c61-0e41-4b07-a03b-d39c3050aaec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0874516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0877731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0933944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.0935621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1054684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1055765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8dc70cb5-deb8-4669-893b-466d41059649\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1072770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8dc70cb5-deb8-4669-893b-466d41059649\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1077997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1082886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1123121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1124526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1552597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1553847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5af19356-9792-4873-ab70-a72198b9dce3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1570184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5af19356-9792-4873-ab70-a72198b9dce3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1573511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1577241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1616265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1617469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1735460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1736402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76a400e7-8a1a-40e5-864a-b36f37bd0d97\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1752915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76a400e7-8a1a-40e5-864a-b36f37bd0d97\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1756101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1759453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1811990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1813245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1935802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1936666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e26941b-3937-418a-8a10-22afa8c8d11c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1953036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e26941b-3937-418a-8a10-22afa8c8d11c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1956163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1959327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1995888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.1996944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2114177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2115217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2557609c-79e3-4823-82c6-3fc5358af36b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2131461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2557609c-79e3-4823-82c6-3fc5358af36b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2134547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2137735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2178289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2179812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2307549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2308651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d1163f9-be27-4c3b-82c5-7e17f7e139f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2326760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d1163f9-be27-4c3b-82c5-7e17f7e139f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2330079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2333562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2386498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2387736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2505116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2506244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b5222210-f33f-41e6-8dc7-2f096aaa6ece\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2523304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b5222210-f33f-41e6-8dc7-2f096aaa6ece\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2526839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2529801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2565950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2567094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2699693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2700788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\51998911-97dc-4bc1-84ea-05bae37f84eb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2717267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\51998911-97dc-4bc1-84ea-05bae37f84eb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2720573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2723636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2762232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2763408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2887109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2888412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f174b902-c495-4c45-8539-f49ae9a2074f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2906182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f174b902-c495-4c45-8539-f49ae9a2074f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2909382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2912601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2967730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.2969045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3100771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3101993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1505f048-783a-4589-b969-8c9b8851e8d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3120190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1505f048-783a-4589-b969-8c9b8851e8d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3123536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3127178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3165644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3166779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3288352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3289524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\164cac46-45e7-4217-a258-71265350b05b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3305537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\164cac46-45e7-4217-a258-71265350b05b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3308772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3312058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3350654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3351898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3482319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3484035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd6d4394-bce5-4279-a8fc-75b18a940239\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3500738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd6d4394-bce5-4279-a8fc-75b18a940239\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3504921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3508244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3564283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3566029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3685293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3686195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b8bdd8d-1694-40c0-a4ce-589b80a661f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3702593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b8bdd8d-1694-40c0-a4ce-589b80a661f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3705715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3711331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3749466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3750586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3871370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3872167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8757175f-f478-4d74-b7d4-793f8e031cfb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3889155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8757175f-f478-4d74-b7d4-793f8e031cfb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3892451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3895507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3933339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.3934427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4049013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4050034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7c80e49-ab83-49ab-bb00-3d1f8b704fef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4066260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7c80e49-ab83-49ab-bb00-3d1f8b704fef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4069490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4072876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4127474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4128912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4249169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4250099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\102bcc43-1ea3-4654-8d6e-443e826d9ec1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4265669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\102bcc43-1ea3-4654-8d6e-443e826d9ec1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4268813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4272228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4309121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4310315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4423619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4424708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdf3489d-ee01-4958-9eaa-f4b93fcf6834\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4439835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdf3489d-ee01-4958-9eaa-f4b93fcf6834\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4442935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4445986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4485276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4486536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4603818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4604823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b15f69b2-a87c-4939-b43f-93f8b4ccb5f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4620844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b15f69b2-a87c-4939-b43f-93f8b4ccb5f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4624033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4627562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4680255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4681626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4797012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4797949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89cedc6d-7a63-429a-b816-23269e63cf3a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4814467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89cedc6d-7a63-429a-b816-23269e63cf3a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4817683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4820768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4856797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4857845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4976542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4977331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2be3136-1ba7-4db6-a3a7-fc220833f73b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4993100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2be3136-1ba7-4db6-a3a7-fc220833f73b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4996242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.4999354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.5034941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.5036054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.5148318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.5149142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\518e90c6-9bde-4bfc-beb4-85ccf0cf1c94\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.5164933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\518e90c6-9bde-4bfc-beb4-85ccf0cf1c94\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.5168319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.5171889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.5222964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.5224164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7147022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7148446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bdb192ab-689b-411f-a140-7910cf8fb2b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7164662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bdb192ab-689b-411f-a140-7910cf8fb2b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7167933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7171330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7209657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7210872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7327819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7329065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddeb97f4-a4b6-48b5-a227-832017e4664a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7344673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddeb97f4-a4b6-48b5-a227-832017e4664a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7348410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7352026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7389325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7390386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7514643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7515798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d5d1e26-a01b-4586-a47f-4e2d01da6e4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7532526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d5d1e26-a01b-4586-a47f-4e2d01da6e4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7535837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7539319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7597982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7599966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7723878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7724930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f81605e1-c66b-492f-be5f-3bc1e2a27036\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7743243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f81605e1-c66b-492f-be5f-3bc1e2a27036\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7746923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7750430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7790036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7791474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7932201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7933577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0940614-602e-4c80-b8ef-c5b625b0e748\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7949842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0940614-602e-4c80-b8ef-c5b625b0e748\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7953142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7956512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7995176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.7996279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8113120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8114525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98162ebe-9cac-4f77-adf1-10c02a1ceeac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8130639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98162ebe-9cac-4f77-adf1-10c02a1ceeac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8133741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8136882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8187507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8188719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8315608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8316763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bc3b5b3-0e6a-4b3c-9bbd-e5e3257f8be6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8332231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bc3b5b3-0e6a-4b3c-9bbd-e5e3257f8be6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8335454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8338694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8379601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8381094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8494732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8495615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f6be50c-8296-4c73-96a2-963ccbae3d55\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8511414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f6be50c-8296-4c73-96a2-963ccbae3d55\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8514536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8517572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8553708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8554755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8673122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8674312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e035a9f-3321-4e21-9099-2cbf5a828b5f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8689953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e035a9f-3321-4e21-9099-2cbf5a828b5f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8693057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8696352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8747238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8748703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8864019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8864852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17fbb882-61e7-4d5e-9477-12cd495c9766\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8880147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17fbb882-61e7-4d5e-9477-12cd495c9766\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8883410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8886289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8923480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.8924637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9045291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9046485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff33a07c-4673-4318-9a69-a0d959cf4640\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9061754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff33a07c-4673-4318-9a69-a0d959cf4640\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9065047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9068209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9105272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9106356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9222065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9223096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c743eaf8-0ba1-4678-b654-fe9240e4a9fc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9237901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c743eaf8-0ba1-4678-b654-fe9240e4a9fc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9241102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9243923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9296098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9297330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9414406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9415292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\702630f8-d2b9-427c-9652-b06910d88c47\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9432522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\702630f8-d2b9-427c-9652-b06910d88c47\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9435944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9439044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9474974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9476289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9593192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9594411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73c0d2a0-7b19-4c2f-a03c-3145fb36120a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9609769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73c0d2a0-7b19-4c2f-a03c-3145fb36120a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9613089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9616322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9655593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9656682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9783649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9785231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d2458fba-c61c-478c-bbed-79c83e1baf7d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9802337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d2458fba-c61c-478c-bbed-79c83e1baf7d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9805796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9809098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9861747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9863079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9981663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9983093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7782463-13d2-4b14-8b01-a5fb2b26a251\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:44.9998766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7782463-13d2-4b14-8b01-a5fb2b26a251\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0001912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0005051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0041930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0042989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0173308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0174485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\307a49a3-b319-4904-a86e-7a7812131331\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0191502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\307a49a3-b319-4904-a86e-7a7812131331\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0194959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0198127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0239617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0240842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0363197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0364205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8b0d81f6-2170-4226-8ede-2f7f41e29419\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0379482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8b0d81f6-2170-4226-8ede-2f7f41e29419\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0382846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0385959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0436993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0438306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0560828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0561646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdf2a1c7-2b4f-43f6-97fe-c132de5be61b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0576828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdf2a1c7-2b4f-43f6-97fe-c132de5be61b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0580205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0583479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0620324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0621468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0737695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0738496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89b17fd2-73b7-4037-b046-d3fb5a96ca15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0754501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89b17fd2-73b7-4037-b046-d3fb5a96ca15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0757776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0760934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0797923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0799008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0919325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0920119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b713517-7f2e-43ae-a364-989371104da1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0935919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b713517-7f2e-43ae-a364-989371104da1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0939364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0942294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0993092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.0994385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1108136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1109174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9978df63-1eba-4981-8657-cb568cd52c2e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1125012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9978df63-1eba-4981-8657-cb568cd52c2e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1128072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1132674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1166565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1167568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1287538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1288436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed6d9322-4887-4b98-a32e-260e77a1520a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1304240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed6d9322-4887-4b98-a32e-260e77a1520a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1307361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1310643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1347041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1349467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1464447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1465409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddc1e3f4-7586-4f79-970f-b4e3275c5ddc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1481893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddc1e3f4-7586-4f79-970f-b4e3275c5ddc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1485576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1488743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1540967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1542178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1662982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1663796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dfd65df1-8d2c-4c30-ad8c-3052ea58c4fe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1679347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dfd65df1-8d2c-4c30-ad8c-3052ea58c4fe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1682678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1685579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1720708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1722076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1835152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1836298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29673996-3dae-477f-98bf-db04efbdd377\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1853917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29673996-3dae-477f-98bf-db04efbdd377\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1857428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1861112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1899626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.1900788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2023897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2025807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6c91b588-f594-40b0-9851-d4f7ce0ffc36\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2041910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6c91b588-f594-40b0-9851-d4f7ce0ffc36\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2045009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2048227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2102578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2103853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2222839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2224076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f6841b7-3ab8-4b61-8fd7-5efdfaaaf485\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2241509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f6841b7-3ab8-4b61-8fd7-5efdfaaaf485\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2244792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2247810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2283757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2284793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2401906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2402725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\350d8d93-485b-4c89-9c06-66c046bbf1be\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2418771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\350d8d93-485b-4c89-9c06-66c046bbf1be\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2422462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2425607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2461272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2462291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2574830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2575983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e9671cc8-24c1-4867-86f6-135fd5c16e82\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2591432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e9671cc8-24c1-4867-86f6-135fd5c16e82\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2594527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2597410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2645106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2646316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2766411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2767482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\231a490e-e1a1-427a-ad08-3141a85e3aca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2784378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\231a490e-e1a1-427a-ad08-3141a85e3aca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2787683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2791028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2828932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2830003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2941817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2942726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5ab0359-4a0c-4047-882e-1ea026d837f1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2958418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5ab0359-4a0c-4047-882e-1ea026d837f1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2961615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.2965024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3001685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3002702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3119979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3120841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23cb9be8-b714-4bb0-b6cb-02a565a3d32e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3137747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23cb9be8-b714-4bb0-b6cb-02a565a3d32e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3141032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3144368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3196424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3197634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3321690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3322561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\468d10e0-1bae-43c3-ac50-a413ce2d9267\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3338797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\468d10e0-1bae-43c3-ac50-a413ce2d9267\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3342153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3345169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3381246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3382275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3501417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3502220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e989e2d-13fa-45bf-a6cf-b3dc16715b95\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3517735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e989e2d-13fa-45bf-a6cf-b3dc16715b95\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3520879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3524054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3560392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3561459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3676836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3677677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\266ffacb-0e84-41da-8dea-8103b4051bfc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3693397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\266ffacb-0e84-41da-8dea-8103b4051bfc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3696454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3699441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3752596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:45.3754044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:51.3818482Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Core.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:51.3858429Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Syncfusion.Core.WinForms, Version=19.4.0.38","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:46:51.3873380Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Syncfusion.Core.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:46:57.8923877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.8925751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc46996c-3259-4acf-a487-c39b46338a9d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.8944805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc46996c-3259-4acf-a487-c39b46338a9d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.8948987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.8952763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.8995874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.8997438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9128264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9129374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1f57047-a4e8-4c2e-ad14-6b5c3a64b1cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9148791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1f57047-a4e8-4c2e-ad14-6b5c3a64b1cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9152512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9156336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9197004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9198199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9341612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9343129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e33890f-0e1e-47ce-b62c-ca0dc682c6d3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9360106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e33890f-0e1e-47ce-b62c-ca0dc682c6d3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9363590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9367280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9423305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9425221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9560808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9562597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b5f00bc-9b6b-4580-a3c0-cc2d1953cfa4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9579515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b5f00bc-9b6b-4580-a3c0-cc2d1953cfa4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9583056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9586461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9630661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9631976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9758584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9759693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4c5bcd3-2393-4a3f-aa18-b99a29c8ef67\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9778837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4c5bcd3-2393-4a3f-aa18-b99a29c8ef67\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9782686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9785845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9822619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9823660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9943293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9944315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a5dc67c-f519-4379-8d1c-4ac23659998f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9959892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a5dc67c-f519-4379-8d1c-4ac23659998f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9963238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:57.9966552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0014945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0016322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0136078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0137115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a83545ba-cf1f-408a-a092-ce0cd2c8d87c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0152982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a83545ba-cf1f-408a-a092-ce0cd2c8d87c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0156007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0158834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0193884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0194922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0308831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0310130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32e86512-b339-405b-8915-c7a1cbfc4430\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0326482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32e86512-b339-405b-8915-c7a1cbfc4430\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0329829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0333023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0369237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0370298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0385861Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Data.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:58.0401228Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Syncfusion.Data.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:58.0401731Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:46:58.0558715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0559895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eda634b9-b85f-46de-be6c-12be6b15411d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0576073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eda634b9-b85f-46de-be6c-12be6b15411d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0579402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0582921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0634688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0636039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0751107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0751961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03735d1f-1ebe-41ff-b870-efcc65d61014\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0768054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03735d1f-1ebe-41ff-b870-efcc65d61014\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0771626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0774790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0811987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0813066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0927980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0929057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\940bfbca-de4d-49f1-8d1c-dc8478b8d683\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0944351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\940bfbca-de4d-49f1-8d1c-dc8478b8d683\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0947516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0950676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0985380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.0986397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1099691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1100669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b47a0683-3db5-4379-98a1-6e5d7964c379\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1115672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b47a0683-3db5-4379-98a1-6e5d7964c379\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1118758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1121913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1173999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1175332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1572897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1574422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cda491f3-bf56-4435-9383-bb20094f8223\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1590525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cda491f3-bf56-4435-9383-bb20094f8223\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1593739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1599061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1639508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1641287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1759201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1760272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38d07edd-82dc-4809-9539-117c8f7be90c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1779195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38d07edd-82dc-4809-9539-117c8f7be90c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1782712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1786123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1824402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1825557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1960811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1962392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00ccd1a5-51a0-4fcf-a861-37a706bb8763\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1978793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00ccd1a5-51a0-4fcf-a861-37a706bb8763\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1982014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.1985621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2040592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2041825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2155866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2156712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74e4bf36-6849-4008-a80b-e181d6ecb119\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2171738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74e4bf36-6849-4008-a80b-e181d6ecb119\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2174809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2178104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2214595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2215666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2338698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2339821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0bba4a3-caef-4164-9fed-f699cac81be3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2354989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0bba4a3-caef-4164-9fed-f699cac81be3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2358140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2361326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2399532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2400862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2516276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2517197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7714c41-6b32-4542-b5bd-b571b45efa78\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2532973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7714c41-6b32-4542-b5bd-b571b45efa78\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2536686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2539798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2590528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2591775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2724896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2726630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d2c7e3b-9617-4696-98e7-7605f2cd86e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2743310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d2c7e3b-9617-4696-98e7-7605f2cd86e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2747341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2750501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2789258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2790387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2908442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2909275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0340f2b3-1846-4e99-b4d0-18eade4d5f0e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2926154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0340f2b3-1846-4e99-b4d0-18eade4d5f0e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2929441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2932812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2969169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.2970217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3092308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3093112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3eee13e-9625-49e0-9afe-fca787c90673\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3108979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3eee13e-9625-49e0-9afe-fca787c90673\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3112345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3115362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3166017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3167517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3284391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3285288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f4b34b7-f876-4c57-8685-018d8767ed46\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3300671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f4b34b7-f876-4c57-8685-018d8767ed46\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3303990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3307202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3344839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3345891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3473497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3474846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2929928-8d5f-46c1-bc2d-853fe82a31f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3492328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2929928-8d5f-46c1-bc2d-853fe82a31f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3495662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3498966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3538016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3539147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3656927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3658244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e9c095dc-8bdd-4a5b-81e9-d4c0fc2dbc40\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3674031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e9c095dc-8bdd-4a5b-81e9-d4c0fc2dbc40\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3677193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3680475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3736087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3737857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3868553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3870127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00c400f9-d179-4bd8-b52a-5f3f46d88513\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3887538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00c400f9-d179-4bd8-b52a-5f3f46d88513\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3890815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3894351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3935294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.3936466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4051138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4051969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92a69ea3-3029-4dfe-a3ad-618a42716f14\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4067793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92a69ea3-3029-4dfe-a3ad-618a42716f14\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4071032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4073990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4116158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4117395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4235546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4236367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67974445-1d0c-4cd5-9eab-b3f0150f26d9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4253715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67974445-1d0c-4cd5-9eab-b3f0150f26d9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4256824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4260036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4311801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4313031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4427063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4427829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b032b068-7dd8-4f71-9290-a1fac09ab6a0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4444594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b032b068-7dd8-4f71-9290-a1fac09ab6a0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4447653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4450649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4486807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4487861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4606053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4607033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2e3806d-38bc-43f8-b509-ed7fe1e0ba14\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4623601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2e3806d-38bc-43f8-b509-ed7fe1e0ba14\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4626750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4629927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4666345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4667419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4780858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4781653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2bc1f073-ec13-4130-b589-63d567f3a26b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4797793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2bc1f073-ec13-4130-b589-63d567f3a26b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4800943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4804023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4853425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4856384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4976237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4977278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7492b5be-8355-4522-94f7-326f4cbba4dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4992841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7492b5be-8355-4522-94f7-326f4cbba4dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4995899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.4998883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.5038030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.5039279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.5152086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.5152919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e408f23-9de7-4da1-a444-f2d7bd30e1b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.5169455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e408f23-9de7-4da1-a444-f2d7bd30e1b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.5173166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.5176202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.5213913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.5214960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7160822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7162137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f9a37c6-f56b-4f45-95aa-11d382ab5052\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7179438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f9a37c6-f56b-4f45-95aa-11d382ab5052\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7183225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7199562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7238259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7239537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7356582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7357419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18d6e7ab-4777-4051-9bfc-52a6414bf663\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7372583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18d6e7ab-4777-4051-9bfc-52a6414bf663\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7375977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7379032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7414745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7415801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7540835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7541711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70f1ed84-1a0c-44fe-9fb0-b88e25c89e76\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7556802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70f1ed84-1a0c-44fe-9fb0-b88e25c89e76\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7560104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7563441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7601425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7602594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7715790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7716752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\24f218b4-9ecc-4915-8b0d-10e8b8753837\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7731745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\24f218b4-9ecc-4915-8b0d-10e8b8753837\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7734921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7751495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7790315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7791405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7923100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7924136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7cf7d0c2-a82e-49e8-9a9d-e308c2850a13\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7939959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7cf7d0c2-a82e-49e8-9a9d-e308c2850a13\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7943253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7946608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7988546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.7990001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8110939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8112201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca21ca8c-685f-48fe-a825-14ecbde0ee7f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8128871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca21ca8c-685f-48fe-a825-14ecbde0ee7f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8132240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8135512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8173857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8175169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8303438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8304448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d8be4e3-47b6-405a-9a85-5ea527054a9f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8320356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d8be4e3-47b6-405a-9a85-5ea527054a9f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8323759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8340242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8379012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8380160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8500035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8501669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aba9712e-c5c4-4199-9b99-df189fe4c391\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8518191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aba9712e-c5c4-4199-9b99-df189fe4c391\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8521480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8524718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8561592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8562696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8689606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8690716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1b4f080-4bc8-4461-9640-71971160597c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8706341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1b4f080-4bc8-4461-9640-71971160597c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8709685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8713212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8751031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8752184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8864345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8865147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03e28214-df7e-4ccf-9c91-9e85d1670ed6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8881894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03e28214-df7e-4ccf-9c91-9e85d1670ed6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8885444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8900853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8937474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.8938521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9058926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9059778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07514c58-ed91-4c28-b0e1-5d8495a2027b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9074956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07514c58-ed91-4c28-b0e1-5d8495a2027b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9078132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9081389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9119276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9120430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9237063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9238154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\535d2523-5530-4fd7-b0b4-ed99528ad92b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9253798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\535d2523-5530-4fd7-b0b4-ed99528ad92b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9256964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9260080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9295894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9296889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9416523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9417364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff983d3f-841b-4a9a-a531-7c206617c6ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9433815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff983d3f-841b-4a9a-a531-7c206617c6ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9437062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9453861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9494912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9496552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9613040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9613852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ac06cd9-6939-4052-9740-2339b236c6df\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9629112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ac06cd9-6939-4052-9740-2339b236c6df\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9632134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9635016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9673845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9674982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9789407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9790242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c586894e-ef2a-4ea9-839c-7597dd11a826\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9807913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c586894e-ef2a-4ea9-839c-7597dd11a826\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9811049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9814143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9850240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9851347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9962816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9963610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1de963a7-a818-4b34-8802-25005775f163\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9978322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1de963a7-a818-4b34-8802-25005775f163\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9981834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:58.9996401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0030881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0031876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0157910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0159321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0228c2a2-3aa3-450d-a9f6-7dc1ea6d420d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0175261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0228c2a2-3aa3-450d-a9f6-7dc1ea6d420d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0178389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0181641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0221122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0222480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0354698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0355868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\775b0e4e-5156-4660-8f9c-f1cebe4a6a17\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0372209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\775b0e4e-5156-4660-8f9c-f1cebe4a6a17\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0375192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0378395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0414249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0415457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0534153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0535059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c025cad-033d-42d4-a187-b2e96ae53159\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0550069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c025cad-033d-42d4-a187-b2e96ae53159\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0553132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0568704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0609018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0610300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0726865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0734518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29f14028-bfed-4bd9-b66a-db24681cf69d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0750982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29f14028-bfed-4bd9-b66a-db24681cf69d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0754185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0757254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0794401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0795443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0912201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0913040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2183b59c-8041-42bb-a1b3-5bb5c7faedfe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0928759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2183b59c-8041-42bb-a1b3-5bb5c7faedfe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0931974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0935217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0972975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.0974049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1084586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1085398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7ccdd68-24b0-4782-8cac-aaf5a0870688\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1102601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7ccdd68-24b0-4782-8cac-aaf5a0870688\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1105954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1122145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1158505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1159566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1280439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1281930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e3a06709-aa9f-400e-9690-87f91988601a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1298823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e3a06709-aa9f-400e-9690-87f91988601a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1302005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1305386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1341334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1342382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1456393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1457473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03b5bd78-c703-4fea-a14e-4cd1cadbb4b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1472496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03b5bd78-c703-4fea-a14e-4cd1cadbb4b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1475541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1478592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1519781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1521257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1645519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1646503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aadd041f-5cd6-4584-922c-f0f77da9395f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1663571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aadd041f-5cd6-4584-922c-f0f77da9395f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1666765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1682489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1718804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1719859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1833754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1834616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6f8b5f5-13a2-4f05-ae85-2e519a6873cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1850800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6f8b5f5-13a2-4f05-ae85-2e519a6873cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1853981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1856966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1894637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.1895802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2016346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2017540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bdb66296-a052-417d-b132-2c44c4e6a9ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2033660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bdb66296-a052-417d-b132-2c44c4e6a9ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2036697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2039753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2075884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2076964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2191131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2192362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d11804b1-1d58-4e6e-b78e-f185dc1f21b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2207542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d11804b1-1d58-4e6e-b78e-f185dc1f21b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2210634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2226799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2262818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2264062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2384029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2385064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fed3e8d7-7b90-4d7d-bfbf-82513c4172b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2400785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fed3e8d7-7b90-4d7d-bfbf-82513c4172b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2403992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2407177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2448169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2449433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2565061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2566719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c4ab9a9-d0ab-4fe9-ab31-49a3d6905e44\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2584313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c4ab9a9-d0ab-4fe9-ab31-49a3d6905e44\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2587870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2591290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2631886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2633402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2756271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2757528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\99ebb2b1-21cf-4885-bcc9-085f4d30e186\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2774240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\99ebb2b1-21cf-4885-bcc9-085f4d30e186\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2777567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2794199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2831998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2833472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2952576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2953758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9db70fa7-c431-48a5-9aec-e4d03eef7952\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2969387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9db70fa7-c431-48a5-9aec-e4d03eef7952\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2973101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.2976490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3013934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3014986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3134330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3135222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0c58071-dbb0-4fb5-a60a-36f559c2f27e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3150398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0c58071-dbb0-4fb5-a60a-36f559c2f27e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3153606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3156797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3195197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3196606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3313365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3314321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6cde0e3f-9cc9-49b6-98e0-6d663f081faa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3329305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6cde0e3f-9cc9-49b6-98e0-6d663f081faa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3332480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3335723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3386800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3388150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3506579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3507468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e4598bc5-789e-475c-b3c0-ac8860080368\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3523854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e4598bc5-789e-475c-b3c0-ac8860080368\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3527153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3530367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3567103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3568230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3683259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3684515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c525b9b-feef-489c-b6b4-5a5e42ce24d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3700202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c525b9b-feef-489c-b6b4-5a5e42ce24d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3703369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3706626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3744897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:46:59.3746136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:01.7728736Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Data.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:01.7770201Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Syncfusion.Data.WinForms, Version=19.4.0.38","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:01.7797051Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Syncfusion.Data.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:02.8030484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8032239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fdf368b-14af-4ae1-8436-32b4fd997231\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8054890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fdf368b-14af-4ae1-8436-32b4fd997231\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8058729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8078437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8122785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8124158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8260848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8262116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2767f79b-594b-41ce-a8b8-5d2df494ea4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8281548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2767f79b-594b-41ce-a8b8-5d2df494ea4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8285198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8288644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8328762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8329983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8462574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8463594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\672821e6-1cfb-4cfd-9b88-6d1c8605cc7a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8480959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\672821e6-1cfb-4cfd-9b88-6d1c8605cc7a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8484548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8487928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8528724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8529909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8654366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8655436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b686b867-2529-4a04-9a18-128fcf1afae1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8673219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b686b867-2529-4a04-9a18-128fcf1afae1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8676563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8679568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8731373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8732641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8858496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8859641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41b5831c-2cdc-4f41-bcbc-af18b8155482\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8876479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41b5831c-2cdc-4f41-bcbc-af18b8155482\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8879895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8883577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8920565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.8921759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9040456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9041378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa791bdc-c478-436c-895b-14366e46ee14\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9058239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa791bdc-c478-436c-895b-14366e46ee14\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9061734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9065050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9102950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9104077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9223174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9223979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c767107-f03a-4ee9-95d6-ae2eb251c512\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9241032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c767107-f03a-4ee9-95d6-ae2eb251c512\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9244499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9247743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9299636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9301091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9418951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9420060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\693c327d-a7a2-49af-9e78-5f5d3846cc16\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9437455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\693c327d-a7a2-49af-9e78-5f5d3846cc16\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9441058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9444595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9484314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9485713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9500705Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.DataSource.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:02.9515491Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Syncfusion.DataSource.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:02.9515951Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:02.9670670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9672208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78275a43-0d58-4122-a303-5d33b51211e9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9688030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78275a43-0d58-4122-a303-5d33b51211e9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9691167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9694482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9731431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9732500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9850738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9851994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53ddcf63-6567-43b9-8f0a-2a1b07cfb6d2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9868049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53ddcf63-6567-43b9-8f0a-2a1b07cfb6d2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9871269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9874665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9927433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:02.9928671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0048974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0050165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e069dedf-0be0-4a2a-b51d-2850ae33049e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0065991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e069dedf-0be0-4a2a-b51d-2850ae33049e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0069240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0072407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0109946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0111214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0226029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0226916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\141ae96e-ac68-4a6c-9533-0bf8f62a79b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0242029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\141ae96e-ac68-4a6c-9533-0bf8f62a79b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0245142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0248579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0286293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0287450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0687508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0689389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdfcc554-b83b-4664-b2f5-16ff60179ec5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0706066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdfcc554-b83b-4664-b2f5-16ff60179ec5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0709052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0712179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0761804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0762998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0879065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0880163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9e0dea5-51a9-4e4f-b92c-44a00b4da65e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0896335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9e0dea5-51a9-4e4f-b92c-44a00b4da65e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0899737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0903068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0940766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.0941950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1064915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1065805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59080889-be57-4d14-bec0-9e17604c97f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1082068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59080889-be57-4d14-bec0-9e17604c97f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1085389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1089666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1128893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1130236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1246883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1247799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ca81c3f-d7fa-45d8-a1e7-fc3d30ebe5cd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1263745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ca81c3f-d7fa-45d8-a1e7-fc3d30ebe5cd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1267085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1270400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1322568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1324004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1457569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1461730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35662d27-7217-4d3a-b22b-ad01ee8f951e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1479095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35662d27-7217-4d3a-b22b-ad01ee8f951e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1482335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1485793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1523516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1524673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1642253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1643639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e719ab65-de06-43df-a83d-e97209dce08c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1660684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e719ab65-de06-43df-a83d-e97209dce08c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1663945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1667245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1706028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1707702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1849657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1851008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f7189a1-b131-493c-af27-b59a4c6bd995\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1867657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f7189a1-b131-493c-af27-b59a4c6bd995\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1870948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1874255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1929615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.1931157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2049083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2049919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0eac7e0c-80ec-4ce2-a223-3ebda1574356\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2066069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0eac7e0c-80ec-4ce2-a223-3ebda1574356\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2069298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2072706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2110182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2111336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2238156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2239391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\907a271c-a42a-4dad-bb25-c6c07e3c8404\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2255517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\907a271c-a42a-4dad-bb25-c6c07e3c8404\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2258552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2261541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2298538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2299611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2414724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2415692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da71d59e-030b-4517-8693-bb98d43a93ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2431719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da71d59e-030b-4517-8693-bb98d43a93ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2435484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2438942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2492529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2493718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2624080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2625136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6859defb-070f-4713-a8f4-ab804f72cdff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2641432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6859defb-070f-4713-a8f4-ab804f72cdff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2644778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2648200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2688581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2690055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2806515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2807432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49913100-92cc-4d4d-b783-3b0d501faa47\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2825078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49913100-92cc-4d4d-b783-3b0d501faa47\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2828386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2831548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2867470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2868530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2991849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.2992729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0293380-f55f-4f7f-94f5-5d7fd04d2171\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3008142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0293380-f55f-4f7f-94f5-5d7fd04d2171\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3011321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3014375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3065697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3066883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3183295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3184076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58d4afb0-f271-47da-9336-efed8467af8f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3200115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58d4afb0-f271-47da-9336-efed8467af8f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3203298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3206493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3242715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3243778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3370998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3372130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\adfaf7b2-e358-4b84-aa3a-f899b77e48fc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3387469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\adfaf7b2-e358-4b84-aa3a-f899b77e48fc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3390566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3393632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3428071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3429084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3542801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3543584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f7f57f0-c1e3-4c97-86cf-74efeb858e14\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3558923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f7f57f0-c1e3-4c97-86cf-74efeb858e14\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3562033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3564977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3617441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3618937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3743715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3744839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad670aad-d517-4728-abc7-09ccfa64e1f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3763432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad670aad-d517-4728-abc7-09ccfa64e1f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3767504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3771223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3809939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3811274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3930487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3931404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70771d3e-fa53-4d55-b5ff-66d4972e04bf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3948143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70771d3e-fa53-4d55-b5ff-66d4972e04bf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3951484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3954903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3992496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.3993623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4116007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4116974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ae39b9d-5bce-4433-93a3-34318cb6dfb9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4132809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ae39b9d-5bce-4433-93a3-34318cb6dfb9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4136108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4139615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4191813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4193074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4309629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4310411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28f53dc5-fc4f-4505-bddc-207e15cb4841\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4325752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28f53dc5-fc4f-4505-bddc-207e15cb4841\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4328826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4331747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4367275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.4368380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6407673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6408814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42928161-4a18-419e-9c52-76b8906d3558\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6424359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42928161-4a18-419e-9c52-76b8906d3558\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6427530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6430470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6467457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6468526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6596230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6597192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ddd3056-01ad-44b5-9095-e24a2f5bad7a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6612867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ddd3056-01ad-44b5-9095-e24a2f5bad7a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6616148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6632773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6669978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6671103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6791817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6792677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2bf61bf0-c4c3-4b32-8330-23881909add5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6808167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2bf61bf0-c4c3-4b32-8330-23881909add5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6811323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6814399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6852473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6853712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6967091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6967917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\818d7713-b203-47e4-8507-592269523ec4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6983092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\818d7713-b203-47e4-8507-592269523ec4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6986293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.6989354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7026102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7027522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7152017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7153579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97297280-4245-4dbd-887e-3b38cf2e1cf2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7188846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97297280-4245-4dbd-887e-3b38cf2e1cf2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7192546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7195926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7234143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7235400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7354511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7355402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78824a1e-71b0-4ca7-ae8a-4e8a65f76ca1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7371227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78824a1e-71b0-4ca7-ae8a-4e8a65f76ca1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7374390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7377736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7414800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7415884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7546108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7546993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\022e8cec-bd40-41a6-857d-d1e2e07cfa34\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7562741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\022e8cec-bd40-41a6-857d-d1e2e07cfa34\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7565896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7569149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7606037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7607218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7726309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7727301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce4869d8-2242-40ac-b6a4-7fa6677908ea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7755043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce4869d8-2242-40ac-b6a4-7fa6677908ea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7758480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7761773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7800718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7801867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7929753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7930616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b15266e-8ff2-4c68-9472-965ed1a02bc2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7947520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b15266e-8ff2-4c68-9472-965ed1a02bc2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7950750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7953982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7992841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.7993953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8116542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8117951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c348d07-1cfe-4a4b-852a-4831fd67dc64\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8134863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c348d07-1cfe-4a4b-852a-4831fd67dc64\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8138671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8141979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8178184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8179201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8299956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8300937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38ae724e-d0c4-4149-9039-fbe38bb7adeb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8338831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38ae724e-d0c4-4149-9039-fbe38bb7adeb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8341992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8345078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8381312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8382590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8501506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8502324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb6772c8-7577-4427-9ae9-35b57b11f0d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8517746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb6772c8-7577-4427-9ae9-35b57b11f0d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8520811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8523835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8562660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8563821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8682306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8683139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8979cb26-0d21-4413-b3fa-ac1fe4deaf7a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8700220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8979cb26-0d21-4413-b3fa-ac1fe4deaf7a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8703574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8707017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8742849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8743883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8857238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8858022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86488d00-ae36-4352-b19d-b8b10413ace0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8872946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86488d00-ae36-4352-b19d-b8b10413ace0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8875971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8891712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8927140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.8928218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9045827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9046632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b80ebbd-46dd-4d6f-a1a9-80575fd8bebb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9061436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b80ebbd-46dd-4d6f-a1a9-80575fd8bebb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9064499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9067583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9103008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9104082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9221130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9221975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff891020-c49e-4200-9c78-355ea31bf243\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9237216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff891020-c49e-4200-9c78-355ea31bf243\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9240266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9243329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9279643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9280700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9405531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9406338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cfea51b-57b2-4e92-9501-8b2eec165d9a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9432761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cfea51b-57b2-4e92-9501-8b2eec165d9a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9436290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9439626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9479332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9480746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9597047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9598554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38014d42-614a-4172-ba6b-516c92147e4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9614902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38014d42-614a-4172-ba6b-516c92147e4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9621494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9624839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9660662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9661700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9782625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9783540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\acb59db3-fe9e-4060-b8f8-f90cd7b31d82\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9799751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\acb59db3-fe9e-4060-b8f8-f90cd7b31d82\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9803231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9806313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9842288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9843346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9960533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9961682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28d02973-c07a-4ea2-902b-103d5e6b6d20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9977670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28d02973-c07a-4ea2-902b-103d5e6b6d20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9980968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:03.9996601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0032151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0033181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0152718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0154085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f3a7ab6-5856-42cb-814d-5229f7de10e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0171245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f3a7ab6-5856-42cb-814d-5229f7de10e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0174519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0177794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0216888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0218396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0342169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0343948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c94ccc1-65dd-490d-8857-7aaeebef1d07\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0359539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c94ccc1-65dd-490d-8857-7aaeebef1d07\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0362665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0366027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0406011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0407340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0525578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0526697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c5ba2f8-c977-4c7d-979f-87d201dd8cbe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0544291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c5ba2f8-c977-4c7d-979f-87d201dd8cbe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0559862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0563046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0599757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0600824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0713921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0714887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\058b9bfa-39e2-4d5e-9d4f-b480f08fc0a0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0730588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\058b9bfa-39e2-4d5e-9d4f-b480f08fc0a0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0733845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0736971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0774204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0775306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0893098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0893891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\245fd1c8-6897-4baf-a33d-b2cfa0391bb9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0908921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\245fd1c8-6897-4baf-a33d-b2cfa0391bb9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0912136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0914989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0950947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.0952063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1065747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1066873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5da7ec6e-892e-42ab-ab85-0e159f7654e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1083248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5da7ec6e-892e-42ab-ab85-0e159f7654e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1086357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1102340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1137269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1138285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1255315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1256278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4df01ad7-740b-4b9e-bef1-b4e72dae791c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1272777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4df01ad7-740b-4b9e-bef1-b4e72dae791c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1276279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1279538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1320732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1321856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1434451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1435653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2fc6bc3-a19e-4daf-bb1e-c8c0e704ccba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1451211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2fc6bc3-a19e-4daf-bb1e-c8c0e704ccba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1454410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1457529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1497742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1499188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1619160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1620117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a745c06c-e479-4d5d-9570-edd24cb003b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1635734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a745c06c-e479-4d5d-9570-edd24cb003b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1638804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1655479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1694154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1695443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1810541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1811882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a0cc2b0-4e7c-4675-8250-4a8e76216fc5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1828396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a0cc2b0-4e7c-4675-8250-4a8e76216fc5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1831603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1834819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1871718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1872783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1993803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.1994775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d8b5646-ef6e-44c8-8bcf-7d359b0b23f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2010390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d8b5646-ef6e-44c8-8bcf-7d359b0b23f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2014405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2017517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2055786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2056862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2185756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2186704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9937f25c-54df-4a5c-b63a-0d15b43cf0a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2201960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9937f25c-54df-4a5c-b63a-0d15b43cf0a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2205165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2221221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2259636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2260879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2383794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2384886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ee9f4a6-16c1-48bd-ba70-ef0d83d53d84\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2404068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ee9f4a6-16c1-48bd-ba70-ef0d83d53d84\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2407765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2411293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2450740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2452157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2570818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2572018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28781cc3-e5fe-4cea-a992-614d6691f7b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2587600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28781cc3-e5fe-4cea-a992-614d6691f7b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2591038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2594259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2632204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2633627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2755657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2756847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba5c6f4d-5514-46c8-bcd6-a7c3862da0cb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2772888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba5c6f4d-5514-46c8-bcd6-a7c3862da0cb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2776223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2793137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2829898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2830956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2948302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2949197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc97f12e-e5bc-49a5-8bc9-3a615374b5cd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2965290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc97f12e-e5bc-49a5-8bc9-3a615374b5cd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2968460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.2971722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.3008855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:04.3009932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.1701142Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.DataSource.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:05.1739801Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Syncfusion.DataSource.WinForms, Version=19.4.0.38","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:05.1756279Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Syncfusion.DataSource.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:05.5361896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5363375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78aee1a3-4ba5-4a63-8c90-39462a1e3232\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5382857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78aee1a3-4ba5-4a63-8c90-39462a1e3232\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5387216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5391219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5432448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5433815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5571380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5572920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65e375a1-f0e5-47b8-a949-c7824db61d0d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5590424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65e375a1-f0e5-47b8-a949-c7824db61d0d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5593956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5613608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5655637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5656893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5789711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5791477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3875cf5d-2b32-470f-80b0-99b0f14450f1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5808329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3875cf5d-2b32-470f-80b0-99b0f14450f1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5811865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5815291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5853158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5854288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5979302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5980225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20fd13bc-38eb-4fe4-884c-a0d73e786a6a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.5997182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20fd13bc-38eb-4fe4-884c-a0d73e786a6a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6000488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6003759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6041728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6042838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6167621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6168769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b638ec4a-3125-432b-9b4f-71d66927b2da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6184839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b638ec4a-3125-432b-9b4f-71d66927b2da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6188218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6205515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6246327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6247620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6368599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6369447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8bd6ae57-d1fe-4912-a912-a956133f9ba5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6385158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8bd6ae57-d1fe-4912-a912-a956133f9ba5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6388272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6391438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6429241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6430299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6546403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6547215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50cf3a1a-d2cf-4819-a7da-4e5b6ee77fee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6564388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50cf3a1a-d2cf-4819-a7da-4e5b6ee77fee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6567720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6570874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6608093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6609324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6726820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6727655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\057f46cf-4a12-49d7-aa9d-76642869563b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6743715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\057f46cf-4a12-49d7-aa9d-76642869563b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6746999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6750259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6798505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6799670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6814178Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.GridCommon.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:05.6830800Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Syncfusion.GridCommon.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:05.6831304Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:05.6994711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.6995840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b9841b3-8cf0-4944-b966-7727d6044e5d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7014136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b9841b3-8cf0-4944-b966-7727d6044e5d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7017729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7021161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7058975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7060061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7177134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7178386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f3b0a23-a0ee-429d-bf5a-5ff2018aef2d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7195419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f3b0a23-a0ee-429d-bf5a-5ff2018aef2d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7198871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7202121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7239384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7240458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7358629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7359695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2678e73-8d3b-4141-b02c-1ceac49f88c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7375281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2678e73-8d3b-4141-b02c-1ceac49f88c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7378519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7382760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7435557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7437510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7563582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7565083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a008727-4ec9-40f9-bcae-0a6ab0177fb6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7582191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a008727-4ec9-40f9-bcae-0a6ab0177fb6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7585518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7588875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7628696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.7631548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8021954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8023850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5734dab-4007-4826-9be2-a29156acb228\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8040228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5734dab-4007-4826-9be2-a29156acb228\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8043591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8047082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8086034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8087172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8211676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8212596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7c85d2e-d4f6-4a97-b03b-050ae695b692\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8228384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7c85d2e-d4f6-4a97-b03b-050ae695b692\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8232030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8235341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8287708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8288991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8415051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8416085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39607019-20be-4a26-97f7-db79e30ab4de\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8431718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39607019-20be-4a26-97f7-db79e30ab4de\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8434787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8438129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8474147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8475223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8591628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8592521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14519051-c0ff-40c0-ba44-8ca39cbd8ca2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8608373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14519051-c0ff-40c0-ba44-8ca39cbd8ca2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8611621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8614863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8651889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8653191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8777160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8778061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e4f2fc9e-9fab-48ef-9033-41cca37d6a48\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8794168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e4f2fc9e-9fab-48ef-9033-41cca37d6a48\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8797299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8800308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8849943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8851139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8969937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8970884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9257c29-11e2-4e71-bfe9-70844c5a2695\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8986935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9257c29-11e2-4e71-bfe9-70844c5a2695\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8990255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.8993491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9032390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9033475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9160886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9161797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc9b0300-ad86-4d71-97d6-8027fd721426\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9179518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc9b0300-ad86-4d71-97d6-8027fd721426\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9183331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9186825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9223087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9224175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9341124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9342150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba7b95e8-8605-4657-aeb8-857faedb2647\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9357317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba7b95e8-8605-4657-aeb8-857faedb2647\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9360434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9363748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9414527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9415800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9540812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9542271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\352599e2-34c3-48fe-ba15-e0eda256823b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9557979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\352599e2-34c3-48fe-ba15-e0eda256823b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9561113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9564818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9604156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9605749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9727014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9728727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1d3d30f-9ca8-4112-aaad-163a304f0286\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9745839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1d3d30f-9ca8-4112-aaad-163a304f0286\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9749078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9752198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9788450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9789539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9921051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9922144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4efac24-4729-4163-aed2-0c49fdb49a38\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9938929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4efac24-4729-4163-aed2-0c49fdb49a38\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9942416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:05.9947404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0000826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0002115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0117917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0118825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9b5a9b7-cf8c-46cd-b024-6e3d26573a13\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0135977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9b5a9b7-cf8c-46cd-b024-6e3d26573a13\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0139132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0142504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0180709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0181827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0303630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0304827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff9ea2d2-8108-4834-b5a0-a7e851354bbc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0319863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff9ea2d2-8108-4834-b5a0-a7e851354bbc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0322889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0326374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0362810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0363907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0481890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0482967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39c44dd3-a098-466a-8116-e44f4d8146b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0498894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39c44dd3-a098-466a-8116-e44f4d8146b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0502073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0505047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0555927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0557111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0680164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0681020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e828d7c-d2be-41f9-bc8c-26dc73b09771\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0696339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e828d7c-d2be-41f9-bc8c-26dc73b09771\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0699585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0702521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0740778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0741897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0857585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0858414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ae776bf-ac6b-43cf-9ff4-dd543d1ddc9b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0876159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ae776bf-ac6b-43cf-9ff4-dd543d1ddc9b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0879571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0882868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0920751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.0921840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1052437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1053372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ba9b35c-48ee-457a-a92e-fec0e76d3a5c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1068835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ba9b35c-48ee-457a-a92e-fec0e76d3a5c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1072331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1075543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1127429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1128645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1244339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1245139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88226077-ec47-4b31-952b-9047f3a1f2e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1262031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88226077-ec47-4b31-952b-9047f3a1f2e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1265350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1268635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1305448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1306538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1427453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1428317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59d8e9a3-10b0-4acb-9627-7ad41e039ad6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1445067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59d8e9a3-10b0-4acb-9627-7ad41e039ad6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1448426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1451553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1490598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1491708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1605561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1606386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15a108a6-0953-407e-b6a2-a6844b5b5fdd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1621618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15a108a6-0953-407e-b6a2-a6844b5b5fdd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1624718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1627692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1682438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.1684113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3617780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3619393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c162591-7fca-42fd-8296-bfa3739b6d50\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3634373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c162591-7fca-42fd-8296-bfa3739b6d50\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3637817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3640989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3682947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3684306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3804343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3805569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36ee678b-5961-4611-9db5-2aff30a144a8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3821920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36ee678b-5961-4611-9db5-2aff30a144a8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3825309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3828625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3867499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.3868601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4019904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4021223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63bca9b9-68c0-402a-8db8-ed3c6b6361b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4037860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63bca9b9-68c0-402a-8db8-ed3c6b6361b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4041070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4044428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4081311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4082401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4200699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4201601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc7ab39e-2f1d-4649-95eb-2202987d9177\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4216956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc7ab39e-2f1d-4649-95eb-2202987d9177\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4220196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4223166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4259489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4260565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4390679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4391508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5981e60d-545f-407a-961a-ccd81a664f79\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4406714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5981e60d-545f-407a-961a-ccd81a664f79\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4409982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4412953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4452145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4453666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4572743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4573906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db56af24-7600-45ad-87a9-7cff1ae78075\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4605938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db56af24-7600-45ad-87a9-7cff1ae78075\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4609733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4612973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4648895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4650103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4775143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4776275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46920c19-0174-4e5c-90f8-052f1cc1bf4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4792079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46920c19-0174-4e5c-90f8-052f1cc1bf4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4795173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4798378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4834311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4835380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4950295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4951981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ab9cb10-89dd-413f-b91c-e6690bb904c2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4967799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ab9cb10-89dd-413f-b91c-e6690bb904c2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4970965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.4973870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5009525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5010543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5146996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5148050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7888859-a7bb-46c6-9d3c-b94d82050925\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5163997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7888859-a7bb-46c6-9d3c-b94d82050925\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5167378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5170533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5210745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5212255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5330726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5331817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c79e756-4ea2-44fc-921a-38717322e048\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5346666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c79e756-4ea2-44fc-921a-38717322e048\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5351700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5354937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5392979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5394103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5514798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5515626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a82e4805-f279-4fae-92ee-1d33fc8ead42\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5531425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a82e4805-f279-4fae-92ee-1d33fc8ead42\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5534546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5537581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5575189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5576477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5690752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5691629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3daf346d-f92a-4fb0-a44f-6d2490705e42\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5722200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3daf346d-f92a-4fb0-a44f-6d2490705e42\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5725406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5728445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5764338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5765410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5884972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5885807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82a0bd15-1a22-4530-b9e3-2a4efceaa671\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5900628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82a0bd15-1a22-4530-b9e3-2a4efceaa671\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5903714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5906804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5943062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.5944201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6058717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6059905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a8bc9e5-79e9-4563-8ce3-c689981f5661\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6075895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a8bc9e5-79e9-4563-8ce3-c689981f5661\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6079339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6082697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6122882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6124389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6246658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6247753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2187f5bd-7508-4594-8cd2-071ff117f823\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6279478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2187f5bd-7508-4594-8cd2-071ff117f823\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6283128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6286432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6323246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6324368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6442523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6443564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c49dd7f6-2239-49dd-8a3f-7aae1a5aff97\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6459204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c49dd7f6-2239-49dd-8a3f-7aae1a5aff97\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6462274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6465304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6502247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6503358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6631992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6633140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc2fe1f3-e655-4031-a193-63315a6ff744\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6648307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc2fe1f3-e655-4031-a193-63315a6ff744\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6651330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6654605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6692262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6693441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6807939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6809735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dbebfca4-853d-4c76-bbd3-49bf5e058abf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6839477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dbebfca4-853d-4c76-bbd3-49bf5e058abf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6842703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6845931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6882926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.6884024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7004326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7005182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b78c950f-430a-44ac-b008-095d07fa3f04\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7021353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b78c950f-430a-44ac-b008-095d07fa3f04\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7024536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7027720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7065206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7066319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7178057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7179199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c846c7a9-3744-487a-88a0-d2ddcf3dfcc5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7194681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c846c7a9-3744-487a-88a0-d2ddcf3dfcc5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7198514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7201689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7238262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7239311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7359242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7360142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2c13fc8-306a-4ae4-858d-90984fda8a85\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7387849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2c13fc8-306a-4ae4-858d-90984fda8a85\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7391040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7394133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7430120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7431177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7544848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7545895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0fff6fd-65ed-4bdc-abdb-e9aa6f3e9d0c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7561028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0fff6fd-65ed-4bdc-abdb-e9aa6f3e9d0c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7564170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7567299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7603132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7604391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7724509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7725326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f15643b4-c1b0-44ab-b140-8c416670bbea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7740241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f15643b4-c1b0-44ab-b140-8c416670bbea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7743302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7746373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7782286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7783535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7896165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7897215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\656f9864-4b14-450e-b720-6f4b5d9e0d66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7912075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\656f9864-4b14-450e-b720-6f4b5d9e0d66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7915209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7931738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7968595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.7970615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8088323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8089150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86e4cd3e-575e-4fa2-a110-d21add753142\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8105447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86e4cd3e-575e-4fa2-a110-d21add753142\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8108736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8111892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8151378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8152494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8271199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8272451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5419c831-73ed-4aa8-9ecb-94beb92f47f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8291215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5419c831-73ed-4aa8-9ecb-94beb92f47f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8294609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8297983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8337451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8338807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8467569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8468835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11e32529-45e8-49fb-89eb-445aaaa9bd98\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8485003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11e32529-45e8-49fb-89eb-445aaaa9bd98\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8488353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8503826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8540587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8541658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8659331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8660461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\135fd184-79f2-4c4c-8a9b-6f696ed24b38\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8676870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\135fd184-79f2-4c4c-8a9b-6f696ed24b38\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8680307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8683493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8718900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8719991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8839702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8840746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fea509b-178a-4a75-9e62-8c62de20b9c7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8857806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fea509b-178a-4a75-9e62-8c62de20b9c7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8860949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8863913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8904253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.8905437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9019947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9020869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\758aa34b-0dc8-4b98-b547-88b7cf5b5ed0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9036283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\758aa34b-0dc8-4b98-b547-88b7cf5b5ed0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9039378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9057029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9093495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9094563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9216274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9217099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aecff229-4908-48b1-93e5-6680c1599ac1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9233600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aecff229-4908-48b1-93e5-6680c1599ac1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9236880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9240658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9278809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9280118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9397129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9397966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e5a4ee2-14cc-4eca-8ada-2b20b42a2d2b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9414039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e5a4ee2-14cc-4eca-8ada-2b20b42a2d2b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9417114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9420084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9456433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9457489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9577541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9578343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\12fc1881-1260-4cca-b390-9594a554af93\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9594816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\12fc1881-1260-4cca-b390-9594a554af93\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9598023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9615531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9652893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9653983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9769683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9770796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b6bd236-6f97-4565-aec2-29aff71327f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9787128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b6bd236-6f97-4565-aec2-29aff71327f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9790334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9793547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9831003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9832037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9955275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9956329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1393333-d3b4-445c-a3e6-28d93106da08\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9985643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1393333-d3b4-445c-a3e6-28d93106da08\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9989036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:06.9992000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:07.0027032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:07.0028087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:07.0143982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:07.0145084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d2e8291-2075-4c22-91ff-ba3b82f7c38c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:07.0160416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d2e8291-2075-4c22-91ff-ba3b82f7c38c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:07.0163933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:07.0181183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:07.0216348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:07.0217378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:07.7711851Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.GridCommon.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:07.7745717Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Syncfusion.GridCommon.WinForms, Version=19.4.0.38","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:07.7760344Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Syncfusion.GridCommon.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:08.0580500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0581836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\978922ba-e455-4277-aeae-8a6fbc533a1d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0600115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\978922ba-e455-4277-aeae-8a6fbc533a1d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0603878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0609237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0651998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0653330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0786267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0787676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81a974c8-2410-4c32-a184-413e0535cfc6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0805337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81a974c8-2410-4c32-a184-413e0535cfc6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0809013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0812579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0851291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0852482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0987636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.0988705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a14df25c-cb59-4c73-969c-897b6d9f2f62\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1006523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a14df25c-cb59-4c73-969c-897b6d9f2f62\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1010134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1026712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1068848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1070111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1195525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1196656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94987897-5745-4394-8eac-b0ba32731e66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1213559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94987897-5745-4394-8eac-b0ba32731e66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1217011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1220422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1260089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1261256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1393156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1394629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0a2e324-aaa5-41a0-a21a-c625a53212c9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1411023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0a2e324-aaa5-41a0-a21a-c625a53212c9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1414334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1417561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1459804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1461207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1583759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1584784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a195d3ce-8f0b-43e4-9594-7a45c67678f4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1601024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a195d3ce-8f0b-43e4-9594-7a45c67678f4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1604223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1619337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1659831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1661117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1780366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1781190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2cdf7bdb-6926-477e-8ed9-30edfb11b406\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1797866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2cdf7bdb-6926-477e-8ed9-30edfb11b406\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1801201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1804340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1842178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1843289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1954634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1957046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd69b804-731b-4573-a64d-fe2ac55c2a46\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1974654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd69b804-731b-4573-a64d-fe2ac55c2a46\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1977728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.1981348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2017181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2018238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2032205Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Licensing'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:08.2046672Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Syncfusion.Licensing'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:08.2047104Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:08.2200937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2202573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92c277c6-2bc6-4e3c-9b15-e262c03bccce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2218886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92c277c6-2bc6-4e3c-9b15-e262c03bccce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2222149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2240979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2281439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2282797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2397494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2398276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5dcae914-2433-44cf-96ac-1efcf8400e17\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2414738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5dcae914-2433-44cf-96ac-1efcf8400e17\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2417811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2420813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2459381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2460708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2584912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2586066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\87e5a288-0702-4328-8068-31667d24c3e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2602373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\87e5a288-0702-4328-8068-31667d24c3e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2605514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2608713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2644345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2645414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2762515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2763392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f56f6f4-e842-47a0-9767-47deb4e4ae49\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2779536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f56f6f4-e842-47a0-9767-47deb4e4ae49\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2783021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2786468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2836588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.2837775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3248914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3250504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\885f43cb-23f5-4514-9807-c481094030c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3267485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\885f43cb-23f5-4514-9807-c481094030c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3270744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3274178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3310587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3311720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3425649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3426966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19c0dc80-c87d-45e2-a704-beba84154765\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3443850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19c0dc80-c87d-45e2-a704-beba84154765\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3447450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3450787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3489093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3490649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3623839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3625487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\443bfb97-3af4-44f8-9902-00f63d3cf479\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3641757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\443bfb97-3af4-44f8-9902-00f63d3cf479\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3644946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3648199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3706731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3708118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3828144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3829085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\207c9dec-f954-4ece-b59b-d85c2d603272\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3845158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\207c9dec-f954-4ece-b59b-d85c2d603272\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3848308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3851632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3889394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.3890543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4016707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4018514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36f72883-aa92-423a-a5ff-fb645398e8fd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4034596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36f72883-aa92-423a-a5ff-fb645398e8fd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4037751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4041033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4079520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4080656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4201844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4203635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0646699-66e6-4606-b7cb-b4a64cff6335\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4219157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0646699-66e6-4606-b7cb-b4a64cff6335\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4222294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4225652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4282604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4284005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4408807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4409587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01947952-c21b-4d2f-b2d6-077b8cc97cc2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4425829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01947952-c21b-4d2f-b2d6-077b8cc97cc2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4429374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4432507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4471981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4473160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4590622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4591498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ececccfb-5ec2-43c1-96ec-c59d1a7f764c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4606803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ececccfb-5ec2-43c1-96ec-c59d1a7f764c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4610278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4613536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4650033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4651086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4776249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4777140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de6d90dc-14af-4293-bbb1-483e1c0bdad2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4792694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de6d90dc-14af-4293-bbb1-483e1c0bdad2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4796039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4799130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4848913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4850209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4966936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4968514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad435ee6-d261-4ac2-b64c-bc31e980962c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4985236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad435ee6-d261-4ac2-b64c-bc31e980962c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4988283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.4991436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5028412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5029484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5154981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5155903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7aed070c-150a-47b1-a13f-a99b27868623\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5170728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7aed070c-150a-47b1-a13f-a99b27868623\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5173721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5176677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5226221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5227989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5345312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5346237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0856c75-57e3-401d-bb07-7e3d5143d0dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5363847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0856c75-57e3-401d-bb07-7e3d5143d0dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5367234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5370445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5422743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5423959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5544042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5545264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb1096ff-a7a0-4c86-99ea-7b6a6313501f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5561632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb1096ff-a7a0-4c86-99ea-7b6a6313501f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5564945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5568165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5606692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5608246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5733131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5734352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02f01d08-a70c-4bfe-8e26-de238422792d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5751078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02f01d08-a70c-4bfe-8e26-de238422792d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5754166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5757305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5794990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5796081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5914545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5915632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c95be6d-8dba-4099-b8e3-b3197f1b8869\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5931555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c95be6d-8dba-4099-b8e3-b3197f1b8869\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5934701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5937631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5992501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.5998999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6111651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6112458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0347c0b0-228e-4d56-9192-f97ebc5b79e9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6126995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0347c0b0-228e-4d56-9192-f97ebc5b79e9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6131161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6134797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6170233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6171285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6288527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6289308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c5f29b9-7936-4d62-a3d1-1134979aae84\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6303828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c5f29b9-7936-4d62-a3d1-1134979aae84\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6306889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6309764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6345305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6346368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6459397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6460276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d82af3e5-eee4-496b-943a-a53675bfbc2c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6474885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d82af3e5-eee4-496b-943a-a53675bfbc2c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6477852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6480782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6532047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6533992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6656333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6657380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b203564e-e571-4b59-9633-750d32dc5061\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6673741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b203564e-e571-4b59-9633-750d32dc5061\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6676940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6680205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6717702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6718782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6832972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6833769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c80f0a30-ef27-4daf-be32-bbd2e3837601\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6848327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c80f0a30-ef27-4daf-be32-bbd2e3837601\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6851503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6854610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6890728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.6891765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.8848147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.8849255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d144460-1970-4465-a863-407a30548f41\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.8865342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d144460-1970-4465-a863-407a30548f41\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.8868612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.8871859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.8909074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.8910142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9032381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9033535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e4d8d7f2-7e4b-4964-8e3e-fffee9d8bdbf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9048741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e4d8d7f2-7e4b-4964-8e3e-fffee9d8bdbf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9051889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9055313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9095786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9096893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9214701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9215733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\676575c7-3d10-4922-ad93-afc27fd287ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9231377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\676575c7-3d10-4922-ad93-afc27fd287ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9234847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9238013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9275803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9276912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9390316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9391099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2d9bb13-7dcf-41c2-8396-76114d999a9a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9422489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2d9bb13-7dcf-41c2-8396-76114d999a9a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9425804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9429002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9465612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9466670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9594528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9595554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0acd5440-c0bf-422e-a183-c13395f28167\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9611234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0acd5440-c0bf-422e-a183-c13395f28167\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9614504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9617924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9654338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9655368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9772103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9773309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3091fbc8-2518-4b00-adb6-0ddec1238cb2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9789753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3091fbc8-2518-4b00-adb6-0ddec1238cb2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9793171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9796703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9833488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9834552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9986870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:08.9988155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d7e5787-b36f-4cb2-a2ca-5ed2e90abfaa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0008231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d7e5787-b36f-4cb2-a2ca-5ed2e90abfaa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0011915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0015482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0055240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0056443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0179929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0183043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a2ca08e-608d-4626-9213-81307b83e16c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0198832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a2ca08e-608d-4626-9213-81307b83e16c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0201964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0205112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0240066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0241105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0359980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0360939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f3ff5eb-1702-459c-8b5a-c861b23570fb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0375821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f3ff5eb-1702-459c-8b5a-c861b23570fb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0378895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0382117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0419956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0421038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0535063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0535940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c715347-f6ad-4c20-945d-735472ee5ecf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0566623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c715347-f6ad-4c20-945d-735472ee5ecf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0569760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0572768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0608883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0609970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0733891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0734928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffeb5872-f7d6-44c8-8b5f-881338b77ebc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0749800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffeb5872-f7d6-44c8-8b5f-881338b77ebc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0752935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0756087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0794240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0795388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0910947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0911860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4246ed39-9182-4dcc-9e5a-7042d47bbb9c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0928578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4246ed39-9182-4dcc-9e5a-7042d47bbb9c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0931632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0935166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0971507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.0972600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1112734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1114168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72897dc7-c32a-4580-aa43-f18d96895af0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1130523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72897dc7-c32a-4580-aa43-f18d96895af0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1133657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1136513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1171418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1172434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1289456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1290383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10bf796c-4001-4b51-ba1f-cbe42e58ac4d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1305393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10bf796c-4001-4b51-ba1f-cbe42e58ac4d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1308406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1311360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1347496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1348571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1467951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1468850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7039c8f-9456-4d4c-aab0-bdbdbc478b7f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1484165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7039c8f-9456-4d4c-aab0-bdbdbc478b7f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1487142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1489996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1523920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1524941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1640485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1641369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82ad172a-1775-4cfc-89ff-d9cecdd8387a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1672239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82ad172a-1775-4cfc-89ff-d9cecdd8387a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1675550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1678472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1716914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1717993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1844538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1845472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58c7f84a-d8b5-4fda-a834-87fad9336251\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1862476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58c7f84a-d8b5-4fda-a834-87fad9336251\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1865865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1869158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1906391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.1907471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2025334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2026676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b38c5ff-ffa3-4af9-a4e2-ba138072bc87\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2042200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b38c5ff-ffa3-4af9-a4e2-ba138072bc87\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2045744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2049355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2088357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2089531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2223931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2243680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc3daeb9-0531-4990-9ace-e3b78ddf3fc5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2259537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc3daeb9-0531-4990-9ace-e3b78ddf3fc5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2262680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2266005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2306279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2307508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2419623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2420415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf9a15c5-b5cd-4c27-889a-f90f9a4465b9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2435652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf9a15c5-b5cd-4c27-889a-f90f9a4465b9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2438749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2441911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2481089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2482413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2604457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2605468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39fb94a9-9eff-4eca-a1e1-dfa9bc924bfc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2623111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39fb94a9-9eff-4eca-a1e1-dfa9bc924bfc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2626419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2629783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2667321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2668338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2782125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2782988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ae63c08-5f8e-4757-9718-f3c4426cafaa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2798482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ae63c08-5f8e-4757-9718-f3c4426cafaa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2815456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2818674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2854854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2855903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2975181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2976205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5e36eef-0912-4954-baa0-ceaf418d0995\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2992769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5e36eef-0912-4954-baa0-ceaf418d0995\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2995989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.2999055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3034981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3035995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3146840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3147713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba0ed2e5-f28e-42c2-a2ab-419923eedadc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3163455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba0ed2e5-f28e-42c2-a2ab-419923eedadc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3166817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3170045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3207678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3208784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3326077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3326943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\329bcab7-bd85-4f06-b6ce-08b163fc59aa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3357297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\329bcab7-bd85-4f06-b6ce-08b163fc59aa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3360398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3363400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3401357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3402450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3514515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3515569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a35d80bc-8f28-4fbb-a2f9-eccbe607aae4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3530911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a35d80bc-8f28-4fbb-a2f9-eccbe607aae4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3534019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3538517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3578508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3579550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3698743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3699557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48c6b6fd-0599-4625-ac12-47a796e07e25\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3715530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48c6b6fd-0599-4625-ac12-47a796e07e25\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3718694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3722011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3758044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3759099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3876716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3877512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1fc9909-416b-4702-bfda-7b98d0e34e73\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3892471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1fc9909-416b-4702-bfda-7b98d0e34e73\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3895544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3913239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3950031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.3951516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4069449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4070550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5808dfa9-e34b-470a-9f7c-8f6de3c6454c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4086391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5808dfa9-e34b-470a-9f7c-8f6de3c6454c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4089454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4092645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4129242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4130278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4245434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4246344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b876658-adc7-4823-a7df-04a3f64006e4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4261060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b876658-adc7-4823-a7df-04a3f64006e4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4264120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4267330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4303913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4304994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4423082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4424651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e668de1a-0795-4802-86ba-bc884b1ce250\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4440404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e668de1a-0795-4802-86ba-bc884b1ce250\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4444070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4461146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4500892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4502512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4621452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4622740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\713925ef-f785-40d0-8f53-3ee892cce030\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4638320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\713925ef-f785-40d0-8f53-3ee892cce030\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4641522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4644918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4684594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4685683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4813103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4814266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02c9bbec-676a-44d7-af4d-2d86989018ce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4829455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02c9bbec-676a-44d7-af4d-2d86989018ce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4832775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4836135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4874098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4875227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4989517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.4990399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cbfc060-5102-46c1-b46e-7ff6cc0ed032\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5005896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cbfc060-5102-46c1-b46e-7ff6cc0ed032\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5009280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5026622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5064701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5065772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5189305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5190600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aa348dff-dd13-422f-bb99-0de13f5f8abd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5206236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aa348dff-dd13-422f-bb99-0de13f5f8abd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5209414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5212838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5253390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5254664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5369839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5370844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1af3a91a-327f-4dbb-94c7-ccbe0ab6ac90\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5386098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1af3a91a-327f-4dbb-94c7-ccbe0ab6ac90\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5389294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5392461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5433055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:09.5434239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.2252723Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Licensing'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:10.2288945Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Syncfusion.Licensing, Version=19.4.0.38","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:10.2304791Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Syncfusion.Licensing'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:10.4284889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4286354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d58fe6f2-5edf-4f3f-8eb1-a11f8331cd8c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4303487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d58fe6f2-5edf-4f3f-8eb1-a11f8331cd8c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4306828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4325873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4369280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4370654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4496176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4497356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64887cc6-7651-4221-b0c7-5c2d36a6d06d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4514712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64887cc6-7651-4221-b0c7-5c2d36a6d06d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4518293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4521599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4559763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4560878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4689404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4690530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2dc6ca94-5c7c-45d4-b32d-4887608587bf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4706476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2dc6ca94-5c7c-45d4-b32d-4887608587bf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4709697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4712676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4747985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4749013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4865738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4866613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7bc6268f-2904-4557-a3c9-562695418b00\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4882789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7bc6268f-2904-4557-a3c9-562695418b00\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4886442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4903342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4939723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.4940969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5059442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5060310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71e7efa2-c8c6-42dd-8750-dc0b292ec042\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5076476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71e7efa2-c8c6-42dd-8750-dc0b292ec042\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5079818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5082923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5120455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5122099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5240155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5241303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f30f442-5436-401d-a019-450de6caa945\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5257770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f30f442-5436-401d-a019-450de6caa945\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5261363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5264795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5305098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5306709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5428272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5429516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c53f4c67-8937-42ba-966b-3a523c8b1d09\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5446848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c53f4c67-8937-42ba-966b-3a523c8b1d09\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5450926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5468567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5504721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5505756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5623361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5624274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\424fda5e-9b5e-4070-ae72-3e2cde2df885\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5639742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\424fda5e-9b5e-4070-ae72-3e2cde2df885\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5642987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5645980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5684649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5685746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5699829Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Pdf.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:10.5713858Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Syncfusion.Pdf.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:10.5714393Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:10.5868199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5869082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5bf0f835-0cc3-4586-8796-5a13a16717db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5885419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5bf0f835-0cc3-4586-8796-5a13a16717db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5888678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5892063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5932415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.5934054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6056626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6057821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58718568-8442-4079-a8f3-803fe5603591\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6074538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58718568-8442-4079-a8f3-803fe5603591\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6077668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6080712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6133739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6134974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6253210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6254347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fca46ce7-bb37-4876-8104-bbfc0c609049\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6269611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fca46ce7-bb37-4876-8104-bbfc0c609049\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6272697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6275834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6310770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6311886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6426397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6427260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15d3c28e-876c-48be-b76f-dd6d0b3631ee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6443247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15d3c28e-876c-48be-b76f-dd6d0b3631ee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6446895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6450136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6486880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6487914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6889632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6891395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e557445b-2789-4769-b48c-f6961ae19210\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6907510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e557445b-2789-4769-b48c-f6961ae19210\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6910574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6914369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6966754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.6968104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7083434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7084249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b8cc9c4-2fd2-4929-9cfb-797ca64b89cd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7100739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b8cc9c4-2fd2-4929-9cfb-797ca64b89cd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7104056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7107753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7146816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7147996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7270669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7271859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7fb35cb1-4b92-4ee5-bd4c-129c51b51fbe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7289243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7fb35cb1-4b92-4ee5-bd4c-129c51b51fbe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7292678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7296220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7332059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7333101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7450110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7451203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\840a8d10-b86d-49d7-99cc-3b5e9ff90a25\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7467359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\840a8d10-b86d-49d7-99cc-3b5e9ff90a25\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7470604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7474054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7529875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7531193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7668167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7669840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\111e53ae-9922-411e-8f68-cc38c625b0f5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7686523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\111e53ae-9922-411e-8f68-cc38c625b0f5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7689672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7692855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7728556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7729611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7848008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7849665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\610307f8-231f-402d-bd4f-7a655d133e13\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7865125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\610307f8-231f-402d-bd4f-7a655d133e13\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7868262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7871560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7909959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.7911275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8037312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8038401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bbdd4b9-23ee-4954-82da-0ff7b2b8f72a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8053557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bbdd4b9-23ee-4954-82da-0ff7b2b8f72a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8058494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8061929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8116302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8117645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8235168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8236453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\769fa1c4-1078-4aed-b153-cc0466f26329\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8251862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\769fa1c4-1078-4aed-b153-cc0466f26329\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8254881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8258013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8294137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8295190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8425895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8426750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ee35f74-b73d-48f0-905e-f7c36efbf25e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8442301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ee35f74-b73d-48f0-905e-f7c36efbf25e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8445744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8449412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8486711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8487806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8601568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8602771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d01a5420-8c43-4b79-8897-af6fd8963a8c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8619684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d01a5420-8c43-4b79-8897-af6fd8963a8c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8623035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8626188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8680809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8681976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8812344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8813225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49fe7336-2cb1-4d4d-9e5a-f763d503c3a0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8830013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49fe7336-2cb1-4d4d-9e5a-f763d503c3a0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8833430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8836724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8874227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8875277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8993359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.8994346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43f41140-836a-4a03-b3bd-45a227dbc2ec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9009773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43f41140-836a-4a03-b3bd-45a227dbc2ec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9012814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9015862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9052010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9053069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9170531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9171635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb293b0e-d940-43b8-a6da-75740e453482\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9186876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb293b0e-d940-43b8-a6da-75740e453482\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9189954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9192939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9242865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9244085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9357594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9358697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b9b6cbf-b1db-4f0e-88ca-9f3f4e94ba15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9374074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b9b6cbf-b1db-4f0e-88ca-9f3f4e94ba15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9377001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9379966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9416940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9418010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9535643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9536436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\962d1200-6da1-4e09-a367-c46fc7726d6f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9552545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\962d1200-6da1-4e09-a367-c46fc7726d6f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9555724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9558758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9596429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9598011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9713399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9714830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90c55c03-ac25-4908-8bc2-8b6a33cf5361\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9732767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90c55c03-ac25-4908-8bc2-8b6a33cf5361\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9736087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9739355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9802700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9804559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9935583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9936730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6dfaceb7-f98d-41ed-a5b5-ce0cb5130fce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9953246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6dfaceb7-f98d-41ed-a5b5-ce0cb5130fce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9956649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9960397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9997250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:10.9998272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0113528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0114454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5411e6bb-4672-4052-b639-e4c13ca7c697\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0129760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5411e6bb-4672-4052-b639-e4c13ca7c697\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0133224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0136749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0173910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0174963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0298601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0299694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6d5e767-728c-4382-8e7e-2586668cd4bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0315297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6d5e767-728c-4382-8e7e-2586668cd4bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0318592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0321483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0372486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0373660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0490341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0491321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f49e0184-6461-4fe0-8c29-8b0904e85bf0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0507634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f49e0184-6461-4fe0-8c29-8b0904e85bf0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0510752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0513916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0550515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.0551558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2452306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2453463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a1bc6bc-0a96-47b4-8502-ee4df2ea6b20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2469300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a1bc6bc-0a96-47b4-8502-ee4df2ea6b20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2472816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2476173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2514288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2515379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2634496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2635609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ce53409-7911-438c-b508-601ad741315b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2664904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ce53409-7911-438c-b508-601ad741315b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2668940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2672349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2711420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2712801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2834673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2835544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d335eda1-15fd-4171-bd99-6025c216895d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2852520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d335eda1-15fd-4171-bd99-6025c216895d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2855933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2859320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2897146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.2898247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3013470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3014316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b767e1bd-7a89-4916-84c9-091cf928f6a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3030246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b767e1bd-7a89-4916-84c9-091cf928f6a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3033426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3036410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3072019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3073095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3212617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3232067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9744bb4-0662-442d-9412-342c7e05ca86\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3247949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9744bb4-0662-442d-9412-342c7e05ca86\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3251483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3254473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3292594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3293774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3410889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3411989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86e43bd5-ef31-4e16-a116-6e42a14473a4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3427052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86e43bd5-ef31-4e16-a116-6e42a14473a4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3430245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3433437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3472859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3474000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3597764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3598657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b321344a-8025-463b-ae3e-8dd86577bd20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3618022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b321344a-8025-463b-ae3e-8dd86577bd20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3621998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3625882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3664225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3665314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3783265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3784239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\25588158-df7d-4eb7-addd-80e96b7c98a1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3813236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\25588158-df7d-4eb7-addd-80e96b7c98a1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3816522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3819830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3856353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3857420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3980377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3981691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39013619-8a37-468e-a41b-86241c52bc21\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.3997101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39013619-8a37-468e-a41b-86241c52bc21\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4000353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4003874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4042596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4044179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4172817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4174417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fd4abda-467a-4401-9479-4b042ae71cf9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4191593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fd4abda-467a-4401-9479-4b042ae71cf9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4194883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4198159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4237174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4238244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4357412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4358262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df7c3538-0624-41b0-bb13-2f52cc610281\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4389956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df7c3538-0624-41b0-bb13-2f52cc610281\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4393550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4396974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4432940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4433998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4550505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4551402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31795193-6603-45a3-a481-6b8cb773cf27\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4567092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31795193-6603-45a3-a481-6b8cb773cf27\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4570203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4573411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4610473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4611544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4732152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4732988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20e632fd-dd85-4ae1-a01b-3e0e814b393b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4748205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20e632fd-dd85-4ae1-a01b-3e0e814b393b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4751391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4754343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4790451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4791550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4907135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4907913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16c6731c-78ae-4067-bea4-b6a459e6945d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4923539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16c6731c-78ae-4067-bea4-b6a459e6945d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4926590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4944626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4981175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.4982251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5101468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5102253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5785d303-058b-419a-9a4e-773cdab73a6c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5119045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5785d303-058b-419a-9a4e-773cdab73a6c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5122166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5125306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5164394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5165471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5278287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5279151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c936c2c6-a6eb-4a0f-8ba3-8fb1a9031410\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5294003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c936c2c6-a6eb-4a0f-8ba3-8fb1a9031410\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5296983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5299902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5339141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5340205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5467526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5468784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2750656a-8fe8-4388-8aea-d5272239ac72\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5500341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2750656a-8fe8-4388-8aea-d5272239ac72\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5503794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5507419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5545453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5546549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5662648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5663523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\817bda70-d07e-40e5-bda1-3cbc426bf250\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5679027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\817bda70-d07e-40e5-bda1-3cbc426bf250\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5682181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5685360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5721931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5723011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5842011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5843177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fc16f30-2b80-4e46-8037-8afb8f6a6e7a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5859365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fc16f30-2b80-4e46-8037-8afb8f6a6e7a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5862552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5865936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5902674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.5903737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6013730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6014508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c99ae3f4-da4a-4a8d-a7d2-5d3b50242a75\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6029387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c99ae3f4-da4a-4a8d-a7d2-5d3b50242a75\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6032559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6049597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6088971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6090309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6213121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6214165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71847392-1a18-4d8d-9aee-2ebd8742d856\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6230066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71847392-1a18-4d8d-9aee-2ebd8742d856\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6235429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6238817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6278029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6279613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6396172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6397120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f053f5e0-d1b3-4bb5-bcdc-fd5b6123bfd7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6412153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f053f5e0-d1b3-4bb5-bcdc-fd5b6123bfd7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6415340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6418439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6455540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6456666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6577177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6578109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de018682-189f-4992-a13b-b47f5f83cb44\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6593119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de018682-189f-4992-a13b-b47f5f83cb44\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6596083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6612606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6648735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6649823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6766147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6767277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9da5bdb3-da8c-40c5-9135-430e66e1af2a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6784190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9da5bdb3-da8c-40c5-9135-430e66e1af2a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6787548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6790358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6824638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6825652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6942190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6943013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4af13928-1911-42c5-b427-f45981ebabd8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6958414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4af13928-1911-42c5-b427-f45981ebabd8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6961567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.6964577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7001936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7003011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7115093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7116140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be688706-c82a-4d7e-ad9f-399c4181ecf0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7131418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be688706-c82a-4d7e-ad9f-399c4181ecf0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7134556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7152145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7190019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7191100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7309426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7310307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d76a883-5c24-4b29-b982-bdb92588b9cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7327847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d76a883-5c24-4b29-b982-bdb92588b9cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7331212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7334648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7372418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7373509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7488574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7489416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aa42bbc5-7dcc-418d-812a-b9a5fea64867\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7504252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aa42bbc5-7dcc-418d-812a-b9a5fea64867\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7507327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7510047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7543564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7544576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7661191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7662040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08b3c6c0-9684-4d09-a917-ce4ad2ba9c58\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7676935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08b3c6c0-9684-4d09-a917-ce4ad2ba9c58\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7680102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7697266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7733060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7734106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7849063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7849901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e57f5f5-e449-456a-a7af-b20d43a06970\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7864989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e57f5f5-e449-456a-a7af-b20d43a06970\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7867929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7870811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7906298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.7907327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8023317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8024409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aaf77f70-c87e-4002-a2a6-26f7cd67a1b9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8040226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aaf77f70-c87e-4002-a2a6-26f7cd67a1b9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8043297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8046233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8082000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8083068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8196167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8197219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f1354924-0393-4ab3-82ec-69d8fac42d60\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8211951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f1354924-0393-4ab3-82ec-69d8fac42d60\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8214943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8232126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8271902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8273052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8393786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8396077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eaeaa6c3-69f4-4dd5-9139-f938c9fa6889\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8416161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eaeaa6c3-69f4-4dd5-9139-f938c9fa6889\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8419364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8422673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8464647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8466018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8585452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8586333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a4f15f4-27b8-4b24-9b23-3afb3f9b6204\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8601474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a4f15f4-27b8-4b24-9b23-3afb3f9b6204\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8604540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8607697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8645558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8646634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8766864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8767955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a513261a-0536-4cb0-8834-eaaeec571310\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8784904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a513261a-0536-4cb0-8834-eaaeec571310\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8788078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8804647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8839818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8840828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8954944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8955760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e3428527-02de-42fb-98c9-f39fb06fa313\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8971014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e3428527-02de-42fb-98c9-f39fb06fa313\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8974265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.8978033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.9014902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:11.9016098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.6533203Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Pdf.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:12.6574922Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Syncfusion.Pdf.WinForms, Version=19.4.0.38","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:12.6592736Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Syncfusion.Pdf.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:12.8432708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8435021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72633994-c8c0-43fb-b7ff-3c0dbfbf2497\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8455845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72633994-c8c0-43fb-b7ff-3c0dbfbf2497\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8459573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8463097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8503650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8504845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8638643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8639798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfb136df-c666-4502-9f85-f8132372b0a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8657519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfb136df-c666-4502-9f85-f8132372b0a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8661059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8680885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8722995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8724229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8853603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8854590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df7fe2b2-a886-4c33-9bfe-a377feb71e49\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8873804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df7fe2b2-a886-4c33-9bfe-a377feb71e49\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8877745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8880974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8919629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.8920804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9044809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9045851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f77321ca-4e69-43ce-837a-f44be921bae3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9061983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f77321ca-4e69-43ce-837a-f44be921bae3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9065410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9068970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9110387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9111610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9250515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9251906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efa58e0e-1ddd-42ca-a97d-2f6db9415d64\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9269258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efa58e0e-1ddd-42ca-a97d-2f6db9415d64\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9272610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9291678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9333759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9335039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9456016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9456952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb879f03-a68d-4c2e-9246-f9bca40b573b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9472584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb879f03-a68d-4c2e-9246-f9bca40b573b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9475814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9479007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9517918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9519055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9638008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9639429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cb1b8ea-a2b2-42e5-9e4c-61c9ab362b1b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9655489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cb1b8ea-a2b2-42e5-9e4c-61c9ab362b1b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9658944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9662125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9699800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9700879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9815596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9816631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e4f323f-d034-4a10-81e0-3b2886c9efe9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9831922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e4f323f-d034-4a10-81e0-3b2886c9efe9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9835303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9838433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9887786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9889002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:12.9901741Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.SfInput.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:12.9916465Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Syncfusion.SfInput.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:12.9916965Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:13.0073607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0074400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb72d81f-8e08-43fb-910f-d5bd8793b0ea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0090752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb72d81f-8e08-43fb-910f-d5bd8793b0ea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0093857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0097175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0138271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0139571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0258051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0258959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be1b12bb-cce0-45ff-a5cc-cfbf2b753b19\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0274818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be1b12bb-cce0-45ff-a5cc-cfbf2b753b19\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0278477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0281600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0318339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0319351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0438220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0439086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a7fdf0d-08b0-4b59-a69b-e75e74faae51\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0455601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a7fdf0d-08b0-4b59-a69b-e75e74faae51\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0459002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0462313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0515166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0516394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0633288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0634429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60197834-fac5-443a-9805-f5e26e0aef0c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0651093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60197834-fac5-443a-9805-f5e26e0aef0c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0654405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0657763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0694098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.0695118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1108281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1109738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\529fcff7-da2d-48d9-a56a-225a553c9a6c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1126114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\529fcff7-da2d-48d9-a56a-225a553c9a6c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1129255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1132498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1170682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1171764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1286868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1287816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4169b2e-32f9-49b3-b7f4-b22973ccbe6e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1303363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4169b2e-32f9-49b3-b7f4-b22973ccbe6e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1306596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1309638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1360637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1361972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1492722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1493845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\99ab5dd7-b39c-4850-9d06-2db78a3bd719\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1510795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\99ab5dd7-b39c-4850-9d06-2db78a3bd719\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1514099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1517897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1556716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1557854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1678998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1680306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cbc4196e-29d3-4030-a4c2-29607951ac4d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1696712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cbc4196e-29d3-4030-a4c2-29607951ac4d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1699768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1702910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1739466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1740573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1864673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1865614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\572b3661-672d-4108-a7dc-08d2a4df652b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1881472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\572b3661-672d-4108-a7dc-08d2a4df652b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1884962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1888396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1940375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.1941563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2060130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2061687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc05e180-9784-4675-98cb-a1c9dd4278f5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2077393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc05e180-9784-4675-98cb-a1c9dd4278f5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2080381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2083905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2124414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2125566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2252193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2252996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b0b14c3-6a68-451e-9d93-a289dc5a767f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2270661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b0b14c3-6a68-451e-9d93-a289dc5a767f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2274282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2277731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2315419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2316480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2434322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2435251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6fe6b05c-4c16-459e-8e02-58e0de28f1c9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2452537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6fe6b05c-4c16-459e-8e02-58e0de28f1c9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2456010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2459375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2511711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2512929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2640545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2642048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8183e588-02de-43fd-8c02-0d6064ba7d75\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2657386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8183e588-02de-43fd-8c02-0d6064ba7d75\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2660472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2663547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2700799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2701870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2816871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2818203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d040ed3a-42f9-492d-92bc-5b4d53cddfb7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2834319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d040ed3a-42f9-492d-92bc-5b4d53cddfb7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2837459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2841186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2879712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.2881962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3005558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3007468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26d99df9-757a-4825-a46e-3d449e905e6a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3022931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26d99df9-757a-4825-a46e-3d449e905e6a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3026050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3029370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3083961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3085552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3203008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3203910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\013eb813-124c-40fd-9a57-b4de71ddd406\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3220696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\013eb813-124c-40fd-9a57-b4de71ddd406\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3224091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3227349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3264620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3265724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3385141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3386285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dcb5af53-1e6b-472a-99ce-f9bebe851c8d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3402907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dcb5af53-1e6b-472a-99ce-f9bebe851c8d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3406110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3409463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3446837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3447948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3560310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3561330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8321a856-8141-49c6-8756-f9cbf1d5301f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3577521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8321a856-8141-49c6-8756-f9cbf1d5301f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3580886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3584154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3638706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3640513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3767107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3768387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0cf65567-222c-438e-aa07-6a4b23521d02\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3786231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0cf65567-222c-438e-aa07-6a4b23521d02\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3789575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3793000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3831464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3832549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3948708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3949606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14da5668-9f92-4cd7-9a63-1d83a37bcdc1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3964795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14da5668-9f92-4cd7-9a63-1d83a37bcdc1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3969686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.3972970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4011587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4012662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4140181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4141850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3b58dc0-feac-49be-9ed1-e431810e0045\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4158990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3b58dc0-feac-49be-9ed1-e431810e0045\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4162387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4165934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4220130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4221392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4339874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4340716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e2ec293-3071-4d33-b63e-4d1375233d8d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4356298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e2ec293-3071-4d33-b63e-4d1375233d8d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4359298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4362195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4397785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4398859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4519980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4521015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b070fac9-bfc9-4634-9796-5da51beb94cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4536146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b070fac9-bfc9-4634-9796-5da51beb94cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4539454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4542361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4577693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4578743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4696882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4697742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ecfda531-361e-47d2-9fd8-2687bfadb03f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4715290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ecfda531-361e-47d2-9fd8-2687bfadb03f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4718451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4721378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4774437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.4775724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.6807219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.6808844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58b77228-f3e6-44e8-9378-8b8cb12cceb3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.6824699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58b77228-f3e6-44e8-9378-8b8cb12cceb3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.6827888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.6831226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.6869039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.6870140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7001673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7002928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea18b8fc-fafc-402e-82be-67fb3b8b26cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7018990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea18b8fc-fafc-402e-82be-67fb3b8b26cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7022217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7025593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7064946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7066198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7186122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7187187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50d7ec06-cb39-4dcc-afc4-29a54ff15df3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7217734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50d7ec06-cb39-4dcc-afc4-29a54ff15df3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7221919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7225004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7261038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7262095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7377911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7378704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03922292-e5a1-425c-918e-7ff44807f272\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7394806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03922292-e5a1-425c-918e-7ff44807f272\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7397929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7400919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7437005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7438050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7568747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7569562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\494bcdf1-433c-407f-852b-9abd1b5915b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7585446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\494bcdf1-433c-407f-852b-9abd1b5915b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7588711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7592062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7629000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7630117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7744877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7745873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b39f57b-1dca-414b-a963-67b5577fa365\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7761391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b39f57b-1dca-414b-a963-67b5577fa365\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7764530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7782388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7822580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7823669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7954175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7955360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69bf36e4-b201-41c5-9d22-9a9cdfaa4a1b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7972730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69bf36e4-b201-41c5-9d22-9a9cdfaa4a1b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7976254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.7979626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8032489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8034208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8156298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8157414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2920108-f459-44fc-afc9-247dca106be1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8172696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2920108-f459-44fc-afc9-247dca106be1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8175864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8179085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8216907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8217974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8337884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8339083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ac4f1f9-358f-4f83-a2fe-7a5009fd37e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8368807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ac4f1f9-358f-4f83-a2fe-7a5009fd37e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8371908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8374832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8409124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8410144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8529017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8530063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ca084a5-15d7-4f31-a19d-471f22713eb2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8544566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ca084a5-15d7-4f31-a19d-471f22713eb2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8547707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8550778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8586633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8587695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8705641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8706433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bd5f222-94da-4c70-a164-3093735f03c7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8721330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bd5f222-94da-4c70-a164-3093735f03c7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8724647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8727813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8765355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8766502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8879102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8880014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7984f1b-47ef-4997-838a-8392a866ee3c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8894030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7984f1b-47ef-4997-838a-8392a866ee3c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8897106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8915459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8953323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.8954412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9073622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9074411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e44ece3-7805-49b8-8db4-5e773d2de422\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9089520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e44ece3-7805-49b8-8db4-5e773d2de422\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9092610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9095762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9132797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9134046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9247062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9247850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea657b8e-1150-4f24-aaf9-0c868b34e04b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9263243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea657b8e-1150-4f24-aaf9-0c868b34e04b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9266436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9269236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9304478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9305513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9422174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9422978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c1318ca-6a03-4b25-adf1-a8502178ea5e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9437579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c1318ca-6a03-4b25-adf1-a8502178ea5e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9440740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9458581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9494257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9495317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9608022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9608825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47ade5b9-da94-4916-820c-3313f29e69e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9624194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47ade5b9-da94-4916-820c-3313f29e69e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9627518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9630643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9666073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9667127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9790808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9791656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\893d2b80-0d81-4f98-ad98-f040f376afc6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9806911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\893d2b80-0d81-4f98-ad98-f040f376afc6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9810053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9813282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9852361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9853677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9968016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9968869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3aefc82a-10d3-4201-896f-44be0e6d4311\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9983962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3aefc82a-10d3-4201-896f-44be0e6d4311\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:13.9987530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0006027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0043557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0044649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0173913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0175254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2e73cbd4-0307-452e-ba5a-f434e565993c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0192426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2e73cbd4-0307-452e-ba5a-f434e565993c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0195958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0199384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0238689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0240043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0362451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0364090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7eb368dd-1381-4546-937d-d9ce7df84e27\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0379031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7eb368dd-1381-4546-937d-d9ce7df84e27\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0382355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0385634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0421733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0422809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0541148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0542024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a88657a-9a57-4029-b088-551cb236f1bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0557408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a88657a-9a57-4029-b088-551cb236f1bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0560508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0578106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0618795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0619945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0730173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0730994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8743994c-4232-4ca8-83b8-41dd33f8d6bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0746424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8743994c-4232-4ca8-83b8-41dd33f8d6bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0749448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0752577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0791498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0792613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0907887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0908636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d18c0b1-5a55-4397-a703-6499c7a0171d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0924746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d18c0b1-5a55-4397-a703-6499c7a0171d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0929140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0932214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0968839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.0969903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1078496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1079526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72c597bf-3ae5-4f12-8e53-6e984160c177\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1096224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72c597bf-3ae5-4f12-8e53-6e984160c177\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1099216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1117328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1153545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1154627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1274012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1274815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\776eca18-f843-4eb0-ba68-cd1cac5df3dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1290550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\776eca18-f843-4eb0-ba68-cd1cac5df3dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1293646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1296669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1332545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1333617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1445380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1446249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1985c5c0-98fc-4f66-8107-2c1b86314116\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1461733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1985c5c0-98fc-4f66-8107-2c1b86314116\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1464773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1467900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1504791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1505888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1622984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1624390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14ea8f68-4ac4-4dba-adc0-0703b21c08f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1641049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14ea8f68-4ac4-4dba-adc0-0703b21c08f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1644172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1661794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1699502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1701257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1815452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1816227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5bb932e-f5a1-4dac-b840-4da8b2ee17cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1832064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5bb932e-f5a1-4dac-b840-4da8b2ee17cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1835112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1838268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1876201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1877276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1993907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.1994699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01cd6e9b-0985-42c2-bd42-d23627e86e4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2011372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01cd6e9b-0985-42c2-bd42-d23627e86e4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2014698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2017779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2053700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2054770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2166586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2167553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd5c48e8-2523-4c32-99ce-5bc815020b3c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2182667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd5c48e8-2523-4c32-99ce-5bc815020b3c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2185900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2189482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2244911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2246309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2375486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2376970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c082a3ab-f961-4664-8541-57aae6315ef3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2394329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c082a3ab-f961-4664-8541-57aae6315ef3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2397578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2400933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2440188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2441518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2562976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2564437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e404698-ae88-4583-83a6-755bb5b94bc0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2580552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e404698-ae88-4583-83a6-755bb5b94bc0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2583646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2586993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2626860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2629978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2753384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2754489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa4e9704-bc57-4562-818f-6a7229f33dbd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2769693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa4e9704-bc57-4562-818f-6a7229f33dbd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2772921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2792972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2832882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2834097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2952755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2953707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e5fc924f-2b18-4a32-a4df-530e2d7e6091\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2969946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e5fc924f-2b18-4a32-a4df-530e2d7e6091\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2973309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.2976504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3015789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3016939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3137897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3138769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\458f9d03-f84e-47b3-b167-acd8f6f27612\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3154428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\458f9d03-f84e-47b3-b167-acd8f6f27612\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3157534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3160680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3195676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3196686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3309571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3310631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54f566c5-4729-4328-955c-57971d2437e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3325565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54f566c5-4729-4328-955c-57971d2437e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3328700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3331698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3382781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:14.3384238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.2933436Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.SfInput.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:15.2974091Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Syncfusion.SfInput.WinForms, Version=19.4.0.38","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:15.2990374Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Syncfusion.SfInput.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:15.4999970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5001809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a52fc2e-3b66-4b1a-bd23-e999d4d4d618\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5020855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a52fc2e-3b66-4b1a-bd23-e999d4d4d618\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5024562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5028145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5068948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5070130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5204044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5205088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d6daaff-c198-441d-a96c-3dd7733ecf4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5222335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d6daaff-c198-441d-a96c-3dd7733ecf4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5225700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5228942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5272678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5274088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5409477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5410764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11312047-7c3d-45c2-b13c-e1edbf830c8c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5428655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11312047-7c3d-45c2-b13c-e1edbf830c8c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5432269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5435801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5492386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5494066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5619771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5620794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c99eb03f-4833-4b03-99e2-875a3b43005f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5637572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c99eb03f-4833-4b03-99e2-875a3b43005f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5640956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5644373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5682422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5683565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5814021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5815152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc64b39c-3759-4c69-9367-ea0d61f2bb8f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5832451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc64b39c-3759-4c69-9367-ea0d61f2bb8f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5835696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5838985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5878679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.5879791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6000798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6001699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0176bbbe-b3b7-4d88-aed9-499c3d84c0b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6020558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0176bbbe-b3b7-4d88-aed9-499c3d84c0b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6024166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6027312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6078456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6079655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6202868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6203676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a9e3d54-6d81-441c-acce-bda18b9ce227\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6220408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a9e3d54-6d81-441c-acce-bda18b9ce227\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6223589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6226642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6262371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6263438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6378059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6378861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03ae0dae-1710-44ec-9ee0-fdc76f4e3582\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6394166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03ae0dae-1710-44ec-9ee0-fdc76f4e3582\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6397603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6400527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6437496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6438559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6453290Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.SfListView.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:15.6467751Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Syncfusion.SfListView.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:15.6468192Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:15.6623313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6624253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e165caa1-c22a-4f46-aedd-ef4aec77f385\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6644764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e165caa1-c22a-4f46-aedd-ef4aec77f385\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6648177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6651848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6709092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6710482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6830763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6831734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8eaf93a5-c8d3-4be5-86d3-62396e04d53c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6848058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8eaf93a5-c8d3-4be5-86d3-62396e04d53c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6851194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6854541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6891049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.6892124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7012878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7013794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1080cbd-6c7a-45f4-aa34-a94141251962\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7028900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1080cbd-6c7a-45f4-aa34-a94141251962\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7032050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7035109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7070856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7071938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7188009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7189107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92520c32-ac80-49ca-9529-3bf6e3badb1b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7205718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92520c32-ac80-49ca-9529-3bf6e3badb1b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7209227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7212537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7267603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7268858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7706131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7707729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\570d6b38-62cf-4e1d-8404-30802c2bdf9c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7726533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\570d6b38-62cf-4e1d-8404-30802c2bdf9c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7729867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7733306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7771136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7772236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7889343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7890276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6a8addf-5156-4b10-81f0-fc7fc6e03f13\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7906272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6a8addf-5156-4b10-81f0-fc7fc6e03f13\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7909352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7912506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7949880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.7951017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8075413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8076366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efdb2df8-1433-426a-8f31-bd6bba8e9f56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8092381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efdb2df8-1433-426a-8f31-bd6bba8e9f56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8095448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8098559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8153048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8154373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8273694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8274844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a70e9b6d-a44b-4676-8672-4fc2492c6225\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8291771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a70e9b6d-a44b-4676-8672-4fc2492c6225\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8295161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8298419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8337391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8338500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8466133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8467277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c604dc8-0c18-4ea8-96c4-ce0a367e7a6e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8484990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c604dc8-0c18-4ea8-96c4-ce0a367e7a6e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8488587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8492106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8529228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8530341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8654810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8656041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2eb11112-b68a-40f2-af91-e32dcd1e9545\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8672250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2eb11112-b68a-40f2-af91-e32dcd1e9545\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8675425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8678413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8730253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8731430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8859035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8860238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4878e20b-3755-4694-b35e-c7c63c0bdc58\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8876212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4878e20b-3755-4694-b35e-c7c63c0bdc58\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8879453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8882751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8920484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.8921580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9038833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9040493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64a5ecc5-0a34-431b-9369-284113a62c3f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9057131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64a5ecc5-0a34-431b-9369-284113a62c3f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9060171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9063153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9099008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9102183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9225564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9226678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c2f1eac-bc58-46ff-aa29-25aca16cd40e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9241775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c2f1eac-bc58-46ff-aa29-25aca16cd40e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9244876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9248037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9303793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9305703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9425879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9426916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b66a1d9-948e-493a-8745-d290bb22f3e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9443273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b66a1d9-948e-493a-8745-d290bb22f3e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9446582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9449747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9487040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9488074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9611372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9612622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\745fb3f4-a5d6-481e-b04c-af9f0b4d488d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9628875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\745fb3f4-a5d6-481e-b04c-af9f0b4d488d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9632038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9635318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9674001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9675518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9802338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9804075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e14ba28f-beec-45bf-a25d-73e772cafa53\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9822162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e14ba28f-beec-45bf-a25d-73e772cafa53\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9825463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9828841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9886104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:15.9887499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0011503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0012797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\644cba4c-e11d-4bfd-90fb-4969223c2167\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0031388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\644cba4c-e11d-4bfd-90fb-4969223c2167\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0034762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0038028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0073972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0075009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0191536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0192514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ac987a1-1fa1-4435-b0dc-dcbf0b40e43c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0207268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ac987a1-1fa1-4435-b0dc-dcbf0b40e43c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0210412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0213482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0247555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0248602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0366447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0367529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4e96193-7fab-4a0c-812b-2ed37c4325ce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0382676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4e96193-7fab-4a0c-812b-2ed37c4325ce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0385993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0389102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0441712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0442914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0565926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0566733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1bd9499-dac7-4e5c-b522-926bb99a23e9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0583661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1bd9499-dac7-4e5c-b522-926bb99a23e9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0586791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0589958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0626923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0628186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0749465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0750516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b669c77e-3834-48b9-b45b-c5f6eacdcac1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0765563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b669c77e-3834-48b9-b45b-c5f6eacdcac1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0768790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0771720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0811019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0812325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0928406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0929454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cfcb31f7-ceb1-48aa-b5f7-a57fcfb586a2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0945256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cfcb31f7-ceb1-48aa-b5f7-a57fcfb586a2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0949096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.0953501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1007876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1009404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1134094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1135195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb45b46e-99e9-4d70-80be-c8e5a0b99ed5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1150940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb45b46e-99e9-4d70-80be-c8e5a0b99ed5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1154225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1157541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1194889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1195998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1313287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1314166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e5e0439e-7bd6-42a2-a4a4-6ff5877fcfde\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1329799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e5e0439e-7bd6-42a2-a4a4-6ff5877fcfde\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1333305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1336491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1373285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.1374344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3374997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3376286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30c93558-32b5-4282-9d2d-11991838d156\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3391455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30c93558-32b5-4282-9d2d-11991838d156\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3394691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3413786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3452586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3454548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3576012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3577090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\377dc4e7-ed00-4490-b3b0-d18ef4ecd2fb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3593680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\377dc4e7-ed00-4490-b3b0-d18ef4ecd2fb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3596884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3599962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3637014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3638122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3761477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3762309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cbc2a7a6-9769-451a-93d8-8a84632be77d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3779539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cbc2a7a6-9769-451a-93d8-8a84632be77d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3782994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3786112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3823175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3824247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3951288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3952406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31fac999-332e-426d-9dfd-994192ce20dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3968699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31fac999-332e-426d-9dfd-994192ce20dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3971978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.3991081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4031257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4032569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4171988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4173493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9c6de11-acdd-4ae1-943d-96de3c324df6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4189576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9c6de11-acdd-4ae1-943d-96de3c324df6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4192759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4196151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4237653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4238912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4359442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4360583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88e2ee88-b231-435f-a6d9-67b84e8938aa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4376453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88e2ee88-b231-435f-a6d9-67b84e8938aa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4379717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4382957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4421377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4422478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4553330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4554267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f64ab91-9c77-4c73-b56b-673a8c7ba82f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4569772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f64ab91-9c77-4c73-b56b-673a8c7ba82f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4573203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4591306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4629031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4630113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4747651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4748828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d66347a-94aa-4c57-b4d3-075c41a721f4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4764729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d66347a-94aa-4c57-b4d3-075c41a721f4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4768014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4771055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4807763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4808826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4932320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4933348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\740a5a1a-202e-486c-bfdb-42aea69291a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4948582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\740a5a1a-202e-486c-bfdb-42aea69291a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4952160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4955282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4994450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.4995545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5112075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5112914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3fc9a0fe-0bb4-4bfa-9130-283eb911a7f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5130579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3fc9a0fe-0bb4-4bfa-9130-283eb911a7f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5133673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5150701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5187178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5188239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5309934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5311042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\586b86d2-6dce-473e-9ed8-c238b4a8600c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5326429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\586b86d2-6dce-473e-9ed8-c238b4a8600c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5329713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5332888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5369839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5370887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5486389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5487215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1826f1c0-172f-44f8-9c02-b18e56907b81\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5501921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1826f1c0-172f-44f8-9c02-b18e56907b81\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5505029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5508022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5543758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5544799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5660812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5661881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca794677-da6c-40f9-97ef-0fe732b6af24\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5677681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca794677-da6c-40f9-97ef-0fe732b6af24\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5680846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5699797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5737997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5739123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5854459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5855547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e03d5e43-b2a4-419e-890a-bc94c1ab5402\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5871515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e03d5e43-b2a4-419e-890a-bc94c1ab5402\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5874583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5877729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5917783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.5919021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6039378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6040384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c112d6b7-593c-4e52-b2ee-074b2c221719\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6059435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c112d6b7-593c-4e52-b2ee-074b2c221719\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6062748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6065885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6104717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6105830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6225827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6227396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\deb21b13-ffb7-4fb5-a32c-c364927c2dff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6244312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\deb21b13-ffb7-4fb5-a32c-c364927c2dff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6247662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6266148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6305147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6306244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6434648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6435729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84fe10a5-088c-4ad5-85f9-8938911d372c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6452845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84fe10a5-088c-4ad5-85f9-8938911d372c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6456176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6459586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6496088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6497125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6614763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6615789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cec682f8-05bd-45a2-9939-9a6ac2fbe06f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6631578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cec682f8-05bd-45a2-9939-9a6ac2fbe06f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6634750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6638191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6689399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6690488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6811182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6812346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\658943f2-6722-4241-8e86-bbc578b2e25c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6830658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\658943f2-6722-4241-8e86-bbc578b2e25c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6833958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6852376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6887911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.6888927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7005446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7006288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\613f0be4-5581-4451-88ad-282a0976f8b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7021935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\613f0be4-5581-4451-88ad-282a0976f8b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7025051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7028299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7064486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7065530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7187307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7188365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\829301bf-d8af-4710-b817-cd8cedcb650a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7204207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\829301bf-d8af-4710-b817-cd8cedcb650a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7207475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7210489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7245934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7246959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7361450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7362522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a2a7ecd-8d34-4a30-abec-4a91f9fb08ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7378432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a2a7ecd-8d34-4a30-abec-4a91f9fb08ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7381777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7399947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7438309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7439618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7557821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7558931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6737ef86-cf5d-484b-b238-72639e5f9fb5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7574873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6737ef86-cf5d-484b-b238-72639e5f9fb5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7577980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7580900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7617691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7618792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7731671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7732467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3eea4b02-1dde-4bae-86a7-1e128350f275\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7751419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3eea4b02-1dde-4bae-86a7-1e128350f275\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7763276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7766492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7803402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7804483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7925806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7926634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40123931-2990-4efb-92e0-28141e792598\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7942218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40123931-2990-4efb-92e0-28141e792598\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7945205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7963759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7998650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.7999656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8118444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8119290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74b377b9-6b11-435f-9cbe-5f29c824fe4d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8136093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74b377b9-6b11-435f-9cbe-5f29c824fe4d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8139526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8142667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8180491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8181641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8311686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8313310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41151323-5a6e-4ed3-97f8-a6682c5c063b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8330122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41151323-5a6e-4ed3-97f8-a6682c5c063b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8333437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8336881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8378194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8379511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8504644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8506009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58944acb-e9dc-41fc-9f3f-65846ac2f454\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8523161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58944acb-e9dc-41fc-9f3f-65846ac2f454\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8527543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8530947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8586493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8587965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8717832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8718698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc4b860c-3f8d-4a90-80ce-79a0557f0b57\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8735264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc4b860c-3f8d-4a90-80ce-79a0557f0b57\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8738741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8741893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8781196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8782456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8900283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8901369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c11e0527-00ed-44b4-b226-aa64a474c337\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8916193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c11e0527-00ed-44b4-b226-aa64a474c337\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8919360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8922886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8962339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.8963503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9089785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9090873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e940d9d8-0393-457d-95f6-b446dc44b122\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9107430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e940d9d8-0393-457d-95f6-b446dc44b122\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9111195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9114272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9169175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9170628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9293268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9294326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f29413d-53a6-40b4-adaf-0a534fdcf188\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9310619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f29413d-53a6-40b4-adaf-0a534fdcf188\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9313819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9316997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9354622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9355754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9479486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9480345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54c716a1-0b06-443b-875b-c75df6f22520\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9495413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54c716a1-0b06-443b-875b-c75df6f22520\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9498527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9501609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9537719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9538771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9654874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9655736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\881649c7-fb50-43a2-b8c7-3a6484f1d0b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9671378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\881649c7-fb50-43a2-b8c7-3a6484f1d0b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9674306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9677212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9726075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9727322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9852065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9853104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df7fe186-349e-492c-a34f-527ddfd85c18\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9869208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df7fe186-349e-492c-a34f-527ddfd85c18\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9872348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9875355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9915020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:16.9916232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.0033384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.0034566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bffa653c-7060-4ec0-a22b-23c05f64ca8f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.0051562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bffa653c-7060-4ec0-a22b-23c05f64ca8f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.0055443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.0058916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.0094198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.0095252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.7082727Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.SfListView.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:17.7114419Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Syncfusion.SfListView.WinForms, Version=19.4.0.38","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:17.7130679Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Syncfusion.SfListView.WinForms'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:17.9002187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9003799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39a74b03-27da-4f1e-9c96-f3d6eabdee03\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9021978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39a74b03-27da-4f1e-9c96-f3d6eabdee03\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9025477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9028907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9084509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9086164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9215068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9216462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef5382ba-ec9c-4126-aa46-d7dc917ab15e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9232949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef5382ba-ec9c-4126-aa46-d7dc917ab15e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9236901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9240453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9279546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9280991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9407957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9409136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a48ed4e6-9d99-4ddd-acc8-1bec71f76097\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9424840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a48ed4e6-9d99-4ddd-acc8-1bec71f76097\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9428235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9431685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9471471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9472843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9589952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9591351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd281ef7-6f43-4f90-85fe-07bb6e634f9e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9606883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd281ef7-6f43-4f90-85fe-07bb6e634f9e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9610091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9613428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9667938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9669620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9794386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9795479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5d2fa3f9-4884-41da-9e56-233630a6d0a4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9811448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5d2fa3f9-4884-41da-9e56-233630a6d0a4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9814806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9818067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9855541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9856751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9974868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9976007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd413993-b580-42fa-85ac-0ab37286e8fb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9992490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd413993-b580-42fa-85ac-0ab37286e8fb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9995665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:17.9998868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0036210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0037269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0157488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0158424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\455bbfaf-f9be-4fe7-9326-65edc6b445b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0173482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\455bbfaf-f9be-4fe7-9326-65edc6b445b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0176725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0179875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0231677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0232893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0347730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0348832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0792e30-1734-4fed-ad6b-59179e454909\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0364001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0792e30-1734-4fed-ad6b-59179e454909\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0367153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0370303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0404787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0406985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0420620Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Shared.Base'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:18.0434414Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Syncfusion.Shared.Base'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:18.0434856Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:18.0591266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0592239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33ba1531-9de1-4aee-b483-f7a52ffa2eb1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0607305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33ba1531-9de1-4aee-b483-f7a52ffa2eb1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0610465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0613720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0652609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0653767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0765703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0766531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f9bf368-5305-41a4-9cae-679f2a60d4f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0781460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f9bf368-5305-41a4-9cae-679f2a60d4f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0784821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0787917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0840269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0841505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0958608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0959464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f8675851-dd8b-434a-addf-d8b565758f82\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0974348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f8675851-dd8b-434a-addf-d8b565758f82\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0977350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.0980159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1014697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1015750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1125884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1126684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a03f2530-57ea-4ae5-8f80-018b9291386d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1141549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a03f2530-57ea-4ae5-8f80-018b9291386d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1144641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1147537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1184654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1185914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1628714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1630126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60ce616a-2d7e-4347-a2ff-866695017f6c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1646905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60ce616a-2d7e-4347-a2ff-866695017f6c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1651043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1654478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1707992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1709279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1828336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1829544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48bd0ab9-0e39-4d41-a093-b947d83b6ad5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1845289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48bd0ab9-0e39-4d41-a093-b947d83b6ad5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1848488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1851932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1889020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.1890093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2013061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2014273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18abfb2f-e297-4177-bf31-c19d1fa916b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2030897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18abfb2f-e297-4177-bf31-c19d1fa916b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2034314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2037579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2074899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2075972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2192102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2193709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\757d1c88-d5c1-4025-8651-dfad7b4228cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2210442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\757d1c88-d5c1-4025-8651-dfad7b4228cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2213640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2216880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2269967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2271260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2396973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2398110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d55b1e2-612c-4c03-8482-c7a5d3ed91a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2414278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d55b1e2-612c-4c03-8482-c7a5d3ed91a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2418844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2422217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2465139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2466442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2581785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2582857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b834e58a-d206-469e-93f5-4ea371a7b811\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2598948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b834e58a-d206-469e-93f5-4ea371a7b811\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2602015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2605228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2641810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2642943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2767166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2768228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0b75fa1-d83e-45de-afba-b2aca9ebec8f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2784072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0b75fa1-d83e-45de-afba-b2aca9ebec8f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2787695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2790818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2844325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2845566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2961020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2962348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9726e507-47f3-47a4-9219-70bb561f4477\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2979857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9726e507-47f3-47a4-9219-70bb561f4477\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2983002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.2986440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3022172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3023262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3151319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3152301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f557415b-c75a-4023-87f5-b7c937c146a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3168776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f557415b-c75a-4023-87f5-b7c937c146a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3172246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3175526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3215507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3216971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3333384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3334295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9d27824-e305-41cf-bc7c-a20f145983dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3353326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9d27824-e305-41cf-bc7c-a20f145983dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3356757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3360033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3413388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3414608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3546154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3547291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54d85c9d-5090-4fb1-90ad-20cf16932d27\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3564340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54d85c9d-5090-4fb1-90ad-20cf16932d27\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3567756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3571028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3609404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3610488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3727075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3728606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\107d661f-7088-4dab-a5e5-e69dc0d25e80\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3743297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\107d661f-7088-4dab-a5e5-e69dc0d25e80\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3748324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3751369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3789279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3790395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3907902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3908964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d313ac5d-ec24-4def-ad5a-2d73db8cc230\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3925049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d313ac5d-ec24-4def-ad5a-2d73db8cc230\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3928240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3931506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3986011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.3987521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4102199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4103383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3223c5da-5af2-4daa-929c-f645ab3d02c1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4122414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3223c5da-5af2-4daa-929c-f645ab3d02c1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4126051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4129153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4165632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4166689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4287609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4288776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a6af85f-4034-4375-8671-b650c839883f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4304389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a6af85f-4034-4375-8671-b650c839883f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4307735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4310758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4346867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4347895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4460442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4461876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4fceac7-a7a5-4fe2-a55b-125e210d4723\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4479046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4fceac7-a7a5-4fe2-a55b-125e210d4723\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4482510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4486233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4538775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4540505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4671094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4672479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03cdb720-bb2a-4012-9ef8-e6996b1d9df3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4688742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03cdb720-bb2a-4012-9ef8-e6996b1d9df3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4692353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4695713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4734405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4739468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4864316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4865649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\62c60d45-970c-4192-be68-94d364d75007\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4882993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\62c60d45-970c-4192-be68-94d364d75007\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4886434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4890260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4930828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.4932501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5060101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5061339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c92ff20-a563-40b9-bd3f-2887d7e67578\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5079982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c92ff20-a563-40b9-bd3f-2887d7e67578\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5084107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5088769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5143780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5145779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5286803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5287922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17787e12-bf37-4d45-bac8-6ad77965141e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5306162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17787e12-bf37-4d45-bac8-6ad77965141e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5309678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5312956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5350401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.5351533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7317343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7318411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad3f41e8-0552-4d66-858f-3255f93923b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7333453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad3f41e8-0552-4d66-858f-3255f93923b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7336713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7340221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7379285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7380530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7495475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7496383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bd9bf63-fca7-4356-84a3-4772ed0aa3a4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7512013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bd9bf63-fca7-4356-84a3-4772ed0aa3a4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7515415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7532618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7568745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7569757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7697305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7698296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc7667b8-23f8-47fb-be94-0d3daf9c5f01\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7719700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc7667b8-23f8-47fb-be94-0d3daf9c5f01\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7722937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7726272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7763735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7764931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7889560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7890973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60016d5d-f288-4815-9e03-86a1f69bc056\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7907039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60016d5d-f288-4815-9e03-86a1f69bc056\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7910253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7913541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7951612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.7952828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8085171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8086126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\249323b2-5f3f-4784-8a76-74906a8561f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8113924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\249323b2-5f3f-4784-8a76-74906a8561f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8117551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8120878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8161488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8162888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8281030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8281910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0a8e6a6-a473-456d-95d4-87da45291f84\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8300971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0a8e6a6-a473-456d-95d4-87da45291f84\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8304451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8307824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8345690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8346782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8479731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8481402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\593bb2b1-89a5-4e70-9d48-a174089f7b07\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8498024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\593bb2b1-89a5-4e70-9d48-a174089f7b07\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8501520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8504911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8541610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8542660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8661113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8662045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19ad9f94-4a7c-4b58-8f90-432ced654c6a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8677679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19ad9f94-4a7c-4b58-8f90-432ced654c6a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8681083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8696824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8732901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8733976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8858413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8859338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7926f648-155b-4731-916c-3d27f9e6bccf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8875130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7926f648-155b-4731-916c-3d27f9e6bccf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8878252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8881444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8921765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.8922926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9037735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9038613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebd2ed37-0de3-4530-a58c-ca4a88b4928b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9053972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebd2ed37-0de3-4530-a58c-ca4a88b4928b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9057144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9061858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9098436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9099550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9215119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9215924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddc24b7d-8b99-448c-846b-e32ececa5cc2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9231694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddc24b7d-8b99-448c-846b-e32ececa5cc2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9235009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9251033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9287962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9289021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9405857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9406654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef68192b-1374-4283-8e1d-e3cef985e0d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9421518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef68192b-1374-4283-8e1d-e3cef985e0d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9424595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9427490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9463158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9464216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9582832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9583618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2be3f3fd-92f6-4875-9662-6ee885c1a721\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9598983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2be3f3fd-92f6-4875-9662-6ee885c1a721\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9602191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9605015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9642225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9643271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9756225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9757037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65e2274c-0a1a-40ca-9128-5748871cee32\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9772758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65e2274c-0a1a-40ca-9128-5748871cee32\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9776118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9792883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9829480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9830768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9952372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9953493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fedf8f8a-2cd5-4454-a410-53b59483514d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9969973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fedf8f8a-2cd5-4454-a410-53b59483514d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9973233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:18.9976526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0016809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0018425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0138009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0139066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84d1c4c2-75b9-4ef9-a865-9368f1197439\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0156348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84d1c4c2-75b9-4ef9-a865-9368f1197439\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0159499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0162922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0200397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0201514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0329543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0331138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05d76e73-9c8d-498a-8e52-3ceaa8d56ca2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0346350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05d76e73-9c8d-498a-8e52-3ceaa8d56ca2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0349533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0365128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0401502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0402528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0519402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0521123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94039804-a652-4e31-b6a2-8a0fe7a2ccaa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0537818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94039804-a652-4e31-b6a2-8a0fe7a2ccaa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0541092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0544261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0581680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0582912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0704635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0705515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\963633b8-3355-4cf6-a55f-6fd764145271\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0721592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\963633b8-3355-4cf6-a55f-6fd764145271\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0724837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0727848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0765735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0766973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0879417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0880311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8efbdd68-2c4b-4aaa-be19-4aaf67dff0f7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0897132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8efbdd68-2c4b-4aaa-be19-4aaf67dff0f7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0900170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0919134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0956771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.0957878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1078584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1079500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed7b7d56-b0ff-4940-9072-0c8e5936d1b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1095745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed7b7d56-b0ff-4940-9072-0c8e5936d1b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1098943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1102281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1140196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1141230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1257840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1258721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\308136ba-f675-4ba4-ae53-16c2114d3760\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1273428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\308136ba-f675-4ba4-ae53-16c2114d3760\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1276607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1279554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1316684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1317789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1436947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1437843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88db31ce-bfb3-4641-8d18-45345002c353\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1453898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88db31ce-bfb3-4641-8d18-45345002c353\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1457256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1474170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1510634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1511743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1628880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1629719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\122e2afa-beb4-46eb-80d4-26e599584b64\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1644533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\122e2afa-beb4-46eb-80d4-26e599584b64\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1647424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1650251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1693269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1696529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1817644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1818497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb218c75-ea67-41d2-a875-4a35c3639b51\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1834288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb218c75-ea67-41d2-a875-4a35c3639b51\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1839106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1842305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1879568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1880644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1998171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.1999070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff42de66-1be6-48e4-a334-9f986fb16fd1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2015116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff42de66-1be6-48e4-a334-9f986fb16fd1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2018380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2036265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2075361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2076538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2204228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2205378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\960e74e5-b58c-4a7d-a641-207c4aa38024\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2221711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\960e74e5-b58c-4a7d-a641-207c4aa38024\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2225050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2228381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2268173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2269338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2392959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2393977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17b12eaa-577a-449c-bf52-30ee9f66c932\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2410025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17b12eaa-577a-449c-bf52-30ee9f66c932\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2413530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2416820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2457913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2459962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2582642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2583699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a72d0f8-1a57-4bc5-88eb-f6e21f03284a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2599803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a72d0f8-1a57-4bc5-88eb-f6e21f03284a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2602973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2620917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2660210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2661306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2783120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2784164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\edd48765-9cb1-4cd5-a186-4ab2cbedc236\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2800530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\edd48765-9cb1-4cd5-a186-4ab2cbedc236\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2803979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2807449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2845513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2846594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2977081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2978154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0d1c3de-7b57-41e8-8580-6f8bb0024441\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2994476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0d1c3de-7b57-41e8-8580-6f8bb0024441\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.2997552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3000584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3037873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3038929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3166774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3167699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d62907b-4b35-435a-8ab5-fe9a826006cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3183632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d62907b-4b35-435a-8ab5-fe9a826006cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3186776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3189839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3243131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3244461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3363691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3364419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e27001f4-b13a-4549-adc4-88688c4ed375\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3379540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e27001f4-b13a-4549-adc4-88688c4ed375\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3382850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3387633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3425252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3426363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3543437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3544333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19728412-a7a7-4f9d-8585-28247a651305\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3559313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19728412-a7a7-4f9d-8585-28247a651305\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3562455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3565601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3603009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3604084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3722686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3723596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc95462c-d010-440f-a58f-618e07a5b358\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3739540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc95462c-d010-440f-a58f-618e07a5b358\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3742782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3745962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3798404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3799657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3915931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3916705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\684b86f2-d238-41a4-bd73-b23d4401d2e9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3931629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\684b86f2-d238-41a4-bd73-b23d4401d2e9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3934747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3937654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3973303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:19.3974332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.0501715Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Shared.Base'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:20.0534027Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Syncfusion.Shared.Base, Version=19.4.0.38","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:20.0548856Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Syncfusion.Shared.Base'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:20.2319925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2321317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13a2105b-4ee4-4800-8671-441c0c13c021\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2340201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13a2105b-4ee4-4800-8671-441c0c13c021\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2343528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2347070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2388033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2389199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2512348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2514130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf9d038e-7d2e-46e6-b6e9-35b5bbe4622a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2531065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf9d038e-7d2e-46e6-b6e9-35b5bbe4622a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2534335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2538176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2590137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2591362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2717997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2718889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\96602d2b-23e3-44bf-8c3d-0409b3c820ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2734336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\96602d2b-23e3-44bf-8c3d-0409b3c820ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2737485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2740710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2777939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2779056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2897218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2898801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4c1741f-c106-4bb5-85b8-0e8e4c088553\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2915759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4c1741f-c106-4bb5-85b8-0e8e4c088553\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2918915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2922687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2963189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.2964877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3090535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3091536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e9e4f89-0749-46cb-a84f-f9b319166a5e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3110225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e9e4f89-0749-46cb-a84f-f9b319166a5e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3113591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3116882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3169754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3171024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3292746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3293660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\866fed40-479d-4713-8b5e-89816510c95a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3308912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\866fed40-479d-4713-8b5e-89816510c95a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3312245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3315383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3349896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3350925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3476072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3477457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0751abea-b8dc-4eed-892c-c6929e96ae61\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3493213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0751abea-b8dc-4eed-892c-c6929e96ae61\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3496418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3499604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3535986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3537069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3652005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3652844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d908b73-d806-4c9f-af01-e60bd0a70a17\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3667854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d908b73-d806-4c9f-af01-e60bd0a70a17\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3671007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3673700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3723043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3724360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3738477Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Shared.Windows'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:20.3753137Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Syncfusion.Shared.Windows'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:20.3753587Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:20.3918680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3920292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc6733d1-705e-42db-a576-3b13a29a9b28\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3936804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc6733d1-705e-42db-a576-3b13a29a9b28\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3940049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3943423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3982119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.3983462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4100766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4101987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aa9be364-20c0-42b6-8496-ccbcfa55315f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4118276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aa9be364-20c0-42b6-8496-ccbcfa55315f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4121780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4124971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4160309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4161357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4280411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4281510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6c85f51-801c-4118-a950-6c3b2d49a424\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4297246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6c85f51-801c-4118-a950-6c3b2d49a424\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4300544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4303584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4356208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4357418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4470792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4471805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\441c1663-63fa-40e7-ae8d-df7b3e3678e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4487587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\441c1663-63fa-40e7-ae8d-df7b3e3678e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4492408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4495773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4532695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4533747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4965135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4966392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9f9869a-cd2e-4430-a6b6-bf36d6f952e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4983394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9f9869a-cd2e-4430-a6b6-bf36d6f952e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4986701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.4990066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5029804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5030911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5156569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5157750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\87ad97c5-efac-46cd-b7be-667eb7ddf771\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5175732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\87ad97c5-efac-46cd-b7be-667eb7ddf771\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5179513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5183000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5233294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5234524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5362895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5364112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56ee2b94-919b-4686-bb08-5b74d5561923\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5380503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56ee2b94-919b-4686-bb08-5b74d5561923\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5383813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5387314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5427520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5428848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5546831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5547996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\030adb92-efdf-4209-bad3-94cfd4d42f3d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5564079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\030adb92-efdf-4209-bad3-94cfd4d42f3d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5568251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5571388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5609796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5611079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5739017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5740499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd87177a-281c-4fa0-801f-96abdb634998\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5757673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd87177a-281c-4fa0-801f-96abdb634998\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5761157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5764465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5817354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5818591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5943583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5945119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7edeb826-5594-4693-a3bc-3032d534ec56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5962625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7edeb826-5594-4693-a3bc-3032d534ec56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5966205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.5969667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6009455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6010727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6143250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6144452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a590a4f9-ffef-43ee-a188-a3314f39e983\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6160226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a590a4f9-ffef-43ee-a188-a3314f39e983\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6163351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6166322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6208507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6209998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6331474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6332564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\197022ae-5b90-4497-b360-6ab87ca26eb8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6349677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\197022ae-5b90-4497-b360-6ab87ca26eb8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6354669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6358068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6410995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6412288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6540974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6542108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b22d2f9b-a1a2-4f80-b8db-28f39fff66ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6557995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b22d2f9b-a1a2-4f80-b8db-28f39fff66ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6561083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6564276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6601643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6602733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6719050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6720760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7e82fee-6c44-41c8-9e8e-413641a7c463\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6737425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7e82fee-6c44-41c8-9e8e-413641a7c463\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6740734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6744203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6781633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6782708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6922536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6923644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8702e6a1-efc2-4026-a343-48c8b63eeb58\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6939793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8702e6a1-efc2-4026-a343-48c8b63eeb58\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6943197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.6946463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7000427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7002074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7125902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7127157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6d1cb5e-ce09-4974-8f7a-1ecde75f97fe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7143964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6d1cb5e-ce09-4974-8f7a-1ecde75f97fe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7147275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7150554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7188329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7189493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7318221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7319446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85621bc1-db51-4157-b92b-69ba9127d6e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7336526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85621bc1-db51-4157-b92b-69ba9127d6e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7340103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7343485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7381192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7382309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7501164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7502196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38218b97-9b62-4883-bbe3-55fdc3cbc41b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7518555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38218b97-9b62-4883-bbe3-55fdc3cbc41b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7522446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7525565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7580295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7581677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7701601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7702424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\874ecfb7-048b-403b-8035-68552baf4076\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7719147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\874ecfb7-048b-403b-8035-68552baf4076\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7722541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7725612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7762674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7763792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7876838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7877935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32df0c8e-77eb-4e6b-b49b-b195c6d29e28\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7894846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32df0c8e-77eb-4e6b-b49b-b195c6d29e28\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7897880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7900836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7936745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.7937792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8055485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8056417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\344e7168-1d64-43f8-bf05-3524f5335f7c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8071425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\344e7168-1d64-43f8-bf05-3524f5335f7c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8074402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8077240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8127053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8128321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8242749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8243765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da820f64-c22f-4abe-be1d-d88b215b99f5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8259085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da820f64-c22f-4abe-be1d-d88b215b99f5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8262158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8265084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8301411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8302485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8421926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8422740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98ee0b7f-292e-4c8d-95d0-93152a7cb5cb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8438436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98ee0b7f-292e-4c8d-95d0-93152a7cb5cb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8441507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8444658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8481633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8482693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8594744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8595572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72ce1f29-cea1-40ea-8f77-3f67b8b0cc75\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8610583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72ce1f29-cea1-40ea-8f77-3f67b8b0cc75\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8613664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8616655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8670369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:20.8671931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0652969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0654791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f47d09f2-d75c-4541-941d-d25870b1d874\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0670066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f47d09f2-d75c-4541-941d-d25870b1d874\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0674222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0677743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0714971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0716122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0837201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0838399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80704c71-026c-482c-ba11-d5ecfc4fd777\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0853620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80704c71-026c-482c-ba11-d5ecfc4fd777\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0856948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0860278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0897549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.0898614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1020503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1021603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db816f5e-6f95-4efc-89b3-1fdbd56941cd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1036385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db816f5e-6f95-4efc-89b3-1fdbd56941cd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1039514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1056322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1092190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1093211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1210228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1211376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9538f8cc-6249-4214-8b9a-6eedabd9bc20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1227200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9538f8cc-6249-4214-8b9a-6eedabd9bc20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1230373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1233614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1269348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1270406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1397774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1398950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94be6713-90a9-45f3-a9cc-b66a0c3c8a29\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1413851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94be6713-90a9-45f3-a9cc-b66a0c3c8a29\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1416963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1420151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1459615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1461382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1584841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1586243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\593a7edd-1fe7-4b0b-867a-5a09f896e809\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1604250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\593a7edd-1fe7-4b0b-867a-5a09f896e809\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1607849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1624705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1664720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1666312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1794632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1795607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc124031-089e-4b26-bc26-f7decff9a075\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1810842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc124031-089e-4b26-bc26-f7decff9a075\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1814192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1817378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1852055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1853301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1967836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1969124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a0e1122-a8ed-4891-a2b7-b3467a697c90\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1985573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a0e1122-a8ed-4891-a2b7-b3467a697c90\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1989222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.1992310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2029321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2030441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2150780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2151676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\432b549c-0678-4e5d-a6a3-d4fcd97e6e76\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2167901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\432b549c-0678-4e5d-a6a3-d4fcd97e6e76\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2171141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2188070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2226783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2227904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2344620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2345646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66c75578-7b2a-45d2-85dd-7572776d860f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2362358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66c75578-7b2a-45d2-85dd-7572776d860f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2365593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2368866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2407173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2408296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2530056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2531342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d882bd13-2900-4fbb-9614-938320f57cd3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2548428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d882bd13-2900-4fbb-9614-938320f57cd3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2551998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2555092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2592655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2593699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2708007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2708876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\523ebc43-e975-460a-863e-4bf33802deaa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2724289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\523ebc43-e975-460a-863e-4bf33802deaa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2727365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2743645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2779843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2780946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2904840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2905657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b985d6fe-0c2e-415c-a2f3-79d82cea261f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2921308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b985d6fe-0c2e-415c-a2f3-79d82cea261f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2924749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2928153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2965106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.2966155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3078650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3079436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e1a2ce4-cfa3-4179-a259-b207683f083b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3094152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e1a2ce4-cfa3-4179-a259-b207683f083b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3097174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3099962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3136027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3137156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3256395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3257235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7af846b-efa9-4203-95c9-aac54158e260\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3273001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7af846b-efa9-4203-95c9-aac54158e260\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3275967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3294337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3329477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3330491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3441959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3442756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd996b65-d545-4063-a1b1-4412a3fc9cba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3459123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd996b65-d545-4063-a1b1-4412a3fc9cba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3462281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3465444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3502899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3504075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3630033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3631419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b018c7b8-bb94-4ec8-baeb-3414657d77b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3647543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b018c7b8-bb94-4ec8-baeb-3414657d77b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3650793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3654262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3694347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3695497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3820729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3821895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c9d0f16-71e8-4173-bf38-6c5f0f4eb766\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3837965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c9d0f16-71e8-4173-bf38-6c5f0f4eb766\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3841488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3858518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3896290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.3897440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4017053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4018490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4aaa0263-e19b-491d-bc8f-eeb74dc133c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4033854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4aaa0263-e19b-491d-bc8f-eeb74dc133c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4036967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4040168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4078527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4079691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4194580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4195426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57b59441-506c-44a3-af9b-c953a07c592e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4210800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57b59441-506c-44a3-af9b-c953a07c592e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4214224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4217339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4256448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4258712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4375562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4376576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18e32d1c-76f8-4fda-b18e-2d18aa63bb8e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4396886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18e32d1c-76f8-4fda-b18e-2d18aa63bb8e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4399966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4416593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4451480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4452577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4567738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4568765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19a45c75-8605-4787-b64d-c018d8081363\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4584660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19a45c75-8605-4787-b64d-c018d8081363\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4587933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4591270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4628974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4630092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4747451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4748332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\451f51ca-1bdf-4570-b50b-9b863f937154\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4763545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\451f51ca-1bdf-4570-b50b-9b863f937154\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4766475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4769379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4804592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4805619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4916386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4917142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58ccfde8-e8d1-44e7-9317-9e7fdd9a8bbf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4932604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58ccfde8-e8d1-44e7-9317-9e7fdd9a8bbf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4935865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4938890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4989893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.4991348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5111569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5112597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad56ce9f-791c-4f99-af7d-ec00f4e20616\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5130718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad56ce9f-791c-4f99-af7d-ec00f4e20616\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5134239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5137613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5174798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5175873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5291020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5291840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b2eaed6-ef1c-4055-ab33-9b2defddceb5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5307990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b2eaed6-ef1c-4055-ab33-9b2defddceb5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5311360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5314419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5350196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5351222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5468500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5469387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42ebaf77-150b-4a26-a305-4773e90eb744\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5484657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42ebaf77-150b-4a26-a305-4773e90eb744\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5487780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5503702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5540052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5541111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5653752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5654582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64592bb9-4036-4471-abd3-fa2e1b15e714\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5669601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64592bb9-4036-4471-abd3-fa2e1b15e714\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5672696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5675940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5712081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5713135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5832203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5833597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ed17af5-2415-49ca-8018-d149db5719c9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5850089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ed17af5-2415-49ca-8018-d149db5719c9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5853578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5856992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5896888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.5898117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6027177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6028551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82c0f407-0304-4350-9106-7875ee43219d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6044986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82c0f407-0304-4350-9106-7875ee43219d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6048189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6051589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6105034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6106321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6225623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6226607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9294e663-6e11-494c-8b71-a27d0e08faf2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6243873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9294e663-6e11-494c-8b71-a27d0e08faf2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6247016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6250184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6289752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6290864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6404990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6406025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3857d31b-911a-4678-a0d5-75cf9cf01eb0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6422016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3857d31b-911a-4678-a0d5-75cf9cf01eb0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6425366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6428580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6466633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6467779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6593436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6594648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebb7b849-935e-4227-9c87-846366d63e10\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6609875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebb7b849-935e-4227-9c87-846366d63e10\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6613044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6616123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6667802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6669051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6790657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6791738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d341d69-b0f5-471b-b388-99c0a716b90c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6807664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d341d69-b0f5-471b-b388-99c0a716b90c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6811019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6814361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6850715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6854162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6978259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6979081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aed640ba-3f5b-4a0a-8266-fa4188fe6ca1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6994959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aed640ba-3f5b-4a0a-8266-fa4188fe6ca1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.6998419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.7001738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.7040848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.7041989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.7155572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.7156430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\165faa24-3ecc-4feb-b525-cd70c2fd51f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.7173840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\165faa24-3ecc-4feb-b525-cd70c2fd51f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.7177220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.7180152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.7230059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:21.7231247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.5943817Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Syncfusion.Shared.Windows'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:22.5989495Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Syncfusion.Shared.Windows, Version=19.4.0.38","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:22.6004787Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Syncfusion.Shared.Windows'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:22.7777619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.7779457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1940404b-5a40-43a2-aa39-ad902317bf04\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.7800425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1940404b-5a40-43a2-aa39-ad902317bf04\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.7804288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.7807881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.7848240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.7849400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.7978996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.7980227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d41bbfe-8f08-4b50-a855-f6fce652a318\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.7996901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d41bbfe-8f08-4b50-a855-f6fce652a318\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8000285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8003396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8040013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8041099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8167791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8169057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7db03d8-6dac-4a0f-823c-f45ba2f2cc86\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8186081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7db03d8-6dac-4a0f-823c-f45ba2f2cc86\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8189974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8193305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8246442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8247695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8366271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8367444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4996463d-d83a-4bbb-a6f1-f590f49bef4d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8384400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4996463d-d83a-4bbb-a6f1-f590f49bef4d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8387945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8391006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8431869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8433019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8557640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8558677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8455b435-90a8-4562-a4d6-c7aa1a068ff7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8576539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8455b435-90a8-4562-a4d6-c7aa1a068ff7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8580369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8583946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8621406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8622572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8735975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8736828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19c8111e-181b-47e8-ae70-0a36126abc63\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8753574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19c8111e-181b-47e8-ae70-0a36126abc63\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8756969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8760085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8811674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8812894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8935721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8937279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78dc197d-faae-4949-8089-bda1d9cf83b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8952770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78dc197d-faae-4949-8089-bda1d9cf83b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8956287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8959728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.8998796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9000232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9126255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9127416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\318c94d8-6958-4fc5-9c85-d9b8f9aa8d41\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9143789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\318c94d8-6958-4fc5-9c85-d9b8f9aa8d41\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9146945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9150190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9189698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9191000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9204699Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'System.CodeDom'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:22.9219359Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'System.CodeDom'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:22.9219829Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:22.9374765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9376155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81d0a3df-f85f-40b9-9783-8a2cd6c052ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9392294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81d0a3df-f85f-40b9-9783-8a2cd6c052ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9395479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9398889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9449422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9450616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9566648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9567831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b934e2eb-de03-488a-b4da-690340aefcdb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9584407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b934e2eb-de03-488a-b4da-690340aefcdb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9587746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9591085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9627769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9628915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9747988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9748840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d2b1ab76-2c18-4be3-bcbb-0cefcd8dffb7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9763850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d2b1ab76-2c18-4be3-bcbb-0cefcd8dffb7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9767080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9770001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9809569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9810729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9926871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9927677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0cd03ca-3a50-4873-84e4-ddd8cd7e837a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9943069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0cd03ca-3a50-4873-84e4-ddd8cd7e837a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9946343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:22.9949481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0001742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0002955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0421096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0422685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fc2bb1d-7403-4191-a988-da2171e276e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0439863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fc2bb1d-7403-4191-a988-da2171e276e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0442964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0446043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0483846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0485109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0607112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0608033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71c6def3-20b0-49d4-a644-b49523620495\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0623978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71c6def3-20b0-49d4-a644-b49523620495\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0627269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0630503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0667841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0668925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0795949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0797135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f32b7ea-add9-4b86-bbca-a96459457342\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0813996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f32b7ea-add9-4b86-bbca-a96459457342\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0817256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0820530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0870913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0872111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0992436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.0993422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\464731a6-5171-4fa3-b2d9-c934764f1c0a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1010446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\464731a6-5171-4fa3-b2d9-c934764f1c0a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1014944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1018021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1056590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1057718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1198072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1199423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8872329a-3b13-4b21-8337-d294e9ff7d4c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1216729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8872329a-3b13-4b21-8337-d294e9ff7d4c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1220731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1224189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1261180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1262265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1385449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1386857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\433e1357-88c7-4d35-a091-841e15fe50c3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1404006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\433e1357-88c7-4d35-a091-841e15fe50c3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1407388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1410857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1465638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1467134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1601808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1602694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2bf3b2c-a2a6-4330-9970-bc3e57c8b5c5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1618835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2bf3b2c-a2a6-4330-9970-bc3e57c8b5c5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1622495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1625817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1665565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1666867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1783574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1784543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8db4c8d-fd8d-40c3-9294-df7ec2f2403a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1801426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8db4c8d-fd8d-40c3-9294-df7ec2f2403a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1805026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1809116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1848053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1849500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1981799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1982938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66d59bcb-fe01-402d-af80-fbc4bcc822d9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.1999421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66d59bcb-fe01-402d-af80-fbc4bcc822d9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2002615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2005959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2057012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2058194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2179358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2180246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\184a345b-a07f-4dd2-8d11-1ec93f7cdbe7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2195896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\184a345b-a07f-4dd2-8d11-1ec93f7cdbe7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2199200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2202440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2240218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2241307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2363794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2364689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1bef5aa4-6213-4dc7-84e6-023e72305cd3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2380745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1bef5aa4-6213-4dc7-84e6-023e72305cd3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2383970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2387419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2425589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2426857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2545508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2546744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73ad776c-242c-4225-b92c-bf3568161f4d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2563532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73ad776c-242c-4225-b92c-bf3568161f4d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2566939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2570289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2625044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2626779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2749218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2750057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d650a984-e648-40a8-929d-6bbb24c2b1b6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2767522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d650a984-e648-40a8-929d-6bbb24c2b1b6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2770747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2773880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2811346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2812503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2933062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2933944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9132f8da-38d7-4cb7-bcf0-c6681e936ecd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2949468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9132f8da-38d7-4cb7-bcf0-c6681e936ecd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2952928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2956122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2993042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.2994138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3122777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3123646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27708a79-9554-4d57-8399-3c5d3f6378ee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3140004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27708a79-9554-4d57-8399-3c5d3f6378ee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3143366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3146569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3201289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3202584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3321550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3322436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8c66534-4561-46a7-9bb1-e7bc07d0229e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3338077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8c66534-4561-46a7-9bb1-e7bc07d0229e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3343658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3346821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3385615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3386893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3513102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3514791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0727dfbb-4fb3-4304-9994-18ab7e69e7ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3531446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0727dfbb-4fb3-4304-9994-18ab7e69e7ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3535051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3538437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3576195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3577303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3698175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3699170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b256c44c-76c0-4eba-8141-88f779e62ca3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3714406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b256c44c-76c0-4eba-8141-88f779e62ca3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3717577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3720821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3772264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3773479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3895194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3896031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14620595-81b1-474d-8897-93edd118c011\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3912486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14620595-81b1-474d-8897-93edd118c011\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3915944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3919115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3956118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.3957221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.4069430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.4070264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ff47390-bf90-457f-9299-ecbb9c52b98b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.4086749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ff47390-bf90-457f-9299-ecbb9c52b98b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.4090331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.4093433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.4132998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.4134266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6117633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6119284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6943a78f-1857-4506-b282-8430d7b4b6f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6136862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6943a78f-1857-4506-b282-8430d7b4b6f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6140569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6144386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6197593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6198815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6362253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6363701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\118a2cc4-8d13-425f-8f6b-b3cc0e2e7e15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6378887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\118a2cc4-8d13-425f-8f6b-b3cc0e2e7e15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6382057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6385289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6421229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6422287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6548941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6549984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\767542b8-ad65-4c5a-9191-f8ce277d6d5f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6566566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\767542b8-ad65-4c5a-9191-f8ce277d6d5f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6570155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6573407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6612707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6613839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6728413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6729242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79416751-2c13-40fe-8b34-b8d828ad8f67\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6745147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79416751-2c13-40fe-8b34-b8d828ad8f67\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6749162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6752426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6803610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6804806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6940266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6941178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73e5d39b-f07f-4492-ba8f-09b46998eef9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6957979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73e5d39b-f07f-4492-ba8f-09b46998eef9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6961294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.6964651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7003963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7005050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7125568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7127122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa85928d-7906-4bac-b891-198bb6258379\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7143185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa85928d-7906-4bac-b891-198bb6258379\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7146365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7149834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7187530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7188996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7315628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7317270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13f00ac9-ad7e-40f1-92ce-e3242dc32971\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7333774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13f00ac9-ad7e-40f1-92ce-e3242dc32971\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7337043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7340764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7395760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7397353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7513987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7515761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\679ed92f-6913-403d-bfc8-4216b0119a82\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7533393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\679ed92f-6913-403d-bfc8-4216b0119a82\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7536888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7540348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7578710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7579851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7700709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7701990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e485197-18ed-4480-b828-fd5625557f30\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7717545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e485197-18ed-4480-b828-fd5625557f30\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7720839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7724162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7760819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7761865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7883543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7884928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73aea561-36ce-4d7a-a512-9d6b2f5f5973\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7901430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73aea561-36ce-4d7a-a512-9d6b2f5f5973\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7904979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7908342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7961670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.7963038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8087694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8088733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c64b6710-b823-41da-a9c1-9e918b085d59\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8104235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c64b6710-b823-41da-a9c1-9e918b085d59\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8107364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8110444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8149163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8150377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8263122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8263924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\55630657-24b5-4a5d-9064-040342829d7f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8279639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\55630657-24b5-4a5d-9064-040342829d7f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8283020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8286082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8324184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8325281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8442000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8443123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8816d859-ce3f-44bd-8734-4a6a842cf3f7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8460095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8816d859-ce3f-44bd-8734-4a6a842cf3f7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8463494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8466556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8515453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8516601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8632434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8633273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ffe988a-0c8a-4cbb-808a-6aae5787af19\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8649313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ffe988a-0c8a-4cbb-808a-6aae5787af19\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8652549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8655447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8691068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8692168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8810482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8811570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7add62f-f592-4bb6-87af-49e2a8c88320\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8827174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7add62f-f592-4bb6-87af-49e2a8c88320\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8830429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8833812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8869456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8870493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8986597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.8987412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd093054-e5e7-4768-828f-69d9f9306b5a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9003815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd093054-e5e7-4768-828f-69d9f9306b5a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9006892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9010081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9062484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9063866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9188025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9189118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72237272-fe1d-4d28-be57-b78c802bb676\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9204456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72237272-fe1d-4d28-be57-b78c802bb676\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9207549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9210919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9251082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9252434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9364932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9365784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\858bf437-15ee-477a-a9c3-19a9713c40bf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9382703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\858bf437-15ee-477a-a9c3-19a9713c40bf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9385970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9389523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9427609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9428694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9552341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9553683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4e42112-0cc2-4d62-8579-a083796a3af9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9569826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4e42112-0cc2-4d62-8579-a083796a3af9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9573033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9576455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9627949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9629387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9746849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9747881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab53e815-5728-4005-b64f-90675ba2afdb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9763892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab53e815-5728-4005-b64f-90675ba2afdb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9767045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9770325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9808815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9809921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9931529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9932711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\069336f2-b3c9-41fe-ae9c-9e6f16607a11\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9948511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\069336f2-b3c9-41fe-ae9c-9e6f16607a11\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9951889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9955342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9998101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:23.9999634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0117813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0119113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4c7d110-c442-4a99-8e4a-47356b047d12\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0136123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4c7d110-c442-4a99-8e4a-47356b047d12\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0140001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0143535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0198299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0199565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0319490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0320622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\907645b4-441a-4bba-8242-ec8cf174e5c2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0337367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\907645b4-441a-4bba-8242-ec8cf174e5c2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0340773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0343884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0380632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0381770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0495126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0495987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35557177-c004-4924-b997-de96a1dbef34\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0511982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35557177-c004-4924-b997-de96a1dbef34\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0515403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0518586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0555889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0556936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0675685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0676559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08ed7b9d-2c39-4430-be4a-eb27fecda822\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0692382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08ed7b9d-2c39-4430-be4a-eb27fecda822\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0695332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0698270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0747872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0749056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0864797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0865937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27fb06e7-4b48-4452-bf3b-555d8937785d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0881262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27fb06e7-4b48-4452-bf3b-555d8937785d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0884449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0887741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0925854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.0927064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1044395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1045218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6d2d0c8-f85d-4d03-a9e4-0da6adfe7089\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1061140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6d2d0c8-f85d-4d03-a9e4-0da6adfe7089\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1064469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1067515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1104888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1105949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1218770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1219546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a02c7b0-5402-4564-8d2f-6b7fa3e4ed0f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1237926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a02c7b0-5402-4564-8d2f-6b7fa3e4ed0f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1241439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1244628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1296213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1297526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1417519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1418423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc830ee7-a756-4a7a-9c2d-fa382d60086a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1434654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc830ee7-a756-4a7a-9c2d-fa382d60086a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1437886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1441186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1479932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1481056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1598178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1599824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0bf62beb-2c77-43d6-b658-bd9d7c3ebf6d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1616356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0bf62beb-2c77-43d6-b658-bd9d7c3ebf6d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1619427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1622938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1659646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1660716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1777828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1778756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86aff736-76fe-4eb1-b0d8-2dbc3cf179e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1795521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86aff736-76fe-4eb1-b0d8-2dbc3cf179e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1798603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1801330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1852319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1853680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1969363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1970143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c892392-8d39-440e-99e2-dd37af7bcd20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1986097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c892392-8d39-440e-99e2-dd37af7bcd20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1989820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.1993004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2035843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2037129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2170319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2172113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19bc3e5c-6a59-4ffd-a4f4-a1f540bddb29\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2189304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19bc3e5c-6a59-4ffd-a4f4-a1f540bddb29\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2192882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2196146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2233679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2234800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2354874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2356078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\699c7f07-6496-4549-bea5-c54392b1894a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2371371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\699c7f07-6496-4549-bea5-c54392b1894a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2374562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2377868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2431861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2433109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2557991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2559163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26f117e4-befb-489f-b3ef-706bcc20450e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2574950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26f117e4-befb-489f-b3ef-706bcc20450e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2578035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2581085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2623068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2624874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2745962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2746907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc7ec9a4-9219-4344-97e2-ba64070bafa4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2762851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc7ec9a4-9219-4344-97e2-ba64070bafa4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2776282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2779453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2817844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:24.2818951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:27.9137779Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'System.CodeDom'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:27.9175296Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"System.CodeDom, Version=7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:27.9190638Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'System.CodeDom'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:27.9208559Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:27.9228571Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:29.2186283Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: D:\\test\\CircleViewer\\CircleViewer.csproj: (0, 0): You are running the 'restore' operation with an 'HTTP' source, 'http://nuget.syncfusion.com/nuget_xamarin/nuget/getsyncfusionpackages/xamarin'. Non-HTTPS access will be removed in a future version. Consider migrating to an 'HTTPS' source.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:29.2187181Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.Common.CurrentVersion.targets: (2977, 5): The task \"ResolveComReference\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:29.2187487Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:29.3158048Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:29.3172886Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:29.3192735Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2023-05-06T03:47:30.4608327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.4609865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0d2500a-30e3-45c6-b9af-ab0af4729b7d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.4625772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0d2500a-30e3-45c6-b9af-ab0af4729b7d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.4629384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.5262982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6272574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6274217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6492170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6493053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a2de713-08ae-479a-9f92-a875b85ca42f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6533883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a2de713-08ae-479a-9f92-a875b85ca42f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6546470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6549855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6593605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6594670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6710954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6711759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92c16df9-77f4-4c47-ad8d-17768acb78a2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6727328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92c16df9-77f4-4c47-ad8d-17768acb78a2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6730591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6733937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6920783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.6922712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7050542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7051838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14b0cca3-dd52-469e-b325-6c1734b9f129\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7068792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14b0cca3-dd52-469e-b325-6c1734b9f129\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7072233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7075877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7115467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7116919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7245041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7246915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6ce79f7-e703-413d-85b5-85afc711d908\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7263197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6ce79f7-e703-413d-85b5-85afc711d908\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7266619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7272206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7310397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7311586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7427858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7428811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10bd3de8-1d22-4529-a9f1-32a0f09cd1b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7443581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10bd3de8-1d22-4529-a9f1-32a0f09cd1b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7446956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7450405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7506686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7508279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7635761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7636636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\abe366de-ae6c-43ce-aba2-e9c21c76df4f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7652266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\abe366de-ae6c-43ce-aba2-e9c21c76df4f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7655534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7658795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7695267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7696325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7810724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7811799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f71aca4-cc03-4e9c-b4e1-4e3ffe9ca07b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7826337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f71aca4-cc03-4e9c-b4e1-4e3ffe9ca07b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7829660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7832790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7869513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7870583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.7884202Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update TFM","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:30.8024884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8026679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\682e085f-148a-401f-a617-7cce71c6a485\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8044811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\682e085f-148a-401f-a617-7cce71c6a485\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8048509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8052264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8107232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8108463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8228086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8228936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b4eefe0-b9d6-4286-96bd-677f01639267\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8245638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b4eefe0-b9d6-4286-96bd-677f01639267\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8248895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8252304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8288548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8289619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8309062Z","@mt":"Recommending Windows TFM {TFM} for project {Name} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net7.0-windows","Name":"CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2023-05-06T03:47:30.8338210Z","@mt":"TFM needs updated to {TargetTFM}","TargetTFM":"net7.0-windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep"} -{"@t":"2023-05-06T03:47:30.8350839Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update TFM","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:30.8351255Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:30.8508321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8509609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f6f7093-d4ab-4927-9783-80264d8d151a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8526846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f6f7093-d4ab-4927-9783-80264d8d151a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8530083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8533346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8570798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8571888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8690492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8691683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27e760ef-74ab-49cd-b316-784576f51998\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8708257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27e760ef-74ab-49cd-b316-784576f51998\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8711624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8715361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8769656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8770871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8892854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8893749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb426bf0-3d05-4a5f-9bcc-aa8fe3529224\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8909656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb426bf0-3d05-4a5f-9bcc-aa8fe3529224\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8912834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8916230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8952300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.8953528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9070870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9071948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a05a10b-a416-4a0e-b10b-73ec38d27d1f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9086957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a05a10b-a416-4a0e-b10b-73ec38d27d1f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9090121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9093404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9131587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9132965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9578350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9579502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66db3023-f39e-4a6f-9cb8-a3bf4bd027af\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9597572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66db3023-f39e-4a6f-9cb8-a3bf4bd027af\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9600897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9604347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9658607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9659876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9778471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9779619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b90897e7-d42b-45e4-b5f3-0f6833c31825\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9796811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b90897e7-d42b-45e4-b5f3-0f6833c31825\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9800596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9803923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9840265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9841408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9966450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9967414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdf8a37d-29c6-4fcc-978c-5b9f0d03ea0a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9983000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdf8a37d-29c6-4fcc-978c-5b9f0d03ea0a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9986631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:30.9989833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0025426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0026508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0143706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0144937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93f44342-fc3e-43bc-a7fe-ce102bb09713\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0161526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93f44342-fc3e-43bc-a7fe-ce102bb09713\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0164775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0168099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0222340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0223677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0350195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0351493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd4af311-b2c1-40e1-bffc-64a3ab6cae28\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0367484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd4af311-b2c1-40e1-bffc-64a3ab6cae28\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0370680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0374129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0411479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0412570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0528485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0529521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aea5b5ea-f821-437d-b0e1-44e0c9e72fb8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0545667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aea5b5ea-f821-437d-b0e1-44e0c9e72fb8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0548727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0551907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0588550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0589630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0717552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0718749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4dc1a25a-f50a-4172-9354-ae72877d9cc6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0734067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4dc1a25a-f50a-4172-9354-ae72877d9cc6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0737292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0740490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0793190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0794588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0916694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0918421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\975aa821-f189-4f35-8a2a-967223c52823\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0934867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\975aa821-f189-4f35-8a2a-967223c52823\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0937983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0941337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0981128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.0982333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1104406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1105207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aea94650-927f-4b62-aa0f-8ad167b4121f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1122690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aea94650-927f-4b62-aa0f-8ad167b4121f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1126346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1129840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1168288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1169719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1293529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1294598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ff5a786-9044-4d8c-9158-04c3d33658db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1311039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ff5a786-9044-4d8c-9158-04c3d33658db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1314704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1318303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1372154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1373577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1508195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1509797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e85985a-a361-49cb-a49e-5b48bab0177a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1527742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e85985a-a361-49cb-a49e-5b48bab0177a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1531046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1534688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1571918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1572984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1693421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1694462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27837063-1254-4cb6-aa88-411c3db986ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1710801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27837063-1254-4cb6-aa88-411c3db986ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1713983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1717382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1757507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1758608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1877719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1878609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ee1c4f2-b16c-4c67-b45b-e0b083af654d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1896551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ee1c4f2-b16c-4c67-b45b-e0b083af654d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1900083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1903881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1958156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.1959401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2076036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2077069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e9c0067-553d-42c5-8519-f525f7919909\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2093687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e9c0067-553d-42c5-8519-f525f7919909\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2097175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2100614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2137739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2138789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2257509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2258319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd9fee22-b54f-4470-acb5-acf2f5286517\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2274258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd9fee22-b54f-4470-acb5-acf2f5286517\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2277628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2280783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2317276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2318375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2434546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2435456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6aefb384-1bc1-4ad9-bc35-fdf174de1cce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2450621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6aefb384-1bc1-4ad9-bc35-fdf174de1cce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2453780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2456656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2493625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2509592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2629995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2630787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\890822a6-7e7f-4b39-938d-f0db40fc5149\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2646972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\890822a6-7e7f-4b39-938d-f0db40fc5149\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2650318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2653637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2691778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2692840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2805236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2806069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29acfb87-3699-406a-8c17-431fa652f48a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2823128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29acfb87-3699-406a-8c17-431fa652f48a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2826542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2829553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2866144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2867192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2987769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.2988837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2aedf834-217a-4b4f-8e7e-5b6a8b460bfb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.3003788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2aedf834-217a-4b4f-8e7e-5b6a8b460bfb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.3006829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.3009810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.3044927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.3046215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.3180253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.3181213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23efe529-e9bb-473b-8fec-57d7202ca975\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.3197284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23efe529-e9bb-473b-8fec-57d7202ca975\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.3200813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.3204361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.3241337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.3242413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5149897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5151056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15a2fe37-3afa-43cc-ac7e-98fa94615b4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5170951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15a2fe37-3afa-43cc-ac7e-98fa94615b4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5176092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5179521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5223241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5224338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5343971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5345167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7d1bf39-5290-4944-806e-d389f9a6c2df\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5360230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7d1bf39-5290-4944-806e-d389f9a6c2df\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5363537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5367172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5423430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5424686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5546043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5547160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\064c6b8d-3d70-4521-a9d9-08dc5f8384ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5562824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\064c6b8d-3d70-4521-a9d9-08dc5f8384ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5566362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5569748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5610214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5611545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5732497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5733694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cb2a352-14cd-40b2-b8ce-23054ba4035b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5750484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cb2a352-14cd-40b2-b8ce-23054ba4035b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5756259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5759750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5799434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5800992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5934279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5935374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29aba54a-2736-462d-8938-52f000868804\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5951757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29aba54a-2736-462d-8938-52f000868804\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5955119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5958545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.5996930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6012355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6134529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6135394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18feeca3-fbea-4f6c-9eae-fbba82a16e1b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6150603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18feeca3-fbea-4f6c-9eae-fbba82a16e1b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6153793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6157292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6192872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6193872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6324262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6325492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58fb5da1-7701-4cbf-88c3-4a897440011f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6341042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58fb5da1-7701-4cbf-88c3-4a897440011f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6344531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6348078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6390039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6391640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6513641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6515118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c828e90b-a3e7-4ef2-974a-10904a038b5c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6533406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c828e90b-a3e7-4ef2-974a-10904a038b5c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6537017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6540313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6575922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6576953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6712312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6713619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58a62cbe-a3fb-4c77-bc69-49f32d913e6b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6729544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58a62cbe-a3fb-4c77-bc69-49f32d913e6b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6734341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6737711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6774233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6775368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6893275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6894087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\881213a2-3e02-481f-94d7-d0a0ba7b3394\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6910121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\881213a2-3e02-481f-94d7-d0a0ba7b3394\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6913332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6916606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6952081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.6953138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7076066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7076831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e85c1c0-ff7d-4b27-af1a-8dbc9bd08dfb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7092852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e85c1c0-ff7d-4b27-af1a-8dbc9bd08dfb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7096375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7099566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7137564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7138922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7272530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7273441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53293f13-d639-463f-aea7-e7c05c3d48a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7290174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53293f13-d639-463f-aea7-e7c05c3d48a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7294561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7297798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7334156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7335217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7456176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7456964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b68cd3d-5c7b-4d8c-88e0-e05fa17c6789\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7474285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b68cd3d-5c7b-4d8c-88e0-e05fa17c6789\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7477977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7481495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7519731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7520817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7640552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7641496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72bb81d0-209e-4c79-afd0-a9080ef051da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7656894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72bb81d0-209e-4c79-afd0-a9080ef051da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7660248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7663621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7701102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7702175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7845484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7846478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37d56083-3c33-4896-b5e8-029619ad20b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7863009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37d56083-3c33-4896-b5e8-029619ad20b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7866457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7869801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7906051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.7907076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8025458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8026585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca0e00af-44d3-4d86-8950-559f35384954\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8043907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca0e00af-44d3-4d86-8950-559f35384954\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8056118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8059631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8100695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8102013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8232373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8233951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a553a6ca-1340-4cd8-9bea-55b3df208b1e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8250401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a553a6ca-1340-4cd8-9bea-55b3df208b1e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8253619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8257207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8294586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8295876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8438650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8439651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca5f5f7f-8f0e-4e05-a72a-3256280287c7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8454887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca5f5f7f-8f0e-4e05-a72a-3256280287c7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8458121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8461249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8499693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8500800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8620971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8621822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3fdc4afe-a4f8-4943-9fd0-57f713d02d83\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8638376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3fdc4afe-a4f8-4943-9fd0-57f713d02d83\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8641536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8644894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8680746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8681809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8798635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8799450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93092953-8e95-469a-a8bd-9bf028ff95a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8814611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93092953-8e95-469a-a8bd-9bf028ff95a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8818088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8821429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8859932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.8861064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9002504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9003713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2dd9e227-ca97-46d3-bbe3-50d564c70577\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9020138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2dd9e227-ca97-46d3-bbe3-50d564c70577\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9023500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9026871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9063160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9064265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9179563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9180419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\843402b9-20d4-4023-bea8-212b79b91263\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9196386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\843402b9-20d4-4023-bea8-212b79b91263\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9199703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9202919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9239455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9240518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9361198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9362245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a339170-7a8a-42c4-ad33-7b782c72cc30\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9377698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a339170-7a8a-42c4-ad33-7b782c72cc30\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9380809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9383886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9420362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9421423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9554592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9555675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc3e16f0-3580-4486-80cb-beb9bc963bb7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9571771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc3e16f0-3580-4486-80cb-beb9bc963bb7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9575191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9578321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9617470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9618748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9733856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9734647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6705ec56-0e3b-48f1-b4f7-494ee4480949\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9750122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6705ec56-0e3b-48f1-b4f7-494ee4480949\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9753239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9756458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9794196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9795506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9901557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9902299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df40c826-841e-44b8-84ec-6517b1589f98\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9918384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df40c826-841e-44b8-84ec-6517b1589f98\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9922472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9925800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9962040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:31.9963211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0083028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0083920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df8112d3-cdca-4fb5-9d6b-b3161ecd98da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0099881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df8112d3-cdca-4fb5-9d6b-b3161ecd98da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0103055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0119824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0157621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0158779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0280922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0282005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a059f650-1764-4666-ba7b-8cd656fc49fc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0299475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a059f650-1764-4666-ba7b-8cd656fc49fc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0303060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0306512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0344364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0345495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0472022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0472980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\291717da-e355-49ed-b0e3-2a52fdb2855f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0488503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\291717da-e355-49ed-b0e3-2a52fdb2855f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0491683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0495099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0531537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0532825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0651878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0652967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14eb1e4a-b07c-46bd-8470-4d4a15906b66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0668461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14eb1e4a-b07c-46bd-8470-4d4a15906b66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0671571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0675040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0725553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0726863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0851598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0852418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56b8a64e-141a-4833-912b-95dbd2e1503b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0868625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56b8a64e-141a-4833-912b-95dbd2e1503b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0871632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0874591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0910762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.0911869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1028067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1029003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7349ef89-61be-49d6-b478-c3570d531f64\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1045728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7349ef89-61be-49d6-b478-c3570d531f64\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1048786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1051866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1088615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1089676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1211185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1212249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf691fcc-6b48-420b-9686-e5a9cd9cec5a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1228782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf691fcc-6b48-420b-9686-e5a9cd9cec5a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1232169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1235341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1287116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1288537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1409882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1410700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b023801-1f72-4d2b-8ed4-404a4aaddf41\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1426725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b023801-1f72-4d2b-8ed4-404a4aaddf41\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1430053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1433743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1471197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1472396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1600826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1601856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22d25c8e-f541-42e1-886e-dec472f2820f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1617935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22d25c8e-f541-42e1-886e-dec472f2820f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1621200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1626655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1665827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1666887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1786582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1787423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\68b1a1ab-5267-4b37-9c16-240f97229185\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1803531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\68b1a1ab-5267-4b37-9c16-240f97229185\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1806763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1809791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1859214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1860452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.1921983Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update TFM","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep"} -{"@t":"2023-05-06T03:47:32.2066288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2067401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d2dfaf92-996b-479d-b9ab-a797bcd7e166\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2084841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d2dfaf92-996b-479d-b9ab-a797bcd7e166\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2088245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2091936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2129492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2130612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2253621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2254620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4584a37f-db69-434d-adb7-095e61d8a18d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2270153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4584a37f-db69-434d-adb7-095e61d8a18d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2273483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2277017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for .NETFramework,Version=v4.7.2...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2316561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2317807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with .NETFramework,Version=v4.7.2.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:32.2332172Z","@mt":"Recommending Windows TFM {TFM} for project {Name} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net7.0-windows","Name":"CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2023-05-06T03:47:32.2366716Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:37.2830988Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: D:\\test\\CircleViewer\\CircleViewer.csproj: (0, 0): You are running the 'restore' operation with an 'HTTP' source, 'http://nuget.syncfusion.com/nuget_xamarin/nuget/getsyncfusionpackages/xamarin'. Non-HTTPS access will be removed in a future version. Consider migrating to an 'HTTPS' source.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:37.2831763Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.Common.CurrentVersion.targets: (2977, 5): The task \"ResolveComReference\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:37.2832070Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:37.4202774Z","@mt":"Restoring packages for {ProjectPath} with dotnet restore","@l":"Debug","ProjectPath":"D:\\test\\CircleViewer\\CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer"} -{"@t":"2023-05-06T03:47:38.8407408Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":" Determining projects to restore...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2023-05-06T03:47:38.9274015Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\test\\CircleViewer\\CircleViewer.csproj : warning NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: System.Management 7.0.1, System.Management 7.0.1.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2023-05-06T03:47:39.1657176Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\test\\CircleViewer\\CircleViewer.csproj : warning NU1803: You are running the 'restore' operation with an 'HTTP' source, 'http://nuget.syncfusion.com/nuget_xamarin/nuget/getsyncfusionpackages/xamarin'. Non-HTTPS access will be removed in a future version. Consider migrating to an 'HTTPS' source.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2023-05-06T03:47:39.4498344Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\test\\CircleViewer\\CircleViewer.csproj : warning NU1701: Package 'RestSharp 105.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net7.0-windows7.0'. This package may not be fully compatible with your project.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2023-05-06T03:47:39.5196706Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":" Restored D:\\test\\CircleViewer\\CircleViewer.csproj (in 391 ms).","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2023-05-06T03:47:43.2708900Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: D:\\test\\CircleViewer\\CircleViewer.csproj: (0, 0): You are running the 'restore' operation with an 'HTTP' source, 'http://nuget.syncfusion.com/nuget_xamarin/nuget/getsyncfusionpackages/xamarin'. Non-HTTPS access will be removed in a future version. Consider migrating to an 'HTTPS' source.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:43.2709914Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: D:\\test\\CircleViewer\\CircleViewer.csproj: (0, 0): Package 'RestSharp 105.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net7.0-windows7.0'. This package may not be fully compatible with your project.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:43.2711960Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.Common.CurrentVersion.targets: (2977, 5): The task \"ResolveComReference\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:43.2712286Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:43.4591071Z","@mt":"Updated TFM to net7.0-windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep"} -{"@t":"2023-05-06T03:47:43.4609809Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update TFM","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep"} -{"@t":"2023-05-06T03:47:44.6433915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.6435438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b187db50-74f3-4fe6-b416-74599f241fc7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.6452247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b187db50-74f3-4fe6-b416-74599f241fc7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.6456004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.7141891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8019265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8096640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8396653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8398100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd5456c1-ba0c-4b2c-bc61-560e93d78adc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8414109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd5456c1-ba0c-4b2c-bc61-560e93d78adc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8417828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8423394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8502978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8505241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8638165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8639241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9e17285-67d1-490a-bee2-c2fef87fd26a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8656738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9e17285-67d1-490a-bee2-c2fef87fd26a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8660132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8663350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8697155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8698354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8816183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8817091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72797cbc-b45f-409a-80be-0de054d061d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8832378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72797cbc-b45f-409a-80be-0de054d061d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8835853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8839213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8873007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8874210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8995574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.8996644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42c11d03-87e1-4219-b83a-c2374afde8de\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9011612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42c11d03-87e1-4219-b83a-c2374afde8de\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9014904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9018133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9074553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9076038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9192743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9193602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02b1979a-9dbc-432f-bc93-39536b5d202f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9219324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02b1979a-9dbc-432f-bc93-39536b5d202f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9222737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9226163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9260869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9262076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9383964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9384818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89a97b75-5769-4f4f-b340-a630e4ba3b08\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9400092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89a97b75-5769-4f4f-b340-a630e4ba3b08\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9403091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9406115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9438511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9439712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9553920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9554797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0e2ce94-2c12-409f-8c4f-b5463e9ac149\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9569445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0e2ce94-2c12-409f-8c4f-b5463e9ac149\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9572628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9575818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9699627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9701854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:44.9720029Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:44.9734094Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:44.9734799Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:44.9753909Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:47:44.9757015Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:47:44.9766678Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:44.9767007Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:44.9782789Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:47:44.9785499Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:47:44.9795733Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:44.9796051Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:44.9816564Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:47:44.9824311Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.CSharp, Version=4.7.0","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Microsoft.CSharp\\4.7.0\\Microsoft.CSharp.4.7.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:44.9839905Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.CSharp.4.7.0","TargetFrameworks":[".NETCore,Version=v5.0",".NETCoreApp,Version=v2.0",".NETFramework,Version=v4.5",".NETPortable,Version=v0.0,Profile=Profile259",".NETStandard,Version=v1.3",".NETStandard,Version=v2.0","MonoAndroid,Version=v1.0","MonoTouch,Version=v1.0","UAP,Version=v10.0.16299","Windows,Version=v8.0","WindowsPhone,Version=v8.0","WindowsPhoneApp,Version=v8.1","Xamarin.iOS,Version=v1.0","Xamarin.Mac,Version=v2.0","Xamarin.TVOS,Version=v1.0","Xamarin.WatchOS,Version=v1.0",".NETStandard,Version=v1.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:44.9841573Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.CSharp, Version=4.7.0","TargetFramework":["net7.0-windows"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:47:44.9847043Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"System.Data.DataSetExtensions, Version=4.5.0","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\System.Data.DataSetExtensions\\4.5.0\\System.Data.DataSetExtensions.4.5.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:44.9855237Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"System.Data.DataSetExtensions.4.5.0","TargetFrameworks":[".NETFramework,Version=v4.5",".NETStandard,Version=v2.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:44.9856464Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"System.Data.DataSetExtensions, Version=4.5.0","TargetFramework":["net7.0-windows"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:47:44.9861614Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"System.Management, Version=7.0.1","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\System.Management\\7.0.1\\System.Management.7.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:44.9869527Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"System.Management.7.0.1","TargetFrameworks":["net6.0","net7.0",".NETFramework,Version=v4.6.2",".NETStandard,Version=v2.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:44.9870494Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"System.Management, Version=7.0.1","TargetFramework":["net7.0-windows"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:47:44.9876685Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.421302","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\\0.4.421302\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.4.421302.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.0002262Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.4.421302","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.0003905Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.421302","TargetFramework":["net7.0-windows"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:47:45.0009367Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Newtonsoft.Json, Version=13.0.1","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Newtonsoft.Json\\13.0.1\\Newtonsoft.Json.13.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.0017987Z","@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":"2023-05-06T03:47:45.0019500Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Newtonsoft.Json, Version=13.0.1","TargetFramework":["net7.0-windows"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:47:45.0024539Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"RestSharp, Version=105.0.0","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\RestSharp\\105.0.0\\RestSharp.105.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.0032277Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"RestSharp.105.0.0","TargetFrameworks":[".NETFramework,Version=v3.5",".NETFramework,Version=v3.5,Profile=Client",".NETFramework,Version=v4.0",".NETFramework,Version=v4.0,Profile=Client","Silverlight,Version=v4.0","Silverlight,Version=v4.0,Profile=WindowsPhone71"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.0085517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3/registration5-gz-semver2/restsharp/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.1853483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/restsharp/index.json 176ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.1988079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3/registration5-gz-semver2/restsharp/page/0.0.0-alpha.0/106.4.0.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.2582252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/restsharp/page/0.0.0-alpha.0/106.4.0.json 59ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.2910174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3/registration5-gz-semver2/restsharp/page/106.4.1/106.11.4.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.3507721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/restsharp/page/106.4.1/106.11.4.json 59ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.3682403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3/registration5-gz-semver2/restsharp/page/106.11.5-alpha.0.1/107.0.4-alpha.0.6.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.4312019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/restsharp/page/106.11.5-alpha.0.1/107.0.4-alpha.0.6.json 62ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.4491265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3/registration5-gz-semver2/restsharp/page/107.0.4-alpha.0.9/108.0.3-alpha.0.9.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.5084151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/restsharp/page/107.0.4-alpha.0.9/108.0.3-alpha.0.9.json 59ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.5276413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3/registration5-gz-semver2/restsharp/page/108.0.3-alpha.0.10/110.2.1-alpha.0.2.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.5872618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/restsharp/page/108.0.3-alpha.0.10/110.2.1-alpha.0.2.json 59ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.6082642Z","@mt":"Package RestSharp, Version=105.0.0 does not support the target(s) net7.0-windows but a newer version (105.2.3) does.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:47:45.6113020Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.Grid.Windows, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.Grid.Windows\\19.4.0.38\\Syncfusion.Grid.Windows.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.6123159Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.Grid.Windows.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v2.0",".NETFramework,Version=v3.5",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.6124168Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.Grid.Windows, Version=19.4.0.38","TargetFramework":["net7.0-windows"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:47:45.6129836Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.PdfViewer.Windows, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.PdfViewer.Windows\\19.4.0.38\\Syncfusion.PdfViewer.Windows.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.6140442Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.PdfViewer.Windows.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v2.0",".NETFramework,Version=v3.5",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.6141348Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.PdfViewer.Windows, Version=19.4.0.38","TargetFramework":["net7.0-windows"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:47:45.6147099Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Syncfusion.SfDataGrid.WinForms, Version=19.4.0.38","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\Syncfusion.SfDataGrid.WinForms\\19.4.0.38\\Syncfusion.SfDataGrid.WinForms.19.4.0.38.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.6156091Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Syncfusion.SfDataGrid.WinForms.19.4.0.38","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0-windows7.0",".NETFramework,Version=v4.0",".NETFramework,Version=v4.5",".NETFramework,Version=v4.5.1",".NETFramework,Version=v4.6"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.6156888Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Syncfusion.SfDataGrid.WinForms, Version=19.4.0.38","TargetFramework":["net7.0-windows"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:47:45.6162077Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"System.Management, Version=7.0.1","PackagePath":"C:\\Users\\allengb.BYSTORM\\.nuget\\packages\\System.Management\\7.0.1\\System.Management.7.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.6170364Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"System.Management.7.0.1","TargetFrameworks":["net6.0","net7.0",".NETFramework,Version=v4.6.2",".NETStandard,Version=v2.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:47:45.6171157Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"System.Management, Version=7.0.1","TargetFramework":["net7.0-windows"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2023-05-06T03:47:45.6652826Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:45.6653686Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'RestSharp'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:45.6667969Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'RestSharp'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:45.6668501Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:45.6881940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.6882987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbdabbf5-703a-4133-8841-427e0b6b055f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.6899445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbdabbf5-703a-4133-8841-427e0b6b055f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.6904270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.6908593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.6946626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.6948241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7075454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7077046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3feb2d4b-09e2-4fd3-a0ed-b4a547002852\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7093719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3feb2d4b-09e2-4fd3-a0ed-b4a547002852\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7097045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7100413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7167084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7169058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7293753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7294628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed7cee0f-3076-4959-a653-f263833bb35b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7310540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed7cee0f-3076-4959-a653-f263833bb35b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7314450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7317894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7352913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7354164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7469008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7470078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e51fd69-1c03-46cc-9565-8243962cbd66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7485392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e51fd69-1c03-46cc-9565-8243962cbd66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7489012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7492364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7527662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7529051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7992659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.7993848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13f3df7e-be06-4398-9465-34c2b03a9bdc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8010443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13f3df7e-be06-4398-9465-34c2b03a9bdc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8013858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8017497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8076507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8077920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8198781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8199998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ee864773-9f4b-43b0-bc12-c9b34bb57730\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8215684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ee864773-9f4b-43b0-bc12-c9b34bb57730\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8219067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8222462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8258033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8259487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8383396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8384690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab688a6e-4889-46b9-b175-c18b73bcf568\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8399629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab688a6e-4889-46b9-b175-c18b73bcf568\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8402812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8406195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8442100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8443363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8560877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8562188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64a7a3cf-fd00-4190-b4b3-b1bf4e76f674\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8578142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64a7a3cf-fd00-4190-b4b3-b1bf4e76f674\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8581374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8585155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8654266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8656170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8786119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8787598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\025ed1a0-ac27-4b01-b13b-e340cf2652ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8803364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\025ed1a0-ac27-4b01-b13b-e340cf2652ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8806963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8810651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8845433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8846656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8969106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8970076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\471a4440-8c01-4021-808d-0c04c92c9208\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8985656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\471a4440-8c01-4021-808d-0c04c92c9208\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8989010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.8992339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9026578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9027938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9159634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9160731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bc7eeaa-4afb-486b-9611-7b90edc45f3d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9177691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bc7eeaa-4afb-486b-9611-7b90edc45f3d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9181329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9184793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9240410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9242799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9364682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9367137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0dd2d91-05ce-4f01-8e37-2f401201ed7f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9383220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0dd2d91-05ce-4f01-8e37-2f401201ed7f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9387376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9390987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9425217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9426468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9553101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9554254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e2bef60-0de1-49ec-907f-a196ebfee5d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9570305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e2bef60-0de1-49ec-907f-a196ebfee5d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9573564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9577121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9613939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9615178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9730748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9731657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5fb70066-cba7-4943-af55-27cc1712df9d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9746868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5fb70066-cba7-4943-af55-27cc1712df9d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9750131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9753462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9803809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9805150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9929375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9930260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9780ba53-5a87-4fba-9e33-bc7f86d6d5fb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9945212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9780ba53-5a87-4fba-9e33-bc7f86d6d5fb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9948401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9951842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9986864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:45.9988200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0103838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0104780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e500dbab-435e-4664-a79f-b52adcd2290e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0120095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e500dbab-435e-4664-a79f-b52adcd2290e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0123409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0126931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0166029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0167474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0287575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0288350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\070d9426-2427-4aba-b270-c7b616b2b5e5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0303015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\070d9426-2427-4aba-b270-c7b616b2b5e5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0306256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0309648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0366643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0368124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0483772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0484591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f0ba81b-2e80-4a7c-9086-c5ec6c598a4d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0500317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f0ba81b-2e80-4a7c-9086-c5ec6c598a4d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0503754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0507036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0540529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0541710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0660629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0661692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\456a302c-2fec-4e88-96cb-f929db36b5ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0676981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\456a302c-2fec-4e88-96cb-f929db36b5ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0680273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0683520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0716440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0717657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0830197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0831262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c00de442-3064-4313-bc12-730adb7213dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0846938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c00de442-3064-4313-bc12-730adb7213dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0850039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0853292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0886911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.0888127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1023792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1024720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f03f0c5-1890-496f-a41f-2595950f039a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1040590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f03f0c5-1890-496f-a41f-2595950f039a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1043648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1046875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1080177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1082612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1195888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1197134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b87c7088-cde7-49e5-9689-ba4ff49ef533\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1212465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b87c7088-cde7-49e5-9689-ba4ff49ef533\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1215597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1218753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1257280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1258859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1381466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1382644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c731f4c5-e918-4532-8665-a968dc6f46f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1400327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c731f4c5-e918-4532-8665-a968dc6f46f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1404214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1407917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1445824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1447796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1588875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1590145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a5bcf7f-09dc-40c9-abe0-9a1241645f87\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1606757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a5bcf7f-09dc-40c9-abe0-9a1241645f87\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1610087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1613371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1647690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.1649015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3561595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3562802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efcb639a-78f6-460c-8a77-b8f4343657e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3579796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efcb639a-78f6-460c-8a77-b8f4343657e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3583580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3587229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3622836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3624403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3741030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3742263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f374e91d-e125-43af-8350-259562073493\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3757107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f374e91d-e125-43af-8350-259562073493\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3760389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3763955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3799133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3800368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3942269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3943234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8323bca-0de2-43d0-abee-585907267f50\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3958203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8323bca-0de2-43d0-abee-585907267f50\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3961570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3964809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.3999717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4001002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4117994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4119036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c85257d-0c93-4669-8fe8-82fbb51d593e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4134155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c85257d-0c93-4669-8fe8-82fbb51d593e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4137262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4140622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4173608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4174917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4299841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4300858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30972119-c322-494a-b500-5c4035d93e08\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4317025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30972119-c322-494a-b500-5c4035d93e08\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4320316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4323649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4361544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4363097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4481896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4482770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a838e4e0-2649-4d0f-b1ef-130d7530ee56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4504313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a838e4e0-2649-4d0f-b1ef-130d7530ee56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4507666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4511188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4560139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4561583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4691997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4693227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59cff071-9c4b-45ee-990b-89a5d22bdc6d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4708143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59cff071-9c4b-45ee-990b-89a5d22bdc6d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4711306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4714411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4747036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4748198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4865478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4866781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57b2a174-2b1a-4810-9a78-ad9ce4db3f5a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4882401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57b2a174-2b1a-4810-9a78-ad9ce4db3f5a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4885637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4889412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4924467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.4925691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5053809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5054918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bda7c97f-6cb4-41cc-8fd7-f3b8f0d12dcc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5070244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bda7c97f-6cb4-41cc-8fd7-f3b8f0d12dcc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5073357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5076591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5125827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5127200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5242102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5242903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d59117fe-baf6-453c-b0ac-f19e3eeb0491\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5259333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d59117fe-baf6-453c-b0ac-f19e3eeb0491\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5262704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5265953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5298730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5299916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5422869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5423911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4b511fe-b32c-4014-a528-712d111e52bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5439406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4b511fe-b32c-4014-a528-712d111e52bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5442586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5445693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5478967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5480181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5595511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5596318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\863cf8ab-32c7-42e0-b928-9e88615c4377\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5610992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\863cf8ab-32c7-42e0-b928-9e88615c4377\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5614285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5617482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5666992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5668526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5791605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5792802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7ec8b21-9b6c-44e0-b861-5c51cf3e7b62\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5809527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7ec8b21-9b6c-44e0-b861-5c51cf3e7b62\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5813221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5816877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5853751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5855154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5977980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5979301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7f6535c-9d16-432e-94c7-6670f926c108\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5996534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7f6535c-9d16-432e-94c7-6670f926c108\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.5999887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6003267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6039321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6040541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6158432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6159309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0c9c66f-b140-4acb-bf3e-a7a10fa627bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6174644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0c9c66f-b140-4acb-bf3e-a7a10fa627bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6179442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6182832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6231044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6233547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6348859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6350042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ed7153b-df4e-4a9c-beee-10581d6b7578\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6366592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ed7153b-df4e-4a9c-beee-10581d6b7578\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6369964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6373350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6406946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6408081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6535704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6536669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50007b39-4e35-40f9-8f5b-47365bf893e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6552674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50007b39-4e35-40f9-8f5b-47365bf893e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6555859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6559401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6594019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6595209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6715291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6717127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b96edc8b-91ca-4cb1-a081-ec680a3b8dcb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6733980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b96edc8b-91ca-4cb1-a081-ec680a3b8dcb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6737464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6741075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6792749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6794362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6915991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6917138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\942b9d29-1a60-46ff-b804-574b9e9d6140\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6932253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\942b9d29-1a60-46ff-b804-574b9e9d6140\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6935647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6938720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6974117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.6975422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7089074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7089936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36b88b13-2f06-4a4f-ab27-9d74289ef751\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7108241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36b88b13-2f06-4a4f-ab27-9d74289ef751\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7111453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7114597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7149265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7150587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7272931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7273794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ede221e-64f7-4222-aa7e-a08678008f8e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7289221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ede221e-64f7-4222-aa7e-a08678008f8e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7292915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7296355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7346230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7347552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7460193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7461007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\532ed1aa-f909-401a-adbe-4f7a75475cb5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7478027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\532ed1aa-f909-401a-adbe-4f7a75475cb5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7481622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7484925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7520413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7521693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7641227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7642260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\beda2bd4-e146-43dc-a4aa-03d8bab3b12d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7657818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\beda2bd4-e146-43dc-a4aa-03d8bab3b12d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7661269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7664634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7698611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7699844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7817399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7818317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6ff1fae-3ff2-4c54-acc8-c1e6a692fb47\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7833124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6ff1fae-3ff2-4c54-acc8-c1e6a692fb47\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7836244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7839401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7890629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.7892157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8015390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8016662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e23101ce-1bf1-42da-aecf-eaeb0da3a3d9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8036628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e23101ce-1bf1-42da-aecf-eaeb0da3a3d9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8040246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8043892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8080803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8082233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8201196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8202239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80b1b15c-dc99-4971-8672-a5f652fe19f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8217054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80b1b15c-dc99-4971-8672-a5f652fe19f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8220180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8223350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8256912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8258130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8378506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8379801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e91d17d-4b56-4847-94c6-287cc64c4dba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8395483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e91d17d-4b56-4847-94c6-287cc64c4dba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8398569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8401711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8450112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8451749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8568015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8568860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\405a5011-fe9c-420b-9224-9884c918fe96\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8584405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\405a5011-fe9c-420b-9224-9884c918fe96\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8587526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8590903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8624746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8625926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8744624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8745393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\022aca95-4f7b-465a-b996-c484a0bd8140\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8760318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\022aca95-4f7b-465a-b996-c484a0bd8140\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8763316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8766400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8801575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8802817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8915771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8916759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b76e4b6c-e4cd-4456-a153-39dea54fff04\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8931402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b76e4b6c-e4cd-4456-a153-39dea54fff04\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8934565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8937691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8973882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.8976467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9110252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9111433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46bc6183-49c3-44c1-ad0b-197698e24812\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9126770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46bc6183-49c3-44c1-ad0b-197698e24812\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9129931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9133037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9166757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9167964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9281539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9282336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c681cd31-1eca-4fcb-bab7-9f113b47602a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9297142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c681cd31-1eca-4fcb-bab7-9f113b47602a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9300183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9303145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9338734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9340279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9457728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9458792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1056346-4315-4688-b87c-708db5217904\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9473291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1056346-4315-4688-b87c-708db5217904\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9476530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9479709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9513846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9515069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9628158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9628948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd7dbd48-ff6c-4443-b44c-dd3bba528dbc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9643548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd7dbd48-ff6c-4443-b44c-dd3bba528dbc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9646979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9667016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9700790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9701971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9823584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9824737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e09de85-04da-45ae-9470-2d079d125eb9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9840640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e09de85-04da-45ae-9470-2d079d125eb9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9843793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9847377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9882486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:46.9883644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:47.0000279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:47.0001043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5def2fae-44e9-410c-ba8f-5d0b609e793d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:47.0015865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5def2fae-44e9-410c-ba8f-5d0b609e793d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:47.0019094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:47.0022533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:47.0056923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:47.0058196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:49.1428555Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'RestSharp'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:47:49.1466410Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"RestSharp, Version=105.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:49.1483256Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'RestSharp'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:47:50.9368786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9370129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1731154b-34f2-4b45-8982-a671f16be5a0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9387684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1731154b-34f2-4b45-8982-a671f16be5a0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9391159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9395154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9449318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9451015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9579024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9580303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a4eb79d-0c07-4772-b186-2b89f042196b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9600612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a4eb79d-0c07-4772-b186-2b89f042196b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9604016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9607442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9643333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9644662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9773583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9774566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba81cd59-0b6f-4648-bcf8-38344ad36110\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9790676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba81cd59-0b6f-4648-bcf8-38344ad36110\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9794218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9797576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9832988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9834293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9956797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9957926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a3fb34a7-76f9-437e-ae37-1db8eab80651\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9973575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a3fb34a7-76f9-437e-ae37-1db8eab80651\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9976756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:50.9979951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0030013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0031446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0158654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0159494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7dca14d-ce24-4425-8148-4d48813982d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0174597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7dca14d-ce24-4425-8148-4d48813982d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0178169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0181373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0217085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0218249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0332815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0333647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffafe9aa-24f3-4a9c-b806-40ee0fcfd1e3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0348805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffafe9aa-24f3-4a9c-b806-40ee0fcfd1e3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0351998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0355204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0389378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0390562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0507754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0508535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a797aa70-37b5-4684-a002-54917d21690a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0525301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a797aa70-37b5-4684-a002-54917d21690a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0528408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0531338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0577243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0578508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0699418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0700553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\344252c7-9948-4f4d-b719-f83ce5765c5f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0716386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\344252c7-9948-4f4d-b719-f83ce5765c5f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0719575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0722911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0756250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0757430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0771428Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'RestSharp'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:51.0785302Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'RestSharp'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:51.0785729Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:47:51.0952041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0953793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cb67f3b-6d1e-4832-884e-74f2e346553c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0971646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cb67f3b-6d1e-4832-884e-74f2e346553c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0975457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.0979052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1016917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1018237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1135918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1137085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\429c7e1d-646e-49e1-95e6-917ef6fc04a1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1154272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\429c7e1d-646e-49e1-95e6-917ef6fc04a1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1157555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1160975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1210924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1212288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1336834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1338345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07fbe1d0-92d9-4c2b-9b82-b8c499de20b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1354510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07fbe1d0-92d9-4c2b-9b82-b8c499de20b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1357870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1361499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1397410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1398905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1525377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1527140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c952ac2-42b0-42ff-8d7c-a82c107578ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1543741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c952ac2-42b0-42ff-8d7c-a82c107578ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1547119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1550570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1586527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.1587933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2044029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2045475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aaa81ff7-4441-40af-8e7f-5df817ddfe50\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2062973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aaa81ff7-4441-40af-8e7f-5df817ddfe50\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2066179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2069359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2116887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2118274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2238568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2240286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7fe916e8-dd26-403a-a2a6-18cc8c0beab6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2257021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7fe916e8-dd26-403a-a2a6-18cc8c0beab6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2260502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2263896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2298921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2300167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2426967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2428066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5903ce45-d440-4319-8772-a8be6e3b5327\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2445163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5903ce45-d440-4319-8772-a8be6e3b5327\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2448486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2452135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2487317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2488589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2603474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2604575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8182188f-1a22-4949-98c4-4cd57ab36a88\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2619917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8182188f-1a22-4949-98c4-4cd57ab36a88\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2623167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2626682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2679191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2680730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2806372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2807423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40fc6c0c-22a4-48c1-9978-e0fab6fdc9e5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2825987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40fc6c0c-22a4-48c1-9978-e0fab6fdc9e5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2829677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2833113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2867649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2868861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2987497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.2988423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\61dff964-bec4-4ac4-bf53-3ec4b883740b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3004364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\61dff964-bec4-4ac4-bf53-3ec4b883740b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3008330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3011719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3047015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3048213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3175460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3176813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7514525-a025-467a-8359-8dcded28cc3d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3193581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7514525-a025-467a-8359-8dcded28cc3d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3196904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3199990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3247169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3248486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3366090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3367448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20e7c9ae-87e4-4c43-aa0d-28ec7d1f0f22\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3383522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20e7c9ae-87e4-4c43-aa0d-28ec7d1f0f22\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3386695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3390613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3424973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3426296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3553185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3554774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19c22854-ae04-4563-9402-dc0833a14412\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3571724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19c22854-ae04-4563-9402-dc0833a14412\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3575226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3578864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3616681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3618927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3742744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3744121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8648cc17-a8a1-4815-a55b-cbf646dfdf68\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3761410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8648cc17-a8a1-4815-a55b-cbf646dfdf68\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3764997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3768520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3803186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3804909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3951477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3953298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f5163f0-5354-4830-91d0-8e3ebfd5e797\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3969683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f5163f0-5354-4830-91d0-8e3ebfd5e797\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3973016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.3976420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4011205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4012443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4132354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4134183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c778d84-472f-47b7-97b9-6ce3fb9a4a33\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4151261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c778d84-472f-47b7-97b9-6ce3fb9a4a33\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4155421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4159064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4196933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4198204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4317794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4318727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed4f7100-fe72-4d56-a945-8e647848641d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4334066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed4f7100-fe72-4d56-a945-8e647848641d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4337337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4340697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4376992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4378239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4515353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4516325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f608905-23df-49f1-b10f-af504a3907b6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4531341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f608905-23df-49f1-b10f-af504a3907b6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4534482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4537694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4570930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4572108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4694060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4694895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6e04bed-bb9d-469b-8edf-160d7127a70f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4709837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6e04bed-bb9d-469b-8edf-160d7127a70f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4713039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4716450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4749607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4750857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4867137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4868006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae094b8e-65ac-46ea-9295-46e3c534b5cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4883634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae094b8e-65ac-46ea-9295-46e3c534b5cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4886646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4890102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4922726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.4923927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5043500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5044587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ec0d737-363f-445e-8278-dbfad82e6834\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5060272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ec0d737-363f-445e-8278-dbfad82e6834\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5063565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5067075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5115959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5117253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5238562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5239616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9cb0b8c-76ff-410d-86bb-c6c2d159621f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5255249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9cb0b8c-76ff-410d-86bb-c6c2d159621f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5258706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5262043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5297811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5299015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5419911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5421006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\377ece19-4762-448f-b852-82cf54975ca8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5437995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\377ece19-4762-448f-b852-82cf54975ca8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5441375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5444843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5477492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5478658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5596613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5597487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9102b395-0809-4cbb-9917-499ae7bc45b9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5612641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9102b395-0809-4cbb-9917-499ae7bc45b9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5616059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5619300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5668522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.5670167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7574574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7576410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa55a845-c250-4241-9998-23a8785e92cb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7592377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa55a845-c250-4241-9998-23a8785e92cb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7595992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7599380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7635936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7637306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7755508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7756451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\87d489db-f01d-4c0b-82fb-9d2bea0e5b59\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7772026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\87d489db-f01d-4c0b-82fb-9d2bea0e5b59\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7775370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7781559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7815930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7817285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7939047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7940413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41bd1fd7-a016-4eb7-9c78-8564ff8ecd83\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7955276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41bd1fd7-a016-4eb7-9c78-8564ff8ecd83\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7958652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.7962046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8013931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8015796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8140240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8141735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b575574b-09f6-4bdf-8a05-82df17308ecc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8160573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b575574b-09f6-4bdf-8a05-82df17308ecc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8164574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8168178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8205260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8206740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8339427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8340560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b18fce39-37c9-425d-9261-9f8ca366411b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8355307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b18fce39-37c9-425d-9261-9f8ca366411b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8358415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8361534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8398783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8400224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8517454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8518598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\62f49d42-e308-4d24-99e3-836b2c18d488\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8535762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\62f49d42-e308-4d24-99e3-836b2c18d488\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8539911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8543203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8592704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8594071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8723877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8725061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2661f40e-4fbc-4b3c-9a72-23863bb15ff6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8740144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2661f40e-4fbc-4b3c-9a72-23863bb15ff6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8743492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8746637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8778727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8779960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8898898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8900522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16de20a3-ca69-40bc-b656-8b6f63c0e3f1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8915815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16de20a3-ca69-40bc-b656-8b6f63c0e3f1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8919083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8922671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8959384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.8960679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9081671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9082823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a28ce64a-6cb3-48df-836d-0c1f7ad85e6d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9098782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a28ce64a-6cb3-48df-836d-0c1f7ad85e6d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9101900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9105174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9159409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9161224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9279197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9280293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8c16f06-250d-43bc-b4cc-cccba40678b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9296280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8c16f06-250d-43bc-b4cc-cccba40678b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9299401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9302662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9340863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9342170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9463341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9464146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\212b1663-d2f6-4210-8580-1774dcee3755\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9479338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\212b1663-d2f6-4210-8580-1774dcee3755\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9482786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9486202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9520941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9522147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9636130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9637135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7741dc7e-4e3b-4c55-a18e-9072c975d3c8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9653816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7741dc7e-4e3b-4c55-a18e-9072c975d3c8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9657255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9660631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9710251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9711566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9832421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9833457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3219dbeb-7237-477e-85fe-cf83f08e7286\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9848551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3219dbeb-7237-477e-85fe-cf83f08e7286\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9851707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9854949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9890052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:51.9891283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0004127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0004943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45f07bef-6e2f-416c-a4eb-c228a7425508\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0019875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45f07bef-6e2f-416c-a4eb-c228a7425508\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0022932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0026030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0059484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0060655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0180424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0182015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ffb479a-aabf-4e59-87a2-d4f1a7e53b36\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0197607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ffb479a-aabf-4e59-87a2-d4f1a7e53b36\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0200874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0204779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0258330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0260313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0377146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0378109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c39e3737-8f5a-4b89-a707-7eb9b42c6c33\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0395780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c39e3737-8f5a-4b89-a707-7eb9b42c6c33\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0399138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0402537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0436021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0437242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0563227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0564562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\161c97e0-af04-4f85-81d9-008d88897ef7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0580979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\161c97e0-af04-4f85-81d9-008d88897ef7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0584234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0587822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0624385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0625601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0741439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0742670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9ca827f-19a7-41bc-8f09-4080e08c3500\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0757372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9ca827f-19a7-41bc-8f09-4080e08c3500\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0760769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0764158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0815324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0816738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0944788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0945816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37ba02cc-1828-4a8d-a1d5-857b37803b81\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0961502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37ba02cc-1828-4a8d-a1d5-857b37803b81\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0964911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.0968497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1005915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1007368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1124843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1125968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53085e49-909a-470b-b338-78bb39ef1f8d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1141365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53085e49-909a-470b-b338-78bb39ef1f8d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1145008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1148358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1184122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1185357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1303430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1304239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58edb3f3-e96a-4eec-85e8-f7f8d7de5e4d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1320683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58edb3f3-e96a-4eec-85e8-f7f8d7de5e4d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1324249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1327541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1376368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1377755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1496192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1497333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20900e7a-a34f-4076-85f2-9ed40b9b2ef8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1513107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20900e7a-a34f-4076-85f2-9ed40b9b2ef8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1516308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1519771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1552200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1553399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1672698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1673597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c5d66f4-75f7-4f2b-8160-ed6974f7fc1b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1689367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c5d66f4-75f7-4f2b-8160-ed6974f7fc1b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1692457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1696052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1729294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1730466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1843154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1844043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7b62dec-0401-43fb-9c50-9f087705defe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1859183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7b62dec-0401-43fb-9c50-9f087705defe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1862227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1865270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1899178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.1900338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2034824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2036086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18efa77e-d2ee-4321-b4b0-45b15d330486\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2051424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18efa77e-d2ee-4321-b4b0-45b15d330486\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2054551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2057783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2091206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2092552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2207820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2208685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49bc54b2-aea3-4975-8fa5-ed132baf5d0b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2223978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49bc54b2-aea3-4975-8fa5-ed132baf5d0b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2227129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2230512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2266985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2268399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2391884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2393056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3f57cf7-5141-4206-8eca-e85ef24cf426\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2412706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3f57cf7-5141-4206-8eca-e85ef24cf426\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2416309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2419841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2455598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2457035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2580332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2581329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f1124dd-7444-4cef-9420-72a043b9fe9c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2597200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f1124dd-7444-4cef-9420-72a043b9fe9c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2600579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2618080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2653275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2654505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2775580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2776639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8179ae10-e1fc-4633-8f5b-69975f8da880\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2792386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8179ae10-e1fc-4633-8f5b-69975f8da880\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2796174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2799543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2833780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2834925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2948459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2949276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3bc1797c-08cb-4dd4-972b-a035c506c5b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2964971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3bc1797c-08cb-4dd4-972b-a035c506c5b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2968153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.2971076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3004720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3005883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3123166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3124182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fccbf67-98b5-49d1-a682-e2431671888e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3138777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fccbf67-98b5-49d1-a682-e2431671888e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3141878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3144750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3196138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3197684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3314242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3315384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb551d44-9fdb-4318-a635-a6284b8cb0af\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3331784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb551d44-9fdb-4318-a635-a6284b8cb0af\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3335317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3338860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3375319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3376961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3504730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3505843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6df183f5-e47e-4d64-82eb-4331a3177240\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3520562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6df183f5-e47e-4d64-82eb-4331a3177240\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3524017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3527565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3561820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3563100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3687108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3688223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a8229f5-e062-4a8e-8a72-71079a1dde61\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3705077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a8229f5-e062-4a8e-8a72-71079a1dde61\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3708567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3711964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3762983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3764361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3886825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3887711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05edb1ef-3de3-4b8f-b580-bf7496d9f75c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3904085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05edb1ef-3de3-4b8f-b580-bf7496d9f75c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3907399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3910742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3944747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.3945968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.4064103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.4065015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f30187c1-8a9d-4626-9528-b051ae8634a0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.4080062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f30187c1-8a9d-4626-9528-b051ae8634a0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.4083366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.4086581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.4122829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:52.4124302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.0.0 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.0.0 supports:\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net35-client (.NETFramework,Version=v3.5,Profile=Client)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - sl4 (Silverlight,Version=v4.0)\r\n - sl4-wp71 (Silverlight,Version=v4.0,Profile=WindowsPhone71)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:47:55.9541982Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'RestSharp'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:47:55.9577749Z","@mt":"Adding package reference: {PackageReference}","PackageReference":"RestSharp, Version=105.2.3","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:55.9592678Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add package 'RestSharp'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:47:55.9608971Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:47:55.9625469Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:47:57.2816728Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: D:\\test\\CircleViewer\\CircleViewer.csproj: (0, 0): You are running the 'restore' operation with an 'HTTP' source, 'http://nuget.syncfusion.com/nuget_xamarin/nuget/getsyncfusionpackages/xamarin'. Non-HTTPS access will be removed in a future version. Consider migrating to an 'HTTPS' source.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:57.2817734Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: D:\\test\\CircleViewer\\CircleViewer.csproj: (0, 0): Package 'RestSharp 105.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net7.0-windows7.0'. This package may not be fully compatible with your project.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:57.2818048Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.Common.CurrentVersion.targets: (2977, 5): The task \"ResolveComReference\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:57.2818306Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:47:57.4444579Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:01.3809331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.3810553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a076a06b-b71b-4ccf-9364-5cd87a1e2dd8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.3827174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a076a06b-b71b-4ccf-9364-5cd87a1e2dd8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.3830827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.4583190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.5635112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.5637354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.5857265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.5858552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b1d864e-fc64-4f6e-9634-998a52245bb1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.5875003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b1d864e-fc64-4f6e-9634-998a52245bb1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.5878454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.5881866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.5919458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.5921595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6048719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6049862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84fa383c-3281-4b10-87e8-f1e99bbc7c8c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6065294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84fa383c-3281-4b10-87e8-f1e99bbc7c8c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6068755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6072122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6110888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6113014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6231922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6233211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c232a038-94d0-469e-a4ae-2fdb537769e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6251296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c232a038-94d0-469e-a4ae-2fdb537769e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6254891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6258368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6314864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6316506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6458085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6459253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72dfd4e1-044c-4f80-b5ba-66fb59af8a15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6474611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72dfd4e1-044c-4f80-b5ba-66fb59af8a15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6477772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6480834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6515382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6516830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6631759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6632519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69d83ec9-fb77-4dc6-9cdb-f7bc4827a7f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6647704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69d83ec9-fb77-4dc6-9cdb-f7bc4827a7f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6650843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6653892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6687754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6689171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6811599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6812634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd1ece2f-0060-402f-90a3-c31e86f36614\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6829060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd1ece2f-0060-402f-90a3-c31e86f36614\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6832573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6836051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6924103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.6926320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.7049669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.7050763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0006d102-b231-43bd-905e-9fc84cbd1111\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.7066892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0006d102-b231-43bd-905e-9fc84cbd1111\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.7070172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.7073225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.7107894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.7109330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.7123346Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:01.7138389Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:01.7139435Z","@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":"2023-05-06T03:48:01.7139726Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:01.7151954Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:01.7152299Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:01.7171887Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:01.7278042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.7279150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92af3d22-e7a0-48ac-9d5c-df743b095437\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.7296033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92af3d22-e7a0-48ac-9d5c-df743b095437\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.7299267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.7926139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.8910821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.8912814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:01.9038212Z","@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":"2023-05-06T03:48:01.9639090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.windows.compatibility/index.json 59ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:48:02.1272356Z","@mt":"NuGet package {NuGetPackage} not found in package cache","@l":"Debug","NuGetPackage":"Microsoft.Windows.Compatibility, Version=2.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:48:02.1939567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/microsoft.windows.compatibility/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:48:02.2526408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.windows.compatibility/index.json 58ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:48:02.2944831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/microsoft.windows.compatibility/2.0.0/microsoft.windows.compatibility.2.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:48:02.3493786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.windows.compatibility/2.0.0/microsoft.windows.compatibility.2.0.0.nupkg 54ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:48:02.3811500Z","@mt":"Package {NuGetPackage} downloaded from feed {NuGetFeed}","@l":"Debug","NuGetPackage":"Microsoft.Windows.Compatibility, Version=2.0.0","NuGetFeed":"https://api.nuget.org/v3/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:48:02.3816084Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Windows.Compatibility.2.0.0","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2023-05-06T03:48:02.3853003Z","@mt":"Adding Microsoft.Windows.Compatibility 7.0.1 helps with speeding up the upgrade process for Windows-based APIs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.WindowsCompatReferenceAnalyzer"} -{"@t":"2023-05-06T03:48:02.4408391Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:02.4409086Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.Windows.Compatibility'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:02.4422947Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'Microsoft.Windows.Compatibility'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:02.4423481Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:02.4585654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4586540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cfce37a-4b2a-4414-8aef-7d675efe3d65\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4603798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cfce37a-4b2a-4414-8aef-7d675efe3d65\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4607303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4610899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4646557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4648129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4765059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4766071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69c9dcb8-344f-4aea-8b72-730aaa889da9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4781783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69c9dcb8-344f-4aea-8b72-730aaa889da9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4785036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4820162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4859560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4861962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4991867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.4992983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ba08919-08fa-495e-af68-f68ad5a1111a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5011173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ba08919-08fa-495e-af68-f68ad5a1111a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5014887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5018411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5056117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5057711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5173761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5174854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c180de8-b61c-4585-8dc8-5610f93da53d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5191339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c180de8-b61c-4585-8dc8-5610f93da53d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5194820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5198057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5236321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5237909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5702545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5704111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f085cb8-a128-43d0-bb17-a44d545e0da3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5719218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f085cb8-a128-43d0-bb17-a44d545e0da3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5722467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5749044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5784087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5785634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5904175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5905299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b74fca45-9a1b-4171-aee8-af1f8ee6fbdd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5920887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b74fca45-9a1b-4171-aee8-af1f8ee6fbdd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5924236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5927465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5960676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.5962124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6091009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6091944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de91d0e2-2dc9-49a2-834e-31df43744fa9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6106961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de91d0e2-2dc9-49a2-834e-31df43744fa9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6111750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6114803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6151577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6153419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6274877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6275758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7561a51e-b015-44aa-8911-ea1f527dea8e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6293866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7561a51e-b015-44aa-8911-ea1f527dea8e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6297750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6301414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6457024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6459703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6733980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6735446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20fb673d-b9f3-4494-a1d2-b5c41049a513\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6754120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20fb673d-b9f3-4494-a1d2-b5c41049a513\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6757886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6761522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6931299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.6933856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7061393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7062575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\511d2ab1-9ba0-42f3-aeb3-b81abc4d37f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7078953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\511d2ab1-9ba0-42f3-aeb3-b81abc4d37f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7082501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7086018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7122369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7124185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7264434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7265472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a221bf96-51ca-4803-9833-9ad58d18ff25\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7280919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a221bf96-51ca-4803-9833-9ad58d18ff25\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7284370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7317369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7355112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7356764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7474725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7475867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21c5272c-f208-43ed-b2da-e73c2fb357ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7491401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21c5272c-f208-43ed-b2da-e73c2fb357ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7495302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7498812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7537056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7538932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7664819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7665881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\61b8cad9-a892-41c1-be29-f98a0840b2b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7683153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\61b8cad9-a892-41c1-be29-f98a0840b2b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7686796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7690611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7726523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7728125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7847786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7848703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fa66dcb-e43a-42e2-9874-0bb9c1fe7c0e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7864616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fa66dcb-e43a-42e2-9874-0bb9c1fe7c0e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7867868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7886498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7920728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.7922208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8051786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8053444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0dc528ea-5996-4352-a927-e79eb2bd5fc1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8069384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0dc528ea-5996-4352-a927-e79eb2bd5fc1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8072933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8076594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8113105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8114694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8231485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8233427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32b81575-87d6-49ad-ba6b-f149d4b6f9b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8250405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32b81575-87d6-49ad-ba6b-f149d4b6f9b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8253501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8256756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8291929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8293762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8412240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8413103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22c0256b-b49b-462d-8f97-610100306151\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8428339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22c0256b-b49b-462d-8f97-610100306151\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8431705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8451592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8486847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8488399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8600227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8601302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a3222631-317b-404c-8550-fec7b154fb4c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8616916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a3222631-317b-404c-8550-fec7b154fb4c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8620044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8623211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8657169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8658857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8775263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8776103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47c12493-931b-4e32-8193-e82f4096e280\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8790510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47c12493-931b-4e32-8193-e82f4096e280\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8793924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8797082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8832142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8833702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8944859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8945804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf329fdd-a8d6-43e0-b53e-6d91c65e15f1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8959757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf329fdd-a8d6-43e0-b53e-6d91c65e15f1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8962919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.8979697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9015753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9017245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9138863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9139896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec8921cc-4659-4489-a409-7b5c6427767f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9156887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec8921cc-4659-4489-a409-7b5c6427767f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9160554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9164179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9200643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9202355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9322322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9323483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76209c9d-d6f1-47ad-9500-65d3e5b66024\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9340054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76209c9d-d6f1-47ad-9500-65d3e5b66024\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9343239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9346540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9382187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9383862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9505753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9506944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\105bc6ed-f005-4136-95cc-e08bdd365096\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9523457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\105bc6ed-f005-4136-95cc-e08bdd365096\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9526761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9544796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9579726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9581434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9697814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9698669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40160899-c514-49a4-9bd6-09218171ad54\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9714065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40160899-c514-49a4-9bd6-09218171ad54\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9717301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9720538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9755555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:02.9757086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1728363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1729501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c48464e7-daac-4881-ba17-65c66fe68b7c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1754676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c48464e7-daac-4881-ba17-65c66fe68b7c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1758227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1761750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1797392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1798889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1933662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1935214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b5b45c6-35f5-47cd-92c6-5ffb001abe8f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1950613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b5b45c6-35f5-47cd-92c6-5ffb001abe8f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1953804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1956848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1991009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.1992720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2117031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2117921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e8d0b3bc-1c57-4b7d-8b5b-05d4f875aa8a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2132770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e8d0b3bc-1c57-4b7d-8b5b-05d4f875aa8a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2136038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2139125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2177399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2179228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2296677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2297489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06cfe5a2-cb3b-49dc-96da-b923d45fdbc8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2312624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06cfe5a2-cb3b-49dc-96da-b923d45fdbc8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2315837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2318889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2355227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2356784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2508597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2509970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4b81296-e52f-4670-9ee9-93c87bafb507\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2526477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4b81296-e52f-4670-9ee9-93c87bafb507\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2529746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2533072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2568196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2569731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2688026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2688857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc73ea4f-793a-46eb-9f39-5b5a7a34b91d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2704107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc73ea4f-793a-46eb-9f39-5b5a7a34b91d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2707152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2710105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2743045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2744751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2876028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2877661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63b9edd3-8914-49ab-83e5-2a647b88ee59\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2894204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63b9edd3-8914-49ab-83e5-2a647b88ee59\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2897947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2901243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2938790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.2940614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3082281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3083856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79d30cad-1c30-4ffd-a271-b766e60d3288\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3102038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79d30cad-1c30-4ffd-a271-b766e60d3288\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3105354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3108400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3141506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3142942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3265245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3266369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\def19821-6d9f-4966-9b60-45ba5f1510e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3281945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\def19821-6d9f-4966-9b60-45ba5f1510e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3285137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3288392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3323666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3325204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3441814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3443171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f41d7f80-219f-45e6-ab6b-435a1d6b4094\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3458200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f41d7f80-219f-45e6-ab6b-435a1d6b4094\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3461424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3464963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3500791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3502532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3648564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3650450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79394e9d-267a-45b1-9f2b-fed84a247f9b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3666829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79394e9d-267a-45b1-9f2b-fed84a247f9b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3670150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3673961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3712211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3713902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3828211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3829075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1674cf7e-5ca3-4b45-b0c7-68711c9f39b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3844513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1674cf7e-5ca3-4b45-b0c7-68711c9f39b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3847666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3851865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3888749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.3890301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4010308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4011371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44b97bd0-376c-4f81-8532-dedf7e35c1be\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4027473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44b97bd0-376c-4f81-8532-dedf7e35c1be\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4030786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4034277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4069078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4070570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4206400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4207681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\972bd76c-878f-4162-8bd3-28b3e75f61a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4223369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\972bd76c-878f-4162-8bd3-28b3e75f61a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4226734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4230115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4263553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4264977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4383473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4384377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c433bac-aaf0-4664-8e35-a27664e37c4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4400072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c433bac-aaf0-4664-8e35-a27664e37c4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4403296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4406357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4440819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4442326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4557609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4558699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eae928b6-0c13-46c9-b7df-8e9555fb7518\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4574307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eae928b6-0c13-46c9-b7df-8e9555fb7518\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4577470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4580652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4614459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4615897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4761941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4763502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff8853d5-af9b-4aa2-936d-c9f2bb17255a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4778455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff8853d5-af9b-4aa2-936d-c9f2bb17255a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4782359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4785900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4822092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4823717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4943406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4944554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9247f696-a4d4-403b-b019-080582d6fdb2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4960385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9247f696-a4d4-403b-b019-080582d6fdb2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4963844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.4967454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5003091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5004705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5125914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5126775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b58c343-47c8-4711-ac3e-5a4b6d97b9d2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5142400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b58c343-47c8-4711-ac3e-5a4b6d97b9d2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5145934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5148965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5183862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5185424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5319556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5320959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbbdc1a5-fe0a-4fe4-b6ac-ab3b1da30776\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5337864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbbdc1a5-fe0a-4fe4-b6ac-ab3b1da30776\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5342238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5345600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5379777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5381358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5500100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5500930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d527171f-a25f-46a2-8d74-127148cc2cc9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5516343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d527171f-a25f-46a2-8d74-127148cc2cc9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5519470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5522644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5558438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5560063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5679887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5681086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e340352f-83a8-44a1-b7a3-433a165f5f7e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5696945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e340352f-83a8-44a1-b7a3-433a165f5f7e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5700303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5703821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5743655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5745648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5891274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5892841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ede3368-8e68-4130-9df1-74443cbb22bf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5909448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ede3368-8e68-4130-9df1-74443cbb22bf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5912639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5916108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5951455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.5952981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6068799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6069763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9e6aa08-3f9d-4803-bd99-56891b1a7173\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6086259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9e6aa08-3f9d-4803-bd99-56891b1a7173\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6089742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6093074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6128582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6130138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6253166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6255049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\68287bc6-2899-425c-9964-289c092c7749\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6271340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\68287bc6-2899-425c-9964-289c092c7749\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6274775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6278119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6313325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6314833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6428777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6429628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\347b4957-8bad-47de-86c5-a1da96961a76\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6460702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\347b4957-8bad-47de-86c5-a1da96961a76\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6464006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6467176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6504590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6506221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6625851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6626740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\951b6e58-1c79-493c-bf84-c91bd019d654\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6643195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\951b6e58-1c79-493c-bf84-c91bd019d654\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6646590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6649638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6684912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6686561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6822932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6824091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7cd13a80-96cd-4278-98cc-f1e28c30bd49\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6840052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7cd13a80-96cd-4278-98cc-f1e28c30bd49\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6843544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6847131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6884364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.6886021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7027293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7028401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1c01deb-8c65-4611-82e2-87e528e03679\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7056934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1c01deb-8c65-4611-82e2-87e528e03679\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7060487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7063988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7102880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7104609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7238539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7239847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2a02bbc-678e-4448-9e2a-a47c5f7ac20a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7258964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2a02bbc-678e-4448-9e2a-a47c5f7ac20a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7262452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7265828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7302857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7304503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7439280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7440707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0014b3b3-e263-4081-8d7f-fee8a9f866f1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7457127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0014b3b3-e263-4081-8d7f-fee8a9f866f1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7460457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7463876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7503934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7505863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7620157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7621280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84c36370-2748-486e-836e-235e2418935e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7650134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84c36370-2748-486e-836e-235e2418935e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7653806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7657002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7692791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7694340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7811643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7812489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f755f2e7-d7ff-4b43-9f72-d59fc62468e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7830595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f755f2e7-d7ff-4b43-9f72-d59fc62468e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7834023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7837413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7874415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.7876017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8014358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8015651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da4a9d4d-16e7-4c80-b502-da991bc027d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8035648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da4a9d4d-16e7-4c80-b502-da991bc027d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8039415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8043150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8080709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8082563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8244029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8245346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad0e8b94-c266-4132-8e1d-5820e4561879\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8276233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad0e8b94-c266-4132-8e1d-5820e4561879\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8279971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8283365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8323474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8325401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8446785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8447862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23899538-29fb-45d0-b865-8ec497b585a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8462476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23899538-29fb-45d0-b865-8ec497b585a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8465708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8468876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8504271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:03.8506096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:08.6184116Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.Windows.Compatibility'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:08.6220939Z","@mt":"Adding package reference: {PackageReference}","PackageReference":"Microsoft.Windows.Compatibility, Version=7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:48:08.6240741Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add package 'Microsoft.Windows.Compatibility'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:08.6258915Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:08.6277798Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:48:09.9183658Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: D:\\test\\CircleViewer\\CircleViewer.csproj: (0, 0): You are running the 'restore' operation with an 'HTTP' source, 'http://nuget.syncfusion.com/nuget_xamarin/nuget/getsyncfusionpackages/xamarin'. Non-HTTPS access will be removed in a future version. Consider migrating to an 'HTTPS' source.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:48:09.9184629Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: D:\\test\\CircleViewer\\CircleViewer.csproj: (0, 0): Package 'RestSharp 105.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net7.0-windows7.0'. This package may not be fully compatible with your project.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:48:09.9185036Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.Common.CurrentVersion.targets: (2977, 5): The task \"ResolveComReference\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:48:09.9185322Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:48:10.0746234Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:15.2826180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.2827535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\575a2992-8f9c-404d-a346-24c690ef1fa4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.2843458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\575a2992-8f9c-404d-a346-24c690ef1fa4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.2847179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.3119142Z","@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":"2023-05-06T03:48:15.4929129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.windows.compatibility/index.json 180ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.5131310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/microsoft.windows.compatibility/7.0.1/microsoft.windows.compatibility.7.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.6434670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.windows.compatibility/7.0.1/microsoft.windows.compatibility.7.0.1.nupkg 130ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.6702886Z","@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":"2023-05-06T03:48:15.6777726Z","@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":"2023-05-06T03:48:15.6807576Z","@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":"2023-05-06T03:48:15.6836572Z","@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":"2023-05-06T03:48:15.6892960Z","@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":"2023-05-06T03:48:15.6926832Z","@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":"2023-05-06T03:48:15.6954867Z","@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":"2023-05-06T03:48:15.7016957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.eventlog/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7069195Z","@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":"2023-05-06T03:48:15.7100622Z","@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":"2023-05-06T03:48:15.7131629Z","@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":"2023-05-06T03:48:15.7172421Z","@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":"2023-05-06T03:48:15.7212132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry.accesscontrol/index.json 50ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7277126Z","@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":"2023-05-06T03:48:15.7326135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry.accesscontrol/7.0.0/microsoft.win32.registry.accesscontrol.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7339734Z","@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":"2023-05-06T03:48:15.7372821Z","@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":"2023-05-06T03:48:15.7404090Z","@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":"2023-05-06T03:48:15.7448050Z","@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":"2023-05-06T03:48:15.7475312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/index.json 69ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7516339Z","@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":"2023-05-06T03:48:15.7576089Z","@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":"2023-05-06T03:48:15.7594978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition/index.json 75ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7596289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/7.0.0/microsoft.win32.systemevents.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7665440Z","@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":"2023-05-06T03:48:15.7725329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition/7.0.0/system.componentmodel.composition.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7824680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.directoryservices.accountmanagement/index.json 72ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7824680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.data.oledb/index.json 86ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7824679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.data.odbc/index.json 89ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7824679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/index.json 93ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7830896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.directoryservices.protocols/index.json 69ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7963057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.eventlog/index.json 94ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7993130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.directoryservices/index.json 81ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.7998904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.drawing.common/index.json 72ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8149797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.data.oledb/7.0.0/system.data.oledb.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8173098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry.accesscontrol/7.0.0/microsoft.win32.registry.accesscontrol.7.0.0.nupkg 84ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8181533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.data.odbc/7.0.0/system.data.odbc.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8197184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.runtime.caching/index.json 74ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8206213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.directoryservices.accountmanagement/7.0.0/system.directoryservices.accountmanagement.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8212112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.reflection.context/index.json 80ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8216426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.io.ports/index.json 84ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8217184Z","@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":"2023-05-06T03:48:15.8231423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/7.0.0/system.configuration.configurationmanager.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8259591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.directoryservices.protocols/7.0.0/system.directoryservices.protocols.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8285792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.eventlog/7.0.0/system.diagnostics.eventlog.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8309281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/index.json 79ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8319391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.directoryservices/7.0.1/system.directoryservices.7.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8324635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.xml/index.json 65ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8331699Z","@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":"2023-05-06T03:48:15.8361659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.drawing.common/7.0.0/system.drawing.common.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8377237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.data.oledb/7.0.0/system.data.oledb.7.0.0.nupkg 22ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8381854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.data.odbc/7.0.0/system.data.odbc.7.0.0.nupkg 19ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8395404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.runtime.caching/7.0.0/system.runtime.caching.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8421473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.io.ports/7.0.0/system.io.ports.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8445177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/7.0.0/system.configuration.configurationmanager.7.0.0.nupkg 21ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8445797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.reflection.context/7.0.0/system.reflection.context.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8448779Z","@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":"2023-05-06T03:48:15.8466562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/7.0.1/system.security.cryptography.pkcs.7.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8489125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.xml/7.0.1/system.security.cryptography.xml.7.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8496870Z","@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":"2023-05-06T03:48:15.8569521Z","@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":"2023-05-06T03:48:15.8617514Z","@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":"2023-05-06T03:48:15.8653649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.eventlog/7.0.0/system.diagnostics.eventlog.7.0.0.nupkg 36ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8695147Z","@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":"2023-05-06T03:48:15.8742937Z","@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":"2023-05-06T03:48:15.8807043Z","@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":"2023-05-06T03:48:15.8862764Z","@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":"2023-05-06T03:48:15.8902866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.windows.extensions/index.json 68ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.8993458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.syndication/index.json 66ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9015753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.windows.extensions/7.0.0/system.windows.extensions.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9055642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.syndication/7.0.0/system.servicemodel.syndication.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9108129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.runtime.caching/7.0.0/system.runtime.caching.7.0.0.nupkg 71ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9134616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.serviceprocess.servicecontroller/index.json 68ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9272136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.serviceprocess.servicecontroller/7.0.0/system.serviceprocess.servicecontroller.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9374743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.xml/7.0.1/system.security.cryptography.xml.7.0.1.nupkg 88ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9422182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.directoryservices/7.0.1/system.directoryservices.7.0.1.nupkg 110ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9439434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/7.0.0/microsoft.win32.systemevents.7.0.0.nupkg 184ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9514625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition.registration/index.json 270ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9576312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition.registration/7.0.0/system.componentmodel.composition.registration.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9693524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.directoryservices.accountmanagement/7.0.0/system.directoryservices.accountmanagement.7.0.0.nupkg 148ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9711236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/index.json 213ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9827966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.speech/index.json 133ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9831635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/7.0.1/system.security.cryptography.protecteddata.7.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9840755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.performancecounter/index.json 277ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9885766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.io.packaging/index.json 254ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9925911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.performancecounter/7.0.0/system.diagnostics.performancecounter.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:15.9974751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.speech/7.0.0/system.speech.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.0012863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.io.packaging/7.0.0/system.io.packaging.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.0014489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.http/index.json 120ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.0015200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.duplex/index.json 127ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.0046373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.directoryservices.protocols/7.0.0/system.directoryservices.protocols.7.0.0.nupkg 178ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.0065465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.serviceprocess.servicecontroller/7.0.0/system.serviceprocess.servicecontroller.7.0.0.nupkg 79ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.0102082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/7.0.1/system.security.cryptography.pkcs.7.0.1.nupkg 163ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.0155518Z","@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":"2023-05-06T03:48:16.0157643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.reflection.context/7.0.0/system.reflection.context.7.0.0.nupkg 171ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.0180043Z","@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":"2023-05-06T03:48:16.0206101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.nettcp/index.json 134ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.0364860Z","@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":"2023-05-06T03:48:16.0561577Z","@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":"2023-05-06T03:48:16.0771161Z","@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 59ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.0971421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition.registration/7.0.0/system.componentmodel.composition.registration.7.0.0.nupkg 139ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.0993890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.io.ports/7.0.0/system.io.ports.7.0.0.nupkg 257ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.1029865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.performancecounter/7.0.0/system.diagnostics.performancecounter.7.0.0.nupkg 110ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.1195040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/7.0.1/system.security.cryptography.protecteddata.7.0.1.nupkg 136ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.1336811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.data.sqlclient/index.json 264ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.1437252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.syndication/7.0.0/system.servicemodel.syndication.7.0.0.nupkg 238ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.1437252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.threading.accesscontrol/index.json 281ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.1555647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.data.sqlclient/4.8.5/system.data.sqlclient.4.8.5.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.1571566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.threading.accesscontrol/7.0.1/system.threading.accesscontrol.7.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.1808389Z","@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 144ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.1887847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.web.services.description/index.json 132ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.1937057Z","@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 178ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.2005769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.speech/7.0.0/system.speech.7.0.0.nupkg 202ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.2016832Z","@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":"2023-05-06T03:48:16.2224455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.data.sqlclient/4.8.5/system.data.sqlclient.4.8.5.nupkg 66ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.3092824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.threading.accesscontrol/7.0.1/system.threading.accesscontrol.7.0.1.nupkg 152ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.3289392Z","@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 127ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.3357869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition/7.0.0/system.componentmodel.composition.7.0.0.nupkg 563ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.3491667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/index.json 492ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.3576718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.windows.extensions/7.0.0/system.windows.extensions.7.0.0.nupkg 455ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.3602997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/7.0.0/system.text.encoding.codepages.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.4289706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/7.0.0/system.text.encoding.codepages.7.0.0.nupkg 68ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.4422739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.io.packaging/7.0.0/system.io.packaging.7.0.0.nupkg 440ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.4468481Z","@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":"2023-05-06T03:48:16.5158707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.ports/index.json 68ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.5258910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.ports/7.0.0/runtime.native.system.io.ports.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.5975036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.ports/7.0.0/runtime.native.system.io.ports.7.0.0.nupkg 71ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.6438393Z","@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":"2023-05-06T03:48:16.6472292Z","@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":"2023-05-06T03:48:16.6505977Z","@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":"2023-05-06T03:48:16.6538989Z","@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":"2023-05-06T03:48:16.6568971Z","@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":"2023-05-06T03:48:16.7057824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.linux-arm64.runtime.native.system.io.ports/index.json 58ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.7118421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.linux-arm.runtime.native.system.io.ports/index.json 67ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.7121986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.linux-x64.runtime.native.system.io.ports/index.json 61ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.7162147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.osx-arm64.runtime.native.system.io.ports/index.json 62ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.7185966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/runtime.linux-arm64.runtime.native.system.io.ports/7.0.0/runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.7206280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.osx-x64.runtime.native.system.io.ports/index.json 63ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.7206755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/runtime.linux-arm.runtime.native.system.io.ports/7.0.0/runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.7232497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/runtime.linux-x64.runtime.native.system.io.ports/7.0.0/runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.7244431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.drawing.common/7.0.0/system.drawing.common.7.0.0.nupkg 888ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.7276206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/runtime.osx-x64.runtime.native.system.io.ports/7.0.0/runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.7290172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/runtime.osx-arm64.runtime.native.system.io.ports/7.0.0/runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.7468891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.linux-arm.runtime.native.system.io.ports/7.0.0/runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg 26ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.7961844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.osx-arm64.runtime.native.system.io.ports/7.0.0/runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg 67ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.8036062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.linux-arm64.runtime.native.system.io.ports/7.0.0/runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg 84ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.8311169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.linux-x64.runtime.native.system.io.ports/7.0.0/runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg 107ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:16.8771870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.osx-x64.runtime.native.system.io.ports/7.0.0/runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg 149ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:17.9682130Z","@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":"2023-05-06T03:48:17.9714104Z","@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":"2023-05-06T03:48:17.9744341Z","@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":"2023-05-06T03:48:18.0261388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/index.json 57ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.0307772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.win-x86.runtime.native.system.data.sqlclient.sni/index.json 56ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.0357720Z","@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":"2023-05-06T03:48:18.0358823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.win-x64.runtime.native.system.data.sqlclient.sni/index.json 64ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.0409163Z","@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":"2023-05-06T03:48:18.0424494Z","@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":"2023-05-06T03:48:18.0492967Z","@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 13ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.0540052Z","@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 12ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.0760948Z","@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 33ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.1055245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.1250236Z","@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":"2023-05-06T03:48:18.1367842Z","@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":"2023-05-06T03:48:18.1526572Z","@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":"2023-05-06T03:48:18.1539336Z","@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":"2023-05-06T03:48:18.1619339Z","@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":"2023-05-06T03:48:18.1631150Z","@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":"2023-05-06T03:48:18.1716415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of runtime.osx-x64.runtime.native.System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.1730702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of runtime.osx-x64.runtime.native.System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.1814222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of runtime.osx-arm64.runtime.native.System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.1826306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of runtime.osx-arm64.runtime.native.System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.1904306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of runtime.linux-x64.runtime.native.System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.1928470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of runtime.linux-x64.runtime.native.System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.2056347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of runtime.linux-arm64.runtime.native.System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.2070143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of runtime.linux-arm64.runtime.native.System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.2155053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of runtime.linux-arm.runtime.native.System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.2168921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of runtime.linux-arm.runtime.native.System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.2185159Z","@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_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:48:18.2260817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Windows.Extensions 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.2272062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Windows.Extensions 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.2321515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of runtime.native.System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.2333041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of runtime.native.System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.2405345Z","@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":"2023-05-06T03:48:18.2424940Z","@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":"2023-05-06T03:48:18.2495515Z","@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":"2023-05-06T03:48:18.2513478Z","@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":"2023-05-06T03:48:18.2559710Z","@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":"2023-05-06T03:48:18.2573230Z","@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":"2023-05-06T03:48:18.2618365Z","@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":"2023-05-06T03:48:18.2629152Z","@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":"2023-05-06T03:48:18.2672582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Data.SqlClient 4.8.5","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.2683082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Data.SqlClient 4.8.5","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.2727952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Threading.AccessControl 7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.2737860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Threading.AccessControl 7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.7962922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Threading.AccessControl.7.0.1 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.7962922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: runtime.native.System.IO.Ports.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.7962923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: runtime.linux-arm64.runtime.native.System.IO.Ports.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.7963050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Windows.Extensions.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.7963020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: runtime.osx-x64.runtime.native.System.IO.Ports.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.7963093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: runtime.linux-arm.runtime.native.System.IO.Ports.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.7963214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: runtime.osx-arm64.runtime.native.System.IO.Ports.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.7963407Z","@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":"2023-05-06T03:48:18.7963358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: runtime.linux-x64.runtime.native.System.IO.Ports.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:18.8429782Z","@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":"2023-05-06T03:48:18.8430441Z","@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":"2023-05-06T03:48:18.8429808Z","@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":"2023-05-06T03:48:19.0998497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed runtime.native.System.IO.Ports 7.0.0 from https://api.nuget.org/v3/index.json with content hash L4Ivegqc3B0Fee7VifFy2JST9nndm+uvJ0viLIZUaImDfnr+JmRin9Tbqd56KuMtm0eVxHpNOWZBPtKrA/1h5Q==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1089533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of Microsoft.Windows.Compatibility 7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1227327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of Microsoft.Windows.Compatibility 7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1397702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed runtime.linux-x64.runtime.native.System.IO.Ports 7.0.0 from https://api.nuget.org/v3/index.json with content hash DV9dWDUs23OoZqMWl5IhLr3D+b9koDiSHQxFKdYgWnQbnthv8c/yDjrlrI8nMrDc71RAKCO8jlUojzuPMX04gg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1412940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed runtime.osx-arm64.runtime.native.System.IO.Ports 7.0.0 from https://api.nuget.org/v3/index.json with content hash jFwh4sKSXZ7al5XrItEO4GdGWa6XNxvNx+LhEHjrSzOwawO1znwJ+Dy+VjnrkySX9Qi4bnHNLoiqOXbqMuka4g==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1417134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed runtime.linux-arm.runtime.native.System.IO.Ports 7.0.0 from https://api.nuget.org/v3/index.json with content hash CBvgRaF+M0xGLDv2Geb/0v0LEADheH8aK72GRAUJdnqnJVsQO60ki1XO8M3keEhnjm+T5NvLm41pNXAVYAPiSg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1419108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed runtime.osx-x64.runtime.native.System.IO.Ports 7.0.0 from https://api.nuget.org/v3/index.json with content hash X4LrHEfke/z9+z+iuVr35NlkhdZldY8JGNMYUN+sfPK/U/6TcE+vP44I0Yv0ir1v0bqIzq3v6Qdv1c1vmp8s4g==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1452221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of Microsoft.Win32.Registry.AccessControl 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1465131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of Microsoft.Win32.SystemEvents 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1467522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.ComponentModel.Composition 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1484440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.ComponentModel.Composition.Registration 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1517166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of Microsoft.Win32.SystemEvents 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1521594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of Microsoft.Win32.Registry.AccessControl 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1555096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.ComponentModel.Composition.Registration 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1561458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.ComponentModel.Composition 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1567218Z","@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":"2023-05-06T03:48:19.1573035Z","@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":"2023-05-06T03:48:19.1592336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Configuration.ConfigurationManager 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1617333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Data.Odbc 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1627392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed runtime.linux-arm64.runtime.native.System.IO.Ports 7.0.0 from https://api.nuget.org/v3/index.json with content hash 5VCyRCtCIYU8FR/W8oo7ouFuJ8tmAg9ddsuXhfCKZfZrbaVZSKxkmNBa6fxkfYPueD0jQfOvwFBmE5c6zalCSw==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1668435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Configuration.ConfigurationManager 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1688693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Data.OleDb 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1709406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Data.Odbc 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1740959Z","@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":"2023-05-06T03:48:19.1769669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Data.OleDb 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1788309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Diagnostics.EventLog 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.1865911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Diagnostics.EventLog 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.2030495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: Microsoft.Windows.Compatibility.7.0.1 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.2037293Z","@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":"2023-05-06T03:48:19.2041860Z","@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":"2023-05-06T03:48:19.2042023Z","@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":"2023-05-06T03:48:19.2096617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: Microsoft.Win32.SystemEvents.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.2334319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: Microsoft.Win32.Registry.AccessControl.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.2336005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.ComponentModel.Composition.Registration.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.2372321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.ComponentModel.Composition.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.2458628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Configuration.ConfigurationManager.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.2657206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Data.OleDb.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.2657874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Diagnostics.EventLog.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.2701276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Data.Odbc.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.2741120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Data.SqlClient.4.8.5 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.3325810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Windows.Extensions 7.0.0 from https://api.nuget.org/v3/index.json with content hash bR4qdCmssMMbo9Fatci49An5B1UaVJZHKNq70PRgzoLYIlitb8Tj7ns/Xt5Pz1CkERiTjcVBDU2y1AVrPBYkaw==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.3373320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Diagnostics.PerformanceCounter 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.3428437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Diagnostics.PerformanceCounter 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.4253486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Diagnostics.PerformanceCounter.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.4373070Z","@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":"2023-05-06T03:48:19.4418155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.DirectoryServices.AccountManagement 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.4488874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.DirectoryServices.AccountManagement 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.5208372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.DirectoryServices.AccountManagement.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.5930630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed Microsoft.Windows.Compatibility 7.0.1 from https://api.nuget.org/v3/index.json with content hash rS6WnkjQkiXIgikQj00g6ADeMG+M+CK2IPIKP8BnOPZQaMBtUiwUBllSroIrH7KOnNivdWL7G+9/zsKenUAEsg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.5985329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.DirectoryServices.Protocols 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.6071047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.DirectoryServices.Protocols 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.6223261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Threading.AccessControl 7.0.1 from https://api.nuget.org/v3/index.json with content hash uh6LWSk8Dlp1cavk4XQYtDHOMZpSa5KiqM0VBiflhXWGT63RGV+NhNsVxiEykL4S/0LVcgy+/AxC5ITQ9QLo8w==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.6292577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Text.Encoding.CodePages 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.6376220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Text.Encoding.CodePages 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.6802798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.DirectoryServices.Protocols.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.7334808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Text.Encoding.CodePages.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.8605860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.ComponentModel.Composition.Registration 7.0.0 from https://api.nuget.org/v3/index.json with content hash yy/xYOznnc7Hfg2/LeVqAMlJGv1v7b1ILxFShzx5PWUv53PwU0MaKPG8Dh9DC3gxayzw44UVuQJImhw7LtMKlw==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.8662827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.DirectoryServices 7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.8722439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.ComponentModel.Composition 7.0.0 from https://api.nuget.org/v3/index.json with content hash orv0h38ZVPCPo/FW0LGv8/TigXwX8cIwXeQcaNYhikkqELDm8sUFLMcof/Sjcq5EvYCm5NA7MV3hG4u75H44UQ==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.8732065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.DirectoryServices 7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.8773078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Drawing.Common 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.8885578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Drawing.Common 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.9389910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.DirectoryServices.7.0.1 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.9712157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Drawing.Common.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.9877453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Configuration.ConfigurationManager 7.0.0 from https://api.nuget.org/v3/index.json with content hash WvRUdlL1lB0dTRZSs5XcQOd5q9MYNk90GkbmRmiCvRHThWiojkpGqWdmEDJdXyHbxG/BhE5hmVbMfRLXW9FJVA==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.9926266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.IO.Packaging 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:19.9991977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.IO.Packaging 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.0614700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.IO.Packaging.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.0684747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed Microsoft.Win32.Registry.AccessControl 7.0.0 from https://api.nuget.org/v3/index.json with content hash JwM65WXVca58WzqY/Rpz7FGyHbN/SMdyr/3EI2CwPIYkB55EIRJUdPQJwO64x3ntOwPQoqCATKuDYA9K7Np5Ww==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.0740091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.0889127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.IO.Ports 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.1177836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed Microsoft.Win32.SystemEvents 7.0.0 from https://api.nuget.org/v3/index.json with content hash 2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.1230426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Reflection.Context 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.1306367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Reflection.Context 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.1317261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Diagnostics.EventLog 7.0.0 from https://api.nuget.org/v3/index.json with content hash eUDP47obqQm3SFJfP6z+Fx2nJ4KKTQbXB4Q9Uesnzw9SbYdhjyoGXuvDn/gEmFY6N5Z3bFFbpAQGA7m6hrYJCw==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.1367328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Runtime.Caching 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.1439129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Runtime.Caching 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.1466528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Data.OleDb 7.0.0 from https://api.nuget.org/v3/index.json with content hash bhAs+5X5acgg3zQ6N4HqxqfwwmqWJzgt54BC8iwygcqa2jktxDFzxwN83GNvqgoTcTs2tenDS/jmhC+AQsmcyg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.1517275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Security.Cryptography.Pkcs 7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.1588444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Security.Cryptography.Pkcs 7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.1703056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.IO.Ports.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.1916629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Reflection.Context.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.2121869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Runtime.Caching.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.2286423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Security.Cryptography.Pkcs.7.0.1 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.2788013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Diagnostics.PerformanceCounter 7.0.0 from https://api.nuget.org/v3/index.json with content hash L+zIMEaXp1vA4wZk1KLMpk6tvU0xy94R0IfmhkmTWeC4KwShsmAfbg5I19LgjsCTYp6GVdXZ2aHluVWL0QqBdA==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.2847463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Security.Cryptography.ProtectedData 7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.2926587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Security.Cryptography.ProtectedData 7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.3008508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.DirectoryServices.AccountManagement 7.0.0 from https://api.nuget.org/v3/index.json with content hash qMpVgR5+XactuWzpqsiif++lnTzfDESbQv4UYFZpgdRvFCFIi4JgufOITCDlu+x2vEmwYOVbwrR1N365dDJRLg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.3055642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Security.Cryptography.Xml 7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.3119980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Security.Cryptography.Xml 7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.3502155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Security.Cryptography.ProtectedData.7.0.1 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.3720422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Security.Cryptography.Xml.7.0.1 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.4324239Z","@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":"2023-05-06T03:48:20.4359406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.ServiceModel.Syndication 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.4438368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.ServiceModel.Syndication 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.4812061Z","@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":"2023-05-06T03:48:20.4862479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.ServiceProcess.ServiceController 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.4933716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.ServiceProcess.ServiceController 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.5142810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.ServiceModel.Syndication.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.5695478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.ServiceProcess.ServiceController.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.5829248Z","@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":"2023-05-06T03:48:20.5857247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Speech 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.5929716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Speech 7.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.6650500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Speech.7.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.6887363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.DirectoryServices 7.0.1 from https://api.nuget.org/v3/index.json with content hash Z4FVdUJEVXbf7/f/hU6cFZDtxN5ozUVKJMzXoHmC+GCeTcqzlxqmWtxurejxG3K+kZ6H0UKwNshoK1CYnmJ1sg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.7007594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.DirectoryServices.Protocols 7.0.0 from https://api.nuget.org/v3/index.json with content hash QNC4ab+Gc3p3uLixavxxD0h5FOxrs2cT3hez4DSMckBU8lgREjrEB5a8reJypkSVlhFyUQ5YfpMJODdeSCYp2g==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.7753550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.IO.Packaging 7.0.0 from https://api.nuget.org/v3/index.json with content hash +j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.8230599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Reflection.Context 7.0.0 from https://api.nuget.org/v3/index.json with content hash rVf4vEyGQphXTITF39uXlgTcp8Ekcu2aNwxyVLU7fDyNOk0W+/PPpj9PoC2cFL4wgJZJltiss5eQptE2C4f1Sw==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.8281540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Data.Odbc 7.0.0 from https://api.nuget.org/v3/index.json with content hash siwu7NoCsfHa9bfw2a2wSeTt2c/rhk3X8I28nJln1dlxdW3KqhRp0aW87yH1XkCo9h8zO1qcIfdTHO7YvvWLEA==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.8392815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Text.Encoding.CodePages 7.0.0 from https://api.nuget.org/v3/index.json with content hash LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.9504203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Drawing.Common 7.0.0 from https://api.nuget.org/v3/index.json with content hash KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.9613392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Security.Cryptography.Xml 7.0.1 from https://api.nuget.org/v3/index.json with content hash MCxBCtH0GrDuvU63ZODwQHQZPchb24pUAX3MfZ6b13qg246ZD10PRdOvay8C9HBPfCXkymUNwFPEegud7ax2zg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.9897360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.IO.Ports 7.0.0 from https://api.nuget.org/v3/index.json with content hash 0nWQjM5IofaIGpvkifN+LLuYwBG6BHlpmphLhhOJepcW12G8qToGuNDRgBzeTVBZzp33wVsESSZ8hUOCfq+8QA==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:20.9974393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Security.Cryptography.Pkcs 7.0.1 from https://api.nuget.org/v3/index.json with content hash Qv9g+0GP1aX55cOz/k4Oz7cCFA0g+0GSXYwG0XwJgYK4y/ZCiVLjjhv4kbWIwNfouqYv2vZtNiWAxIuWUJumTw==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:21.0034466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Runtime.Caching 7.0.0 from https://api.nuget.org/v3/index.json with content hash M0riW7Zgxca3Elp1iZVhzH7PWWT5bPSrdMFGCAGoH1n9YLuXOYE78ryui051Icf3swWWa8feBRoSxOCYwgMy8w==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:21.0212389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.ServiceModel.Syndication 7.0.0 from https://api.nuget.org/v3/index.json with content hash V3q1Jr3KWo+i201/vUUPfg83rjJLhL5+ROh16PtPhaUJRHwoEBoGWtg0r6pFBRPaDqNY6hXvNgHktDj0gvMEpA==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:21.0324626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Security.Cryptography.ProtectedData 7.0.1 from https://api.nuget.org/v3/index.json with content hash 3evI3sBfKqwYSwuBcYgShbmEgtXcg8N5Qu+jExLdkBXPty2yGDXq5m1/4sx9Exb8dqdeMPUs/d9DQ0wy/9Adwg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:21.0562591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.ServiceProcess.ServiceController 7.0.0 from https://api.nuget.org/v3/index.json with content hash 7W5e7z2LSsxEvnix0F4pQuo22l46vx69+VHZyN9vtMFTtB2kWInimBmhbFXKIv1hK2O2D4hGnBn4bAZGzse8PQ==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:21.0678419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Speech 7.0.0 from https://api.nuget.org/v3/index.json with content hash 7E0uB92Cx2sXR67HW9rMKJqDACdLuz9t3I3OwZUFDzAgwKXWuY6CYeRT/NiypHcyZO2be9+0H0w0M6fn7HQtgQ==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:21.2567658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Data.SqlClient 4.8.5 from https://api.nuget.org/v3/index.json with content hash fRqxut4lrndPHrXD+ht1XRmCL3obuKldm4XjCRYS9p5f7FSR7shBxAwTkDrpFMsHC9BhNgjjmUtiIjvehn5zkg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.2827206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.2829820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3387962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3389426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d1d4023-b6e6-4d54-9383-2a00796e3ff7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3405668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d1d4023-b6e6-4d54-9383-2a00796e3ff7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3409040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3429767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3538667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3541489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3678850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3679954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f8d0ac49-f730-4417-b64e-90e583cb8db3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3694978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f8d0ac49-f730-4417-b64e-90e583cb8db3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3698265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3738757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3873168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.3875170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4011134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4012183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc870d56-6b64-42ef-9bc2-6748be0d7330\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4028171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc870d56-6b64-42ef-9bc2-6748be0d7330\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4031448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4068308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4201353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4204748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4353317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4354444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c51101ec-bd8e-492a-b60a-f6fd52a9d9ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4369811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c51101ec-bd8e-492a-b60a-f6fd52a9d9ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4373374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4411200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4518220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4520473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4647143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4648033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\845be468-0cbc-4966-b3de-2ce490ddb7d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4663283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\845be468-0cbc-4966-b3de-2ce490ddb7d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4667164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4690167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4809563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4811668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4942802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4944111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7eceb0a9-2e5a-4338-9024-90a15da91af8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4960327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7eceb0a9-2e5a-4338-9024-90a15da91af8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4963763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.4983842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5101311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5103391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5232156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5233617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d17dad60-e0b2-4aa8-8237-b26d7fc2e80b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5249722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d17dad60-e0b2-4aa8-8237-b26d7fc2e80b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5253544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5274714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5406499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5408755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5435771Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:22.5449591Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:22.5454630Z","@mt":"{Project} is not a VB class library","@l":"Debug","Project":"D:\\test\\CircleViewer\\CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer"} -{"@t":"2023-05-06T03:48:22.5455016Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:22.5465169Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:22.5465590Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:22.5482042Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:22.5594583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5595794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d607dd67-25eb-496f-b2d3-5a04f418bc0e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5611771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d607dd67-25eb-496f-b2d3-5a04f418bc0e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5615224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5638041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5763225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5765432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5899260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5900610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0b6c6e7-4ffd-40cb-9ffd-2a8b5e2ec39a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5915886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0b6c6e7-4ffd-40cb-9ffd-2a8b5e2ec39a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5919181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.5939715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6061161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6063250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6089423Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:22.6103233Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:22.6103825Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:22.6131408Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:22.6238916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6240104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cec71866-09d8-43f8-98dc-03f87ceb5fc9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6256568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cec71866-09d8-43f8-98dc-03f87ceb5fc9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6261711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6282852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6407353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6409664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6548913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6550247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21956150-4116-4762-bc62-92c113a3fb6e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6567512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21956150-4116-4762-bc62-92c113a3fb6e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6571416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6591835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6709448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6711654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6735987Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:22.6749055Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:22.6749552Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:22.6765798Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:22.6878778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6880207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37021749-8cd7-402a-9046-7c6de55357d7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6897983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37021749-8cd7-402a-9046-7c6de55357d7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.6901506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:22.9308655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.3349527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.3351791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4250500Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:23.4251242Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'System.Management'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:23.4265161Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'System.Management'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:23.4265690Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:23.4424966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4426232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea978098-6674-47ff-99d9-332ea6d0408d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4441515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea978098-6674-47ff-99d9-332ea6d0408d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4444847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4468488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4668902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4671075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4808533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4809523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bab717b9-12f2-4e28-95cb-a9a5cdeaf92b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4824581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bab717b9-12f2-4e28-95cb-a9a5cdeaf92b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4827952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4848126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4979002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.4981580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5126172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5127421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d4ffe9f-a42b-422c-a586-17b73da260af\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5143705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d4ffe9f-a42b-422c-a586-17b73da260af\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5147476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5167848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5298668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5300945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5430754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5431681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\254ad12f-b82e-4dae-b960-e1e2a1842e41\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5446579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\254ad12f-b82e-4dae-b960-e1e2a1842e41\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5449808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5470102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5593246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.5595311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6077191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6078284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a15e66a-4a01-4fa9-8f33-c8d95b8805b6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6094187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a15e66a-4a01-4fa9-8f33-c8d95b8805b6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6097595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6117959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6240230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6242539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6374461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6375661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\343e6a5d-08a7-4dcb-8c59-6c2cda0357b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6390756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\343e6a5d-08a7-4dcb-8c59-6c2cda0357b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6394043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6414208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6535993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6538090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6674584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6675709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6ff7891-b6ec-494b-b6f9-3f365927c322\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6691505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6ff7891-b6ec-494b-b6f9-3f365927c322\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6694817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6715092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6832367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6834839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6965698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6966574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d346fd08-d0db-4de6-9dab-eda1c010a571\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6982072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d346fd08-d0db-4de6-9dab-eda1c010a571\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.6985431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7006001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7127725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7130028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7276856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7278050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7bd2520-df8c-4a27-bd8a-843c8f77006b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7294572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7bd2520-df8c-4a27-bd8a-843c8f77006b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7298142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7318695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7441763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7444162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7573970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7574903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1bea86e6-a30e-4dab-bed2-246bac1c2a44\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7590320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1bea86e6-a30e-4dab-bed2-246bac1c2a44\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7593701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7614484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7738540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7740841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7886742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7888094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2aebb046-cc2c-44aa-917a-5a9dc4a6dc53\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7904848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2aebb046-cc2c-44aa-917a-5a9dc4a6dc53\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7908194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.7928453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8046006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8048295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8172440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8173291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5cc4964-4aa4-4bc8-9226-d808eea2251b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8192580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5cc4964-4aa4-4bc8-9226-d808eea2251b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8196363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8217181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8341036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8343063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8475557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8476707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf8e800f-1b24-46fc-92c4-a5a6268ce7e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8493336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf8e800f-1b24-46fc-92c4-a5a6268ce7e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8496891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8517876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8638372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8640508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8766809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8767681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\517b8673-c217-4ace-8201-d11b3fdccd0e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8782880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\517b8673-c217-4ace-8201-d11b3fdccd0e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8786086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8808486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8925747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.8927626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9062757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9063922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08bfbdfc-4637-4d3c-b293-169bd386402e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9079093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08bfbdfc-4637-4d3c-b293-169bd386402e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9082319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9102854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9229747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9231818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9384300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9385430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73f25150-8121-458e-bc85-3e8306503833\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9402912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73f25150-8121-458e-bc85-3e8306503833\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9406777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9432944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9554803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9556897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9681680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9682571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77fa9792-1979-49b0-87d3-4cde553aab04\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9698449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77fa9792-1979-49b0-87d3-4cde553aab04\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9701905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9722135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9843204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9845659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9971253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9972403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eae204d8-9334-4e7e-ba06-b0825bd321fb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9988165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eae204d8-9334-4e7e-ba06-b0825bd321fb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:23.9991375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0012266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0130012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0132048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0267275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0268246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca5e8293-7a50-46cc-80f6-cde3e4125a3a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0284093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca5e8293-7a50-46cc-80f6-cde3e4125a3a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0287335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0307358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0424205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0426433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0557345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0558231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d251d230-3ad2-42d2-b6fb-03b34b360457\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0574112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d251d230-3ad2-42d2-b6fb-03b34b360457\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0577517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0597363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0718812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0720858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0855264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0856493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9928f854-bcb1-4b18-af1f-1d553dd34e8d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0872299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9928f854-bcb1-4b18-af1f-1d553dd34e8d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0875489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.0895204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1010055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1012435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1140428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1141494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75660d35-1287-4c16-89a0-382adb825436\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1156625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75660d35-1287-4c16-89a0-382adb825436\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1159785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1180994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1299134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1301239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1437035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1438310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7acb4375-b66c-4014-bf4f-aa4cd588e5f2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1454063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7acb4375-b66c-4014-bf4f-aa4cd588e5f2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1457558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1477900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1603806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1606595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1747160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1748509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d455f0cf-60c3-4c12-aa92-22f433e0c246\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1763606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d455f0cf-60c3-4c12-aa92-22f433e0c246\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1766907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1788611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1908592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.1910824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.3838305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.3839420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9793df27-cfbc-459e-9ecd-fdadf8f23452\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.3855866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9793df27-cfbc-459e-9ecd-fdadf8f23452\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.3859842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.3880611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4002032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4004140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4139758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4141098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5b59b87-8fe2-46c9-be6e-edf39233d4b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4156140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5b59b87-8fe2-46c9-be6e-edf39233d4b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4159443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4180289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4299057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4301057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4439385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4440832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56e3ac09-934a-4f38-9ef3-36b068cde59b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4456593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56e3ac09-934a-4f38-9ef3-36b068cde59b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4459957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4480741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4607562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4609656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4739071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4740309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29d6e07f-2568-4edb-b499-4d00673fee12\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4756152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29d6e07f-2568-4edb-b499-4d00673fee12\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4760005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4781041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4902921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.4905013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5052782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5053845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e618aa0-78c5-476d-a915-4e7e564cbc6f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5069411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e618aa0-78c5-476d-a915-4e7e564cbc6f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5072647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5093894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5219811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5222318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5353422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5354852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\584c57ae-cdcb-4bd1-a406-a32db482b441\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5369920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\584c57ae-cdcb-4bd1-a406-a32db482b441\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5373206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5395051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5517695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5519993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5667392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5668590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f581e36-88cb-44b7-b395-7b0d5458d64d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5684380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f581e36-88cb-44b7-b395-7b0d5458d64d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5687677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5708302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5843173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5845393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5994360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.5995510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\758858ee-d43b-43e7-804c-2288f940d211\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6012852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\758858ee-d43b-43e7-804c-2288f940d211\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6016798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6037445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6160496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6162958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6298526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6299926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf41da74-868a-4875-b20e-103a8cdbaff8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6315346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf41da74-868a-4875-b20e-103a8cdbaff8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6318641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6339012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6440813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6461011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6592007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6592952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\053ef49c-71c6-48c4-8e63-8258dc966269\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6607872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\053ef49c-71c6-48c4-8e63-8258dc966269\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6611155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6631262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6731164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6733135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6881212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6882275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec9b8d7d-69ba-4104-a283-770902a2d4b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6897284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec9b8d7d-69ba-4104-a283-770902a2d4b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6900625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.6920922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7021588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7023606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7169942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7170946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72335ba3-4ba2-48ab-af3d-40c475b840ba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7187477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72335ba3-4ba2-48ab-af3d-40c475b840ba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7190817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7211211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7308802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7310493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7454806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7455761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5809d340-d13a-4c44-870f-2917184e08ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7472346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5809d340-d13a-4c44-870f-2917184e08ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7475755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7495744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7596619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7598400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7738049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7739202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd5ee6df-2c1d-4ca8-8caf-3daa4453eb8c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7754377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd5ee6df-2c1d-4ca8-8caf-3daa4453eb8c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7757711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7780623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7884522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.7886491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8051029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8052339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7386ff4-6b22-4792-919e-5cbc5bc6889a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8068378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7386ff4-6b22-4792-919e-5cbc5bc6889a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8071882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8094355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8199367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8201496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8343501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8344933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c58f8818-3b49-43c9-ad1f-652d21cd7007\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8360889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c58f8818-3b49-43c9-ad1f-652d21cd7007\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8364169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8399918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8502501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8504378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8645303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8646796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f3b2db2-d4a1-43fb-9e9a-63b4e15cdedd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8662516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f3b2db2-d4a1-43fb-9e9a-63b4e15cdedd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8666133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8696480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8803729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8805745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8945532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8947056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a9cb44d-29b4-4c78-baa3-ee9be22e9796\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8963898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a9cb44d-29b4-4c78-baa3-ee9be22e9796\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8967144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.8996452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9102360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9104359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9235289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9236305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1200bacf-df38-48d0-a35f-626949d06b54\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9251500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1200bacf-df38-48d0-a35f-626949d06b54\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9254694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9283797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9389587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9391608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9525888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9526968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\315db11b-1ef7-47fe-83dd-142288484194\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9542981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\315db11b-1ef7-47fe-83dd-142288484194\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9546187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9566827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9679758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9682021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9808679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9809803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b84d9b3-fe29-4fc3-8f07-f8f2a6a8079b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9825071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b84d9b3-fe29-4fc3-8f07-f8f2a6a8079b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9828314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9849731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9963286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:24.9965242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0091057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0092084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c2e6b04e-d767-4d40-a4d6-f05d335d91c2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0109186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c2e6b04e-d767-4d40-a4d6-f05d335d91c2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0112434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0133715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0247858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0250482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0391904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0393467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8317900-9502-4cb2-924f-341308eeb874\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0409865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8317900-9502-4cb2-924f-341308eeb874\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0414521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0436421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0548842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0550902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0678403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0679242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a5f438b-beef-45a2-83a2-f465610f0673\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0695137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a5f438b-beef-45a2-83a2-f465610f0673\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0698922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0719937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0828890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0830695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0962011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0962894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\acc060be-601d-47ec-a7b0-0ed2c0907eaa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0977564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\acc060be-601d-47ec-a7b0-0ed2c0907eaa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.0980690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1000638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1110261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1112312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1237014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1238106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52c92a2b-4965-4a92-901f-c2c2e45319de\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1253382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52c92a2b-4965-4a92-901f-c2c2e45319de\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1256485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1277010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1387796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1390001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1526884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1528344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46fa4603-104e-41e1-9947-1a8f8173a1b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1543091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46fa4603-104e-41e1-9947-1a8f8173a1b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1546115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1565898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1678592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1680906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1811081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1812465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ef96a0f-6d67-4c9f-a734-e8ccf8f54347\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1827019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ef96a0f-6d67-4c9f-a734-e8ccf8f54347\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1830264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1858855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1974610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.1976551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2109065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2110174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b71b46b-1516-4f7e-9d45-2f823c6709e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2133373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b71b46b-1516-4f7e-9d45-2f823c6709e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2137026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2158107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2270553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2272989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2404942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2406101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83068fc7-0d90-47a5-bdec-399e3bf6181e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2422458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83068fc7-0d90-47a5-bdec-399e3bf6181e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2426834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2448203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2564924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2567388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2708183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2709922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85f0f212-2611-473d-bb94-f943563d6184\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2724923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85f0f212-2611-473d-bb94-f943563d6184\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2728168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2751140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2870377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.2872744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3004260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3005109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\127e4526-83bd-4d3f-8e9d-e5b81061c9c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3022503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\127e4526-83bd-4d3f-8e9d-e5b81061c9c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3026114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3048386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3156894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3158666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3288953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3289869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f8afbf0-c53f-49f7-996f-67b97dd1c580\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3305295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f8afbf0-c53f-49f7-996f-67b97dd1c580\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3308497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3328898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3454375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3456480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3583208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3584355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\760c0d7f-eb95-4b69-8607-5fed6bfcef21\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3600503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\760c0d7f-eb95-4b69-8607-5fed6bfcef21\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3603800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3623305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3742021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3744433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3881013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3882546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e02aeda1-1524-4b67-a136-cbc698886847\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3898936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e02aeda1-1524-4b67-a136-cbc698886847\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3902303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.3922992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4036496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4038535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4171915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4173400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd2eed58-3795-4b62-be0e-6a74e7f88df1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4190601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd2eed58-3795-4b62-be0e-6a74e7f88df1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4194190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4214867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4338873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4341001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4412106Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'System.Management'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:25.4428483Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"System.Management, Version=7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:48:25.4445083Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"System.Management, Version=7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:48:25.4460531Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'System.Management'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:25.4611509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4612901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94de1dc1-dae4-4132-9f0c-725fca466b19\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4630234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94de1dc1-dae4-4132-9f0c-725fca466b19\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4634257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4655451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4788462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4791419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4924870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4926376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4cc4302-bbac-4cc9-bbbf-5f7b8f8edc2c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4942636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4cc4302-bbac-4cc9-bbbf-5f7b8f8edc2c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4945882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.4966490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5094399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5096704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5229708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5231016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e264021f-460e-417d-b64c-d5380815f32a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5247124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e264021f-460e-417d-b64c-d5380815f32a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5250350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5271884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5393160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5395598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5526117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5527442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a8b188f-220c-47e5-bc82-2b4a0c2a6099\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5543622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a8b188f-220c-47e5-bc82-2b4a0c2a6099\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5546986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5567501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5690370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5692623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5823827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5825061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\117adaed-1816-4683-94a1-522c1d34a210\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5845173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\117adaed-1816-4683-94a1-522c1d34a210\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5848749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5869363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5989289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.5991429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6116738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6117733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a72142ec-aa9e-426b-94e6-4b692759c1ce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6132940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a72142ec-aa9e-426b-94e6-4b692759c1ce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6136174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6168059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6285009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6287152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6418493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6419726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cfd1f22-801b-4729-8902-27e18ec9e479\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6435138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cfd1f22-801b-4729-8902-27e18ec9e479\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6438329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6467614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6588133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6590531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6723998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6725297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fbd9c94-4f86-4140-aff5-530f4e709899\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6742536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fbd9c94-4f86-4140-aff5-530f4e709899\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6746218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6769698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6895335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6897848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.6926043Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'System.Management'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:25.6940561Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'System.Management'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:25.6941043Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:25.7098622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7100124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc4ccc71-8b7e-4135-ab3c-b2faf8c8871f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7115853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc4ccc71-8b7e-4135-ab3c-b2faf8c8871f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7119021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7138140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7258338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7260509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7387899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7389399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\563847a1-519a-48b1-a2c3-8e33e7cad6af\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7405903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\563847a1-519a-48b1-a2c3-8e33e7cad6af\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7409186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7430677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7552914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7555136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7683792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7684764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e955f0a5-8393-464d-9963-71a82b821272\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7702022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e955f0a5-8393-464d-9963-71a82b821272\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7705372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7726567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7841263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7844742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7972363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7973411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ccdf063-f0e5-47b6-9c0b-d42c27a50e07\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7989616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ccdf063-f0e5-47b6-9c0b-d42c27a50e07\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.7992904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8016566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8137261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8139450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8661289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8662610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59aaace4-84f7-417b-a01f-90bb635ea1e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8678224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59aaace4-84f7-417b-a01f-90bb635ea1e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8681578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8702682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8826372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8828497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8962607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8963735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67ba1148-7bca-42be-a25a-4a97b8041ba8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8980222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67ba1148-7bca-42be-a25a-4a97b8041ba8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.8983955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9004962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9130929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9133001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9268869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9270358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41eed630-702c-4190-a5f6-41c358e64c5d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9286007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41eed630-702c-4190-a5f6-41c358e64c5d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9289102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9309367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9431143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9433296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9563214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9564641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70ed2f98-d736-4e4c-8c88-bb3563196b98\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9581375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70ed2f98-d736-4e4c-8c88-bb3563196b98\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9584913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9605980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9726929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9729188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9866914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9868191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\123e309f-d65a-493a-8b3d-73313fa855b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9884877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\123e309f-d65a-493a-8b3d-73313fa855b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9888131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:25.9909605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0025583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0027918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0148071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0148837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efe0d417-7a7b-437d-a1a8-4c0629777c38\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0164472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efe0d417-7a7b-437d-a1a8-4c0629777c38\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0169548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0191584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0309268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0311636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0445935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0447097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a08b985-c576-42c5-a30a-8328cf09c219\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0463299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a08b985-c576-42c5-a30a-8328cf09c219\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0466471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0487877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0603188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0605366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0731814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0732790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7aa65d55-0155-4e3f-b335-c92106cfccd7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0749167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7aa65d55-0155-4e3f-b335-c92106cfccd7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0752336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0772915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0890529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.0892648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1030629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1031919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65f5836e-a4c0-4d7b-aa8c-3a41ef803ea4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1047667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65f5836e-a4c0-4d7b-aa8c-3a41ef803ea4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1050914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1072236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1195421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1198051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1332862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1334174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\984df564-1ab6-423a-999b-88dd4f9c7502\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1351181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\984df564-1ab6-423a-999b-88dd4f9c7502\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1354994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1375401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1494401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1496358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1638709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1639643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a22dba3f-4d9a-4397-b1cc-321969392573\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1656529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a22dba3f-4d9a-4397-b1cc-321969392573\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1659878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1681873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1801511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1804323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1945560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1947039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b68f094-2eef-47b6-80cf-86b6078a1a87\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1963428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b68f094-2eef-47b6-80cf-86b6078a1a87\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1966677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.1986590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2109873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2112260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2252220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2253436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6aa410ef-060b-4531-8b32-1f7f84b1dadf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2269233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6aa410ef-060b-4531-8b32-1f7f84b1dadf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2272697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2292849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2414119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2416240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2545598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2547096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a70b7aa3-b01b-4816-b39c-9c46040fca8b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2562767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a70b7aa3-b01b-4816-b39c-9c46040fca8b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2565870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2586326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2712881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2715271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2854772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2856111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10a53209-f12b-4a4e-9620-22e978568075\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2871490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10a53209-f12b-4a4e-9620-22e978568075\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2875012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.2896125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3017716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3019937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3151602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3153034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a5a10b7-03a3-4b25-9ced-af6f2a3eea2d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3169175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a5a10b7-03a3-4b25-9ced-af6f2a3eea2d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3173083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3194645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3319062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3321719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3460748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3462370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac3e377f-c928-4f14-b8c2-5959a53050b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3479476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac3e377f-c928-4f14-b8c2-5959a53050b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3482765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3504140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3627291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3629533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3757332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3758870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e0344da-e4d0-4240-85dc-e980af3a2e4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3774389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e0344da-e4d0-4240-85dc-e980af3a2e4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3777594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3797848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3941284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.3943473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4078899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4079905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db159a47-3ac3-4404-8564-02f4d257d1df\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4095533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db159a47-3ac3-4404-8564-02f4d257d1df\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4099207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4118826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4236326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4238605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4367949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4368955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0d295f9-d4c3-4881-8310-dcdf2299618b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4385023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0d295f9-d4c3-4881-8310-dcdf2299618b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4388422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4409273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4513117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.4516428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6552759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6553990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a60de46-a0ac-4927-b334-adb65227b697\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6569147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a60de46-a0ac-4927-b334-adb65227b697\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6572692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6593183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6695535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6716275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6847518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6848558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30394b53-d713-44c4-9263-2d667d516bcf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6865578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30394b53-d713-44c4-9263-2d667d516bcf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6868985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6891033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.6999165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7001437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7160018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7161213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d61c9af1-fd06-498c-aa8c-4724c8a60be3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7177340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d61c9af1-fd06-498c-aa8c-4724c8a60be3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7180783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7201872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7306976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7308949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7455148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7456501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cae9a6d0-20bf-4866-b8f1-c3ca3107da9f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7472418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cae9a6d0-20bf-4866-b8f1-c3ca3107da9f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7475718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7496388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7599869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7601862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7773517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7775028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b53899d-5a05-45c5-a843-6c5f50327c6f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7791404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b53899d-5a05-45c5-a843-6c5f50327c6f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7794922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7816548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7928876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.7930788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8081829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8083191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\51910ab1-e8a3-43ce-9780-caee31523229\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8099112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\51910ab1-e8a3-43ce-9780-caee31523229\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8102681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8123929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8230175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8232138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8399179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8400647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbb22d90-5304-446e-ab24-dbbf2fcc1cdb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8416352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbb22d90-5304-446e-ab24-dbbf2fcc1cdb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8419721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8440027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8540418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8542327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8689179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8690387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b434756-a3a8-4447-8731-4ee1c56b32fd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8707357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b434756-a3a8-4447-8731-4ee1c56b32fd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8710776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8731437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8834470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8836318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8967230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8968243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50bf87c7-5506-4dee-88ac-770f1717da1a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8983713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50bf87c7-5506-4dee-88ac-770f1717da1a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.8988965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9026937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9124565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9126332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9257577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9259022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ff66475-6399-4cf8-9dc3-4e3aed703a95\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9274398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ff66475-6399-4cf8-9dc3-4e3aed703a95\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9277641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9315194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9415935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9417718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9556144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9557497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43cabea8-e2ff-4622-8617-b9dae07b54e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9573039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43cabea8-e2ff-4622-8617-b9dae07b54e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9576461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9616093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9720539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9722537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9853731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9855004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e26a1b1-935c-48a7-ab46-719563ea5cf2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9870592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e26a1b1-935c-48a7-ab46-719563ea5cf2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9873896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:26.9894457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0019121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0021959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0156477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0157390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b333df86-2b9b-4340-b384-844fe032c2c2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0172579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b333df86-2b9b-4340-b384-844fe032c2c2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0175901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0196937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0308386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0310235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0435198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0436434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\129595fa-061b-482a-a526-43c584c61e99\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0452004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\129595fa-061b-482a-a526-43c584c61e99\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0455562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0476237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0595402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0597283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0731644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0732738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\045aa7bd-26af-439e-b6cd-980be5c3c38f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0748383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\045aa7bd-26af-439e-b6cd-980be5c3c38f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0751528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0771443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0889201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.0891306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1022626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1023769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0fc03ca6-6bc8-4c28-8078-a0df71fd3b97\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1039288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0fc03ca6-6bc8-4c28-8078-a0df71fd3b97\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1042323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1061987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1179719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1181556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1322348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1323373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de8c4b8e-f894-4f9a-8ca0-e9047ce6306c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1340044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de8c4b8e-f894-4f9a-8ca0-e9047ce6306c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1343487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1364215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1482744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1484719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1614406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1615297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09d12b02-201b-49ca-a73b-66ed2d862ac7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1632976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09d12b02-201b-49ca-a73b-66ed2d862ac7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1636399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1655355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1764791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1766679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1902936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1904037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\693bb277-6454-41a5-965b-7992d33b6ef9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1920247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\693bb277-6454-41a5-965b-7992d33b6ef9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1923447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.1944930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2060433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2063464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2205299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2206700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7ce617a-fa45-4adf-9008-dd51ed0b66ec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2222145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7ce617a-fa45-4adf-9008-dd51ed0b66ec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2225390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2248809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2365603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2367733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2496332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2497149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53057572-c38e-4022-b102-34d0c641d1dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2512395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53057572-c38e-4022-b102-34d0c641d1dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2515703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2536287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2650676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2652713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2782525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2785495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ad06fcd-2414-4af4-8b88-19bb50592f79\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2801034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ad06fcd-2414-4af4-8b88-19bb50592f79\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2804218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2824797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2942422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.2944346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3073463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3074401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\633eaa0a-e661-48a2-acee-8e1825fdb347\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3089929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\633eaa0a-e661-48a2-acee-8e1825fdb347\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3093124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3113592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3235652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3237738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3368051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3368974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb144e31-89f8-402a-80d0-ed9402e47329\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3383790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb144e31-89f8-402a-80d0-ed9402e47329\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3386891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3407000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3527618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3529754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3660691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3661817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d2b4fa3a-be87-46c4-922b-fc33ddb91160\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3676597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d2b4fa3a-be87-46c4-922b-fc33ddb91160\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3679884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3701069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3819394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3821268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3947825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3948659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85e06060-be49-462a-8377-b2e317cc36c0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3964336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85e06060-be49-462a-8377-b2e317cc36c0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3967634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.3987821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4111557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4113759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4251424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4252588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\396226cd-0972-4688-b47e-2f68830fe3e5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4269419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\396226cd-0972-4688-b47e-2f68830fe3e5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4272765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4293988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4413916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4415997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4542457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4543544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66993411-6ee4-41da-a41b-7c7de41503df\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4564815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66993411-6ee4-41da-a41b-7c7de41503df\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4568777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4588702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4707256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4709242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4844781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4845651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37adf0fc-3b5f-49c7-990c-7df1e7dd3cfb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4861765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37adf0fc-3b5f-49c7-990c-7df1e7dd3cfb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4867287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.4887372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5001116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5003095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5129416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5130533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b23bb80-6819-4a2a-8197-7b5e7ce3ada8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5146202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b23bb80-6819-4a2a-8197-7b5e7ce3ada8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5149531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5169538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5286693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5288624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5418706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5419885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d18c8452-a34b-44a5-974a-02d334fc53ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5435163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d18c8452-a34b-44a5-974a-02d334fc53ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5438311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5458616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5576522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5578412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5706731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5707620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ea910c3-e981-4784-bf66-ce16e10a3326\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5723592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ea910c3-e981-4784-bf66-ce16e10a3326\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5726956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5748444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5863383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.5865294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6005488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6007029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9674be1f-c3ed-4267-a39d-6ea467dbd842\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6023004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9674be1f-c3ed-4267-a39d-6ea467dbd842\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6026150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6046564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6161661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6163518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6292862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6294170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1a3ac299-800b-4473-858c-b7da21e50926\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6310153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1a3ac299-800b-4473-858c-b7da21e50926\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6313509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6335238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6458121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6460813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6598882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6600174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9711c4da-d988-4a1d-91c9-73b282b67834\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6615639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9711c4da-d988-4a1d-91c9-73b282b67834\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6618958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6638137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6757123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6759104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6888870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6890064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c89d6bb-9ae3-4485-acdc-034155da3932\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6906310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c89d6bb-9ae3-4485-acdc-034155da3932\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6909811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.6928707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.7043257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:27.7045107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:34.6649585Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'System.Management'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:34.6680348Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"System.Management, Version=7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:48:34.6696632Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"System.Management, Version=7.0.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:48:34.6713541Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'System.Management'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:34.6729704Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:34.6745056Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2023-05-06T03:48:35.9958707Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: D:\\test\\CircleViewer\\CircleViewer.csproj: (0, 0): You are running the 'restore' operation with an 'HTTP' source, 'http://nuget.syncfusion.com/nuget_xamarin/nuget/getsyncfusionpackages/xamarin'. Non-HTTPS access will be removed in a future version. Consider migrating to an 'HTTPS' source.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:48:35.9959770Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: D:\\test\\CircleViewer\\CircleViewer.csproj: (0, 0): Package 'RestSharp 105.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net7.0-windows7.0'. This package may not be fully compatible with your project.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:48:35.9960109Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.Common.CurrentVersion.targets: (2977, 5): The task \"ResolveComReference\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:48:35.9960550Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\test\\CircleViewer\\CircleViewer.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.203\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2023-05-06T03:48:36.1502860Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:36.1517688Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:36.1537338Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2023-05-06T03:48:43.0072923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.0074234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44dfd296-1676-43c7-a9cb-75e1159b574e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.0093574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44dfd296-1676-43c7-a9cb-75e1159b574e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.0097880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.2619589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.6670288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.6672868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7163395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7165166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f79448bd-b3c2-4b0b-a3d3-b630eb148f74\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7182100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f79448bd-b3c2-4b0b-a3d3-b630eb148f74\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7185837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7196109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7395172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7397548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7533892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7534848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1a15ecde-9f50-42d8-8a85-c15022306a87\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7550991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1a15ecde-9f50-42d8-8a85-c15022306a87\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7554230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7564526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7682778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7684874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7812301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7813114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b9d3f76-9165-4815-8a2c-31aa7fe7cc51\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7830232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b9d3f76-9165-4815-8a2c-31aa7fe7cc51\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7833655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7843144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7955946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.7957761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8090515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8091403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92d8290e-0da7-4dba-8733-d4832191c5b0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8106662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92d8290e-0da7-4dba-8733-d4832191c5b0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8110035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8119460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8232580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8234620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8363148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8364393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f1a6cf68-26d0-4e62-93f0-a88eff8de7ba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8381048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f1a6cf68-26d0-4e62-93f0-a88eff8de7ba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8384466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8394339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8509257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8511118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8648080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8649404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f6b5046-9072-4d9e-bef1-5fc5f83b5ec6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8666078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f6b5046-9072-4d9e-bef1-5fc5f83b5ec6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8669586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8680173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8803452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8806337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8938972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8940714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1dff2254-91ac-437e-b89b-06ce60c9fd95\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8957092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1dff2254-91ac-437e-b89b-06ce60c9fd95\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8960501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.8970404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9069984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9071956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9221524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9222873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4226d128-10bc-43cd-b385-f1f9618012fb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9238082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4226d128-10bc-43cd-b385-f1f9618012fb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9242973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9252377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9347667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9349267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9496430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9497618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cba89fd3-1cde-4377-90e1-5d98cad3d70f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9512940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cba89fd3-1cde-4377-90e1-5d98cad3d70f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9516210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9528062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9623910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9625603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9777805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9778913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a6a69888-6c43-4655-a8b9-79472036c7ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9795243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a6a69888-6c43-4655-a8b9-79472036c7ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9798596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9808878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9907282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:43.9909022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0038738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0039911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34f491c8-5990-46a5-91fa-ca5d7cdfe32b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0055512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34f491c8-5990-46a5-91fa-ca5d7cdfe32b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0059074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0085367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0186926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0188767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0214677Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add template files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:44.0400869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0402217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff924c2c-dbc6-48e5-94f3-0872b51ca07d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0419896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff924c2c-dbc6-48e5-94f3-0872b51ca07d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0423371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0433849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0546963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0549056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0677999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0679089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd3a17d0-6597-436f-8e0c-0f3b0a0f529a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0695525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd3a17d0-6597-436f-8e0c-0f3b0a0f529a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0698969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0709092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0823786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0826393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.0874447Z","@mt":"{FilesNeededCount} expected template items needed","FilesNeededCount":0,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2023-05-06T03:48:44.0890699Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add template files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:44.1030703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1032250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fce4f6af-1e71-421d-b7b7-2aa5c32ee1dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1051315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fce4f6af-1e71-421d-b7b7-2aa5c32ee1dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1055164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1067255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1176714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1178605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1309467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1310405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d470602-6e49-4af8-a4c3-d042ad2c9bda\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1326744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d470602-6e49-4af8-a4c3-d042ad2c9bda\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1329950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1340016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1453481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1455795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1479637Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update WCF service to CoreWCF (Preview)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:44.1782042Z","@mt":"Did not find .config file that configures system.serviceModel. The project is not applicable for automated WCF update. No more work needs to be done and this step is complete.","@l":"Warning","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater.WCFUpdateStep"} -{"@t":"2023-05-06T03:48:44.1800128Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update WCF service to CoreWCF (Preview)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:44.1917802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1919454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90d150f0-370f-43f0-bd62-e622cd807cd9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1935348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90d150f0-370f-43f0-bd62-e622cd807cd9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1938728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.1958386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2058218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2060303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2189623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2190727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85d3f14b-c07e-4b96-beb7-9cbd555d3d5c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2207070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85d3f14b-c07e-4b96-beb7-9cbd555d3d5c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2210373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2220175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2327806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2329608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2354637Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:44.2499079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2500513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba0343e5-a184-4467-9675-1e05ddea100c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2516718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba0343e5-a184-4467-9675-1e05ddea100c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2520264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2530422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2645313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2647549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2777584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2779035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\776fd858-9403-4c49-8fc6-e89b70e41003\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2794952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\776fd858-9403-4c49-8fc6-e89b70e41003\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2798454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2808900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2922414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.2924662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3066135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3067288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48bdaa7d-70b3-4a0e-a040-a8b46405977f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3085278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48bdaa7d-70b3-4a0e-a040-a8b46405977f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3089066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3099323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3211456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3213805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3343427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3344338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83855267-2f5c-488f-ba70-49301d5140c8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3360111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83855267-2f5c-488f-ba70-49301d5140c8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3363320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3373340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3484338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3486183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3618155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3619065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\629540e4-7487-49fc-8e1b-63216fb18fae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3635399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\629540e4-7487-49fc-8e1b-63216fb18fae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3638704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3648690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3759770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3761613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3890312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3891984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76d987f7-8c3f-42e0-ace8-48100bd22359\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3908520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76d987f7-8c3f-42e0-ace8-48100bd22359\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3912114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.3922930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4036842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4039030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4173642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4174493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a6b2047a-cee2-41bc-b053-10fe12381333\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4190159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a6b2047a-cee2-41bc-b053-10fe12381333\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4193687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4204022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4313404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4315439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4440333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4441484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\439f3744-e99f-4fd9-9dee-2189aed054f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4456708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\439f3744-e99f-4fd9-9dee-2189aed054f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4459965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4470924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4586961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4589184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4723755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4724870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\022e97f6-966e-4aa8-89b1-58aba2ffea2f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4740436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\022e97f6-966e-4aa8-89b1-58aba2ffea2f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4743632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4753385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4864273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4866200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4992832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.4993949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8513e15-9a16-4be3-87e3-a37681b19ca2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5010046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8513e15-9a16-4be3-87e3-a37681b19ca2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5013279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5022931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5143506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5145826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5288007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5289145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42f91bcd-27d6-4029-9efd-28a733de2a73\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5306212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42f91bcd-27d6-4029-9efd-28a733de2a73\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5309558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5319537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5438256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5440198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5570127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5571364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d09e9d0-236d-406e-bd15-259ab8a7d497\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5587369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d09e9d0-236d-406e-bd15-259ab8a7d497\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5590656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5600845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5722681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5724862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5858079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5858927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f942e23-9b4b-4d24-bff5-308d2d411087\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5874337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f942e23-9b4b-4d24-bff5-308d2d411087\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5877776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.5888079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6001158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6003148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6128671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6129539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff4bf0d7-839d-4626-b2c3-063d734cf897\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6145459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff4bf0d7-839d-4626-b2c3-063d734cf897\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6148994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6159259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6273013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6274873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6437263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6438830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82483406-63ae-4fc7-a57c-60a851ac183e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6455000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82483406-63ae-4fc7-a57c-60a851ac183e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6458565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6469780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6588601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6591983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6715574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6716392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b5adfbe-270c-4782-9915-e4772f871091\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6731727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b5adfbe-270c-4782-9915-e4772f871091\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6734885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6744276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6857927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6859831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.6892784Z","@mt":"Default font in Windows Forms has been changed from Microsoft Sans Serif to Segoe UI, in order to change the default font use the API - Application.SetDefaultFont(Font font). For more details see here - https://devblogs.microsoft.com/dotnet/whats-new-in-windows-forms-in-net-6-0-preview-5/#application-wide-default-font.","@l":"Warning","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater"} -{"@t":"2023-05-06T03:48:44.7035175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7036237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70669e28-b509-4152-b6d5-d70ddbf3ff90\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7053135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70669e28-b509-4152-b6d5-d70ddbf3ff90\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7056446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7066394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7183569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7185927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7319357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7320534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48cedd4b-0556-4c17-b767-137b911a9ac4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7337072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48cedd4b-0556-4c17-b767-137b911a9ac4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7340709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7351242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7475384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7477900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7522715Z","@mt":"HighDpiMode needs to set in Main() instead of app.config or app.manifest - Application.SetHighDpiMode(HighDpiMode.). It is recommended to use SystemAware as the HighDpiMode option for better results.","@l":"Warning","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDpiSettingUpdater"} -{"@t":"2023-05-06T03:48:44.7570505Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:44.7682290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7683334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb85083b-5919-4258-a5c6-9d8f88d1b418\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7703612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb85083b-5919-4258-a5c6-9d8f88d1b418\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7707530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7718870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7816743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7818481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7969709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7971504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb17966b-831f-4a45-a365-837133ea68e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7988073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb17966b-831f-4a45-a365-837133ea68e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.7991299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8001845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8098714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8100819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8146421Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:44.8324527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8325626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d2ce6b1-8af8-4232-939e-d4b1f94792db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8342933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d2ce6b1-8af8-4232-939e-d4b1f94792db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8346701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8356910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8457556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8459303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8612144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8613153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba41e4af-6464-452d-bed2-be296ec3665d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8632158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba41e4af-6464-452d-bed2-be296ec3665d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8637253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8647462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8754909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8757003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8898188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8899479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65b167a5-bf83-48d0-81d9-3b33ee0282a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8915543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65b167a5-bf83-48d0-81d9-3b33ee0282a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8918748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.8946943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9043707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9045703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9175955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9177016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\828b1b75-ab6f-41b3-9945-88542e0d71e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9193715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\828b1b75-ab6f-41b3-9945-88542e0d71e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9196865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9207560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9315670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9317481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9861147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9862405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\987ab68d-292f-4639-bcf0-3a8997d39995\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9880274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\987ab68d-292f-4639-bcf0-3a8997d39995\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9884296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:44.9894643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0004221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0006226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0137711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0138924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\effaf230-1080-470e-bdee-643df523c505\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0155985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\effaf230-1080-470e-bdee-643df523c505\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0159335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0171778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0280023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0282035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0422108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0423127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd6eea39-6702-4324-b71f-078190054d90\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0439676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd6eea39-6702-4324-b71f-078190054d90\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0442939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0453056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0565366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0567833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0700667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0701614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48f6eec9-1d04-4ab1-a1c0-74578a7560d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0718282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48f6eec9-1d04-4ab1-a1c0-74578a7560d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0721495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0732491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0842855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0844757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0988435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.0989337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\881a0115-6846-418e-b6fb-0e9bcf6e5d17\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1005625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\881a0115-6846-418e-b6fb-0e9bcf6e5d17\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1008758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1018263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1130428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1132864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1274856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1276365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b654c387-3048-4d59-8fbd-546789eb9a09\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1293191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b654c387-3048-4d59-8fbd-546789eb9a09\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1296706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1306622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1419455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1421688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1569313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1570921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b284524d-295e-41c3-b600-bb561c1490fe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1587750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b284524d-295e-41c3-b600-bb561c1490fe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1591136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1601854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1725458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1728358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1870215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1871448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8660b97e-4078-442a-bd8f-cbee86d1fa89\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1888621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8660b97e-4078-442a-bd8f-cbee86d1fa89\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1892494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.1903078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2010942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2012835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2160571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2161751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bdea1590-9ead-4cdc-8bff-51cd2b5fe96d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2179897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bdea1590-9ead-4cdc-8bff-51cd2b5fe96d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2183377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2193364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2304978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2307194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2440615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2442099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81aec0c6-e170-43ed-9055-9679e86e1158\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2458813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81aec0c6-e170-43ed-9055-9679e86e1158\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2462036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2471758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2583934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2585969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2730544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2731565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10e3f58f-9bdd-4309-ae9f-6920012bc754\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2748082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10e3f58f-9bdd-4309-ae9f-6920012bc754\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2751436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2762022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2876756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.2879146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3017287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3018145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\809a59cd-bbff-4f01-a744-24a263159e46\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3035205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\809a59cd-bbff-4f01-a744-24a263159e46\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3038697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3048750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3161735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3163819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3302823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3303965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b49d760-7790-49a1-86bc-0e49b2d22a27\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3319766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b49d760-7790-49a1-86bc-0e49b2d22a27\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3323077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3332655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3449330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3451324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3584786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3585908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90c5bf54-2e23-4666-8ecf-b8b6b7a80193\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3602868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90c5bf54-2e23-4666-8ecf-b8b6b7a80193\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3606411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3616089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3728527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3730782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3872581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3874101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32441f8b-c001-4922-8f1e-57d62000b72d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3896111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32441f8b-c001-4922-8f1e-57d62000b72d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3901083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.3912662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4035606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4038105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4172267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4175028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0acf55be-d23d-491a-b8e5-aca70b8327cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4192727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0acf55be-d23d-491a-b8e5-aca70b8327cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4196149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4206431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4318606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4320424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4457346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4458259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6674db1a-df4c-4ecf-86f6-e0abed184b04\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4474547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6674db1a-df4c-4ecf-86f6-e0abed184b04\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4477743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4487370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4604226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4606285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4737330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4738470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e429ba4-0459-428f-b0d8-2c2290b21d2a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4754669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e429ba4-0459-428f-b0d8-2c2290b21d2a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4758111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4767923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4880123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.4882200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5020123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5020988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18146545-ca75-4fa4-8112-729591df1f6d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5038479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18146545-ca75-4fa4-8112-729591df1f6d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5041962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5051584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5148178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5165683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5297312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5298445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d5f9526-aeac-4744-8d15-b281817076df\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5314464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d5f9526-aeac-4744-8d15-b281817076df\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5317675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5327242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5424618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.5426307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7449642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7451432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1a6bb9fc-defa-4644-8685-930c6d37b53b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7467936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1a6bb9fc-defa-4644-8685-930c6d37b53b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7471425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7481758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7581948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7584006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7735168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7736333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb08fb90-0954-4f90-94bb-d4aef1b17e85\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7754868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb08fb90-0954-4f90-94bb-d4aef1b17e85\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7758396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7768384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7866371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.7868286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8004257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8005504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b82e098-84cc-407a-a19c-3b3ea0fd98b6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8035339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b82e098-84cc-407a-a19c-3b3ea0fd98b6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8039085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8049323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8149786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8152257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8300188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8301559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb821a6e-e36e-478e-9e53-d91908cdda9f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8318400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb821a6e-e36e-478e-9e53-d91908cdda9f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8321798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8332570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8452676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8455136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8606730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8608008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3887652d-24c9-415f-b2b8-e18d27ae3136\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8623716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3887652d-24c9-415f-b2b8-e18d27ae3136\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8627146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8638092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8758957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8761483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8894124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8895741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b885b920-89a0-409e-8a89-207f8beefc68\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8911204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b885b920-89a0-409e-8a89-207f8beefc68\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8914457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.8925024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9080880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9083225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9223879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9225264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\729ed538-e546-41cd-b428-bba331100b07\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9240762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\729ed538-e546-41cd-b428-bba331100b07\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9244020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9254718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9366989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9369678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9497785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9498976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ee66431-d98d-40ac-b8d2-2c7e6bb7672d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9514505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ee66431-d98d-40ac-b8d2-2c7e6bb7672d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9517832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9528694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9645352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9647906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9786847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9788097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d130692b-a9c6-44b4-bc31-50e2cd68dae7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9803752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d130692b-a9c6-44b4-bc31-50e2cd68dae7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9807387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9818000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9936274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:45.9938697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0067759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0068699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\988f1b94-f68e-407b-b926-b7d1a0e4d4ee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0084082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\988f1b94-f68e-407b-b926-b7d1a0e4d4ee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0087398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0097877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0213561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0215798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0354410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0355850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae87953b-33c2-4305-af78-c45cb3aa9d95\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0373117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae87953b-33c2-4305-af78-c45cb3aa9d95\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0378965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0389763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0506248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0508879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0639283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0640805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3460b3e2-b0c7-4e92-89b8-8e6a62fc395e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0657245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3460b3e2-b0c7-4e92-89b8-8e6a62fc395e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0660516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0670813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0789441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0791998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0928290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0929551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d26dc750-e535-4c2d-8717-42b3cd92aeda\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0944957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d26dc750-e535-4c2d-8717-42b3cd92aeda\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0948303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.0958793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1075394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1077745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1207224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1208191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3baa4078-c371-4fa3-aab2-399dc735bcff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1223487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3baa4078-c371-4fa3-aab2-399dc735bcff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1226954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1237039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1350802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1353069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1489309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1490344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86e1ec8c-5bef-4687-a574-0db5fe7e6b12\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1505381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86e1ec8c-5bef-4687-a574-0db5fe7e6b12\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1508579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1518873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1638821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1641306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1770075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1771660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93272cf3-4e1e-42c8-b9bf-a86bfebe9f75\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1788224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93272cf3-4e1e-42c8-b9bf-a86bfebe9f75\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1791558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1802343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1921269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.1923597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2064490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2066103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7e2d88c7-c28d-494e-b715-58a2efeefa4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2083541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7e2d88c7-c28d-494e-b715-58a2efeefa4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2087181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2097284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2214689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2217076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2348940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2349974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38d69d5f-7de9-4f29-930b-e0d22e4535fa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2365455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38d69d5f-7de9-4f29-930b-e0d22e4535fa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2369064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2379703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2593144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2596918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2741769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2742820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d5ba2e6-d9fd-41e0-aed9-7d450d60e764\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2758511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d5ba2e6-d9fd-41e0-aed9-7d450d60e764\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2761737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2772055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2889805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.2892505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3020095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3021288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff3cc70a-1d6c-4324-9b39-56cbbb198f7c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3036760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff3cc70a-1d6c-4324-9b39-56cbbb198f7c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3040082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3050464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3172660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3174875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3305261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3307326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d947633-2c67-4bff-9b6c-e687a7110551\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3323860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d947633-2c67-4bff-9b6c-e687a7110551\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3327473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3337417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3452769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3454986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3580633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3581564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47dc3115-4cae-4009-9ae4-8d64eaff981a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3597241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47dc3115-4cae-4009-9ae4-8d64eaff981a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3600594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3611095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3730049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3732501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3866902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3867947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13704cda-7b8d-4ab3-9e7e-b2940ef9a80a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3883661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13704cda-7b8d-4ab3-9e7e-b2940ef9a80a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3886929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.3897622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4019195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4022164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4147410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4148367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01a1cbf1-b5ed-40f9-b1c2-182b41ec37bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4165654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01a1cbf1-b5ed-40f9-b1c2-182b41ec37bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4168918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4179498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4283428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4285448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4434768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4435959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b39ad537-52c6-4127-bd9e-febcc646704b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4452191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b39ad537-52c6-4127-bd9e-febcc646704b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4455508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4466459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4573438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4575724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4729955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4731223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\04992a02-7356-40d5-a5ed-bbb48075175d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4748833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\04992a02-7356-40d5-a5ed-bbb48075175d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4752249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4762566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4866421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4868720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.4999945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5000947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf1e9efb-0ddc-41ff-b379-51f874eb2c20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5016577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf1e9efb-0ddc-41ff-b379-51f874eb2c20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5019778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5047165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5151934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5153962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5281561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5282801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4430032f-6422-4956-b18f-e42de7295352\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5298739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4430032f-6422-4956-b18f-e42de7295352\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5301966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5312174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5425524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5427951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5563481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5564773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba721528-c9ae-4b10-8e74-804d3921728f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5580114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba721528-c9ae-4b10-8e74-804d3921728f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5583351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5593730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5706941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5709096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5841334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5842614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\737aba7d-7bba-4ff0-8d78-eb81f2e1a1a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5859295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\737aba7d-7bba-4ff0-8d78-eb81f2e1a1a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5862658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5872640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5986249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.5988558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6124692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6125933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4db06eed-7e46-4e4b-95e1-eb15bb56b922\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6142124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4db06eed-7e46-4e4b-95e1-eb15bb56b922\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6145426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6156139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6273860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6276175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6403568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6404557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdcbaaef-7dd3-4226-8946-3d142ea73481\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6419981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdcbaaef-7dd3-4226-8946-3d142ea73481\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6424249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6434188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6545403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6547713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6680250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6681415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7dd3a0d-e67b-42db-baee-008bbfc6d755\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6697366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7dd3a0d-e67b-42db-baee-008bbfc6d755\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6700768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6711411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6826203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6828772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6974842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6976195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a6e7fcc-a024-4802-a737-2017d207b2f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6991714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a6e7fcc-a024-4802-a737-2017d207b2f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.6994985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7005314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7122038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7124457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7260796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7262136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0bc171ff-b085-4131-aff0-171b0258e5ea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7278346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0bc171ff-b085-4131-aff0-171b0258e5ea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7281675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7291881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7458146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7461738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7608229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7609281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\406ef5d7-f68a-4eb8-bd25-bc562bc0ccd3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7624680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\406ef5d7-f68a-4eb8-bd25-bc562bc0ccd3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7628120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7638836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7753303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:46.7755570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3231558Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Default Font API Alert","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2023-05-06T03:48:50.3406894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3408263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d289eb2-ff0c-430b-ae68-7682adf307b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3428465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d289eb2-ff0c-430b-ae68-7682adf307b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3433288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3444364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3573232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3576043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3728852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3730418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76479146-1fb5-4519-8a2f-35fb224f3684\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3749638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76479146-1fb5-4519-8a2f-35fb224f3684\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3753428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3764985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3891398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3894402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:50.3923561Z","@mt":"Default font in Windows Forms has been changed from Microsoft Sans Serif to Segoe UI, in order to change the default font use the API - Application.SetDefaultFont(Font font). For more details see here - https://devblogs.microsoft.com/dotnet/whats-new-in-windows-forms-in-net-6-0-preview-5/#application-wide-default-font.","@l":"Warning","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater"} -{"@t":"2023-05-06T03:48:50.3958023Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Default Font API Alert","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2023-05-06T03:48:55.0444664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0446256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6edc3da7-cbf6-43be-89d8-06abefd73c2e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0462809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6edc3da7-cbf6-43be-89d8-06abefd73c2e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0466405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0477068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0603600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0605883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0745206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0746129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5609a90e-054e-4dd4-8939-84ee046cb699\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0761828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5609a90e-054e-4dd4-8939-84ee046cb699\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0765317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0775273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0897388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.0899308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1043585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1044670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58f98f36-d52a-4ed5-8dd0-326873cfe69c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1061078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58f98f36-d52a-4ed5-8dd0-326873cfe69c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1064395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1074228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1192812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1195235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1330109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1331224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\979df19d-8ed7-440d-824c-bb95b9fc56aa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1346851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\979df19d-8ed7-440d-824c-bb95b9fc56aa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1350222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1360646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1484124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1486409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1621063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1622234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\96d6beff-a8d3-40fa-a1d6-089541dd8b7d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1638936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\96d6beff-a8d3-40fa-a1d6-089541dd8b7d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1642178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1652057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1764558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1766498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1901416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1902361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba86a4df-7c41-4d35-b7a6-521ac7488918\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1918159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba86a4df-7c41-4d35-b7a6-521ac7488918\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1923536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.1933534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2047676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2049698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2184019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2185160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d57ed1f2-2b9a-4439-bd67-6790dc3b85f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2200544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d57ed1f2-2b9a-4439-bd67-6790dc3b85f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2203904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2214528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2329394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2334632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2463345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2464406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7de14fb5-c62c-42ed-a2c7-a4c80a154539\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2479473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7de14fb5-c62c-42ed-a2c7-a4c80a154539\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2482841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2492420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2606469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2608647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2742346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2743897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a75c347f-9681-4efe-bbcb-70a98e92c03f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2759106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a75c347f-9681-4efe-bbcb-70a98e92c03f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2762368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2772257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2887822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.2889823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3018507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3019577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae0527ac-570d-46bb-a853-cf831f537bc1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3034956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae0527ac-570d-46bb-a853-cf831f537bc1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3038444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3048583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3144125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3145762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3296474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3297433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e186e78f-68b8-4ddd-a2d2-1884481e4928\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3314706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e186e78f-68b8-4ddd-a2d2-1884481e4928\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3318473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3328841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3431738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3434539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3590593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3592475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69644cd8-dfcc-4bc9-a4e3-4bdcae9629f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3608114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69644cd8-dfcc-4bc9-a4e3-4bdcae9629f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3611386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3622386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3718737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3720556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3853621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3854557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f018c9e0-1a9a-4a81-be8d-54a03d99235b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3870599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f018c9e0-1a9a-4a81-be8d-54a03d99235b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3873904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3899449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3995595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.3997249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4126019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4127146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c131e7d-46ea-4822-8bdb-d60ab4220cb8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4142542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c131e7d-46ea-4822-8bdb-d60ab4220cb8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4145731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4155733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4265208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4267215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4401336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4402427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e39834b0-e0cd-4003-a9db-2eaba83c8cd7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4418751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e39834b0-e0cd-4003-a9db-2eaba83c8cd7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4421944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4431983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4538253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4539988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4668604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4669435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f30faa79-16c2-4766-8cef-d2f567bd96fd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4684451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f30faa79-16c2-4766-8cef-d2f567bd96fd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4687577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4696860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4803639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4805611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4937433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4938298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\059b7c96-62b3-4642-9037-9275b206bea8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4953611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\059b7c96-62b3-4642-9037-9275b206bea8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4956918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.4966397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5080627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5082708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5214244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5215141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3550c9e-babe-4979-8d89-a77ccaa56c11\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5230794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3550c9e-babe-4979-8d89-a77ccaa56c11\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5233944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5243369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5352144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5354117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5486726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5487866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43c0763b-cd77-4632-9cd7-0c0cd2f1d20e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5503533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43c0763b-cd77-4632-9cd7-0c0cd2f1d20e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5506781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5517625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5637077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5640769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5781136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5782746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dfeef2bb-b912-4874-a922-87fd928647a2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5802973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dfeef2bb-b912-4874-a922-87fd928647a2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5806624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5817022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5929418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.5931755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6062857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6063703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e2bed78-30c3-474c-91db-2f6aea68ff3c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6079062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e2bed78-30c3-474c-91db-2f6aea68ff3c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6082266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6092186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6201956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6204033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6332226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6333288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b766265d-5a99-48b3-8c04-badfb47814a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6349075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b766265d-5a99-48b3-8c04-badfb47814a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6352313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6362129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6472668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6474696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6611009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6611942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc7ce16b-9d36-40a6-9679-53b5001a17b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6627996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc7ce16b-9d36-40a6-9679-53b5001a17b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6631136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6640672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6751783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6753701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6881762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6882608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\650c6853-f784-4057-ac11-0a4d473ae8e4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6898259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\650c6853-f784-4057-ac11-0a4d473ae8e4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6901501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.6911598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7021984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7024276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7051151Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDpiSettingUpdater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:48:55.7219001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7220673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2f2fe2b-54be-4d56-b9ed-a1d3ef2698e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7237921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2f2fe2b-54be-4d56-b9ed-a1d3ef2698e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7241376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7251191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7365400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7367408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7497627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7498596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\636b46c3-0ad9-4d66-8482-90e2ba3a5406\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7514361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\636b46c3-0ad9-4d66-8482-90e2ba3a5406\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7517724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7527381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7636825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7638600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7771301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7772653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\701866d1-62aa-4c6c-94e0-14931faafc96\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7790226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\701866d1-62aa-4c6c-94e0-14931faafc96\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7793943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7812066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7934167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.7936597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8067135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8068301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01c1cdce-c69a-432a-89d6-f875da85b58b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8083903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01c1cdce-c69a-432a-89d6-f875da85b58b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8087074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8096866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8206029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8208625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8713818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8714895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73c53aae-7de0-4eb1-ac2e-918c2dd5cecc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8734314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73c53aae-7de0-4eb1-ac2e-918c2dd5cecc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8738465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8749279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8863624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8865388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8995965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.8997138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db815084-2df4-485e-81c0-8d19e52a8e15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9013701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db815084-2df4-485e-81c0-8d19e52a8e15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9016910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9026678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9144701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9146676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9284621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9285560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3058f91b-59cb-4602-a47d-113a15d8da7a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9302070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3058f91b-59cb-4602-a47d-113a15d8da7a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9305651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9315298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9432488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9434876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9562129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9563606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\834d439b-639d-48c1-a717-856849713c2f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9580145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\834d439b-639d-48c1-a717-856849713c2f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9583236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9594692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9712378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9714542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9858936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9860255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3bfe4493-924e-405a-9437-35ee10dfa6db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9876071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3bfe4493-924e-405a-9437-35ee10dfa6db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9879975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:55.9890957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0015686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0018288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0148310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0149540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2cf2994c-7a5c-4b12-adae-0bdbb4cdacdb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0166046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2cf2994c-7a5c-4b12-adae-0bdbb4cdacdb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0169140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0179060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0278758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0280828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0441155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0442874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52f5646f-b32b-490d-b08d-d4988f0706c7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0458742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52f5646f-b32b-490d-b08d-d4988f0706c7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0462021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0471663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0570392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0572224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0725712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0727008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80c9fb2c-c4f7-445d-97fc-7a6d175ac6bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0750995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80c9fb2c-c4f7-445d-97fc-7a6d175ac6bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0755207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0765374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0862321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.0863940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1005158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1006022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d75668b1-ba59-487f-ba96-9b6913bde356\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1021094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d75668b1-ba59-487f-ba96-9b6913bde356\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1024309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1051460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1152456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1154228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1280710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1281592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\016373f5-bc35-4e55-bf0c-1ef6c12491fc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1296740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\016373f5-bc35-4e55-bf0c-1ef6c12491fc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1299912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1309852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1420839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1423237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1570567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1571732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a372675-2ad7-480c-9ecd-663f1616aa03\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1587635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a372675-2ad7-480c-9ecd-663f1616aa03\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1590807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1600690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1708198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1710722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1842250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1843931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a39bbfaa-b724-47b8-9089-42b01f5ac0ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1859914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a39bbfaa-b724-47b8-9089-42b01f5ac0ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1863217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1873062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1988915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.1991411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2134461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2135840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f1ab0a7-0f4d-459c-a1ed-b3826b88a277\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2153436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6f1ab0a7-0f4d-459c-a1ed-b3826b88a277\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2157354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2167613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2280761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2283071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2413542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2414460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\61d0a0d2-e281-4879-8be0-83dcd515dd8a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2429385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\61d0a0d2-e281-4879-8be0-83dcd515dd8a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2433559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2443401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2555035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2557088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2690120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2691045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c88240c4-caec-4e7a-ba0f-5fffefa5f949\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2707262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c88240c4-caec-4e7a-ba0f-5fffefa5f949\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2711270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2721560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2833691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2835591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2966026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2967666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e47ea88-a3f9-4d6b-a875-cb27852fb248\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2983666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e47ea88-a3f9-4d6b-a875-cb27852fb248\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2987493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.2997663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3109137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3111115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3244962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3246075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4806c9c1-7767-441b-8c80-3c3ad8d5275c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3261592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4806c9c1-7767-441b-8c80-3c3ad8d5275c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3264722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3274253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3388044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3390023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3518965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3519778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8bcaa561-1577-43d7-a6b8-f5a882d20aa4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3535448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8bcaa561-1577-43d7-a6b8-f5a882d20aa4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3538784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3549984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3658122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3659825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3790721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3791843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c593688f-43ca-42e0-8ff2-470415204099\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3807988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c593688f-43ca-42e0-8ff2-470415204099\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3811184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3822028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3933543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.3935344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.4062221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.4063105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ba2c529-394b-45f7-842f-48d7806d19f5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.4078467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ba2c529-394b-45f7-842f-48d7806d19f5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.4081732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.4091526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.4207733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.4210230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6146863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6147932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74da3d17-2040-42ca-aa01-3cbd9a73e56c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6169843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74da3d17-2040-42ca-aa01-3cbd9a73e56c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6174869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6184992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6304293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6306751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6439830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6440949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efd1f777-1b58-452f-9310-e914021359de\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6457960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efd1f777-1b58-452f-9310-e914021359de\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6461485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6471469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6587492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6590253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6729151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6730396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\006bf367-f0da-4967-bb9a-6f047602c051\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6745379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\006bf367-f0da-4967-bb9a-6f047602c051\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6748632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6759067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6877091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.6879013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7006627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7007443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e509df47-188e-42fc-a1a1-3c4585fb8d25\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7022869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e509df47-188e-42fc-a1a1-3c4585fb8d25\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7026132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7035915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7152814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7154971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7294096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7295064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11083219-1b24-43ef-9e26-72dcc7b5ea99\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7311017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11083219-1b24-43ef-9e26-72dcc7b5ea99\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7314205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7323995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7440452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7442869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7578379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7579790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1793ae8e-8222-4543-a7c9-67459af06c71\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7595241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1793ae8e-8222-4543-a7c9-67459af06c71\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7598492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7608792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7723020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7725306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7871183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7872491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a100b88-9509-41f3-b60d-5cac4ca99e0c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7889064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a100b88-9509-41f3-b60d-5cac4ca99e0c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7892299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.7902806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8017635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8019484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8148090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8149056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7cf09eb-cd78-49b4-9954-e18d72fa04ea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8166721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7cf09eb-cd78-49b4-9954-e18d72fa04ea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8170083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8179754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8292972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8294848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8430532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8432029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e55252f-b459-4d2e-92f4-dca62e32b08b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8447092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e55252f-b459-4d2e-92f4-dca62e32b08b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8450312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8462590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8584185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8586900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8722197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8723618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aeaf714e-ad03-4ae4-af99-403a0407d6f4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8739282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aeaf714e-ad03-4ae4-af99-403a0407d6f4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8742423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8752831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8852638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.8854384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9008030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9009794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ce78a43-b0c0-42bb-89ae-b73d2b8a988e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9026381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ce78a43-b0c0-42bb-89ae-b73d2b8a988e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9030585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9041157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9143860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9146052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9290928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9292217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75206856-934f-4f1d-a634-c479422c47b9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9307346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75206856-934f-4f1d-a634-c479422c47b9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9311068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9321487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9424054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9425846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9579244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9580247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4999d7cf-b0fd-47fe-ab6b-5be3f338efb4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9595655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4999d7cf-b0fd-47fe-ab6b-5be3f338efb4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9598916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9609097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9705524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9707435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9833090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9834043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41d48286-afc6-43ae-8686-024b87ebfdcf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9850036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41d48286-afc6-43ae-8686-024b87ebfdcf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9853246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9881934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9982525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:56.9984321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0118682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0119850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\925af67d-b2ea-4c44-b781-6ef91cfacf15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0135573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\925af67d-b2ea-4c44-b781-6ef91cfacf15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0138831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0148564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0263152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0265271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0395396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0396843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be03edf9-1641-4be0-bc86-1c434c7c1efe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0412038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be03edf9-1641-4be0-bc86-1c434c7c1efe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0415273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0425121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0540848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0543175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0687339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0688835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4dc1722-baaa-4225-bffc-dc3e55a553b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0705192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4dc1722-baaa-4225-bffc-dc3e55a553b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0708490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0721038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0843112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0845816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0977900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0979381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60045f63-803c-4ba7-811c-b6725b732e94\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0995422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60045f63-803c-4ba7-811c-b6725b732e94\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.0998921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1009450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1128313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1130803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1267195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1268409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e4964d0-6f52-4368-8c6a-e371299b58ce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1284782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e4964d0-6f52-4368-8c6a-e371299b58ce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1288474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1298417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1414206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1416720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1543837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1544680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e046be3-120b-4bc6-b4c0-11259e9b558e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1562069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e046be3-120b-4bc6-b4c0-11259e9b558e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1565614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1575311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1683308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1684976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1816872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1817949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5bab7982-d651-4674-b917-d572e3f4a54c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1833739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5bab7982-d651-4674-b917-d572e3f4a54c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1836932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1846726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1964451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.1966900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2098168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2099665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\512a678e-a227-40dc-9f9e-ed79b9b6f811\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2115573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\512a678e-a227-40dc-9f9e-ed79b9b6f811\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2118874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2128710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2242168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2244149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2376770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2377713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e69bcb7-3020-4f72-a5f0-32c130b8054f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2393815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e69bcb7-3020-4f72-a5f0-32c130b8054f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2397317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2407670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2521888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2523822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2654682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2656128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\698fe449-31e6-48a1-ba1c-34ef7fe49e6b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2672251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\698fe449-31e6-48a1-ba1c-34ef7fe49e6b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2675576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2685797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2801551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2803830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2940400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2941558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7401ab7-de6f-421f-8548-32efff310100\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2961736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7401ab7-de6f-421f-8548-32efff310100\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2965293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.2976255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3089899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3092224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3222861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3223966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b95ff249-d706-4bd3-836c-855a495133c7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3240026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b95ff249-d706-4bd3-836c-855a495133c7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3243147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3253038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3365013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3366800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3497684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3498881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46e92cf9-b1ea-4b83-a208-09ea58865c22\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3515556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46e92cf9-b1ea-4b83-a208-09ea58865c22\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3518854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3528544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3646038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3648105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3776719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3777891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\275e5662-5790-4819-83cd-04dc3450fbd7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3793361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\275e5662-5790-4819-83cd-04dc3450fbd7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3796512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3806396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3922604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.3924691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4058009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4058902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c7f6edd-01f4-424a-81b3-cc45581fdd54\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4074447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c7f6edd-01f4-424a-81b3-cc45581fdd54\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4077593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4087139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4201829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4203768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4332279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4333346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc957b65-cfc4-459d-8aa0-1248d2cf67f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4350240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc957b65-cfc4-459d-8aa0-1248d2cf67f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4353373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4363503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4474922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4476769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4607571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4608637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0811ffb7-cba5-42d2-a2a0-00b9f74ac1bd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4624480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0811ffb7-cba5-42d2-a2a0-00b9f74ac1bd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4627722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4637714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4758595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4760563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4885339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4886480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09275012-d0d0-41bb-a40d-fcef8c93e4cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4903039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09275012-d0d0-41bb-a40d-fcef8c93e4cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4906354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.4916199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5034960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5036930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5172563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5174034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a9fc569-7285-438a-90dc-03d85166597f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5189619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a9fc569-7285-438a-90dc-03d85166597f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5193383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5204196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5327297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5329683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5464662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5465887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52b2704a-11a5-4fec-842b-906d35124ee8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5482444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52b2704a-11a5-4fec-842b-906d35124ee8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5487759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5497708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5596264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5598238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5753358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5754584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23b93146-3c6c-4bb5-beec-dd47bede9d2e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5771025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23b93146-3c6c-4bb5-beec-dd47bede9d2e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5774326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5784101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5880048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.5883792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.6027816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.6028780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75522195-daa0-46f2-8468-e4901ba3df89\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.6047295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75522195-daa0-46f2-8468-e4901ba3df89\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.6050758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.6061042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.6156928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:48:57.6158534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.3533736Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Winforms Source Updater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2023-05-06T03:49:01.3688824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.3711634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28fcfa16-1599-4fac-9798-aeb3e74d16bd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.3729927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28fcfa16-1599-4fac-9798-aeb3e74d16bd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.3733595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.3743685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.3846069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.3848176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.3975161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.3976174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19e0a201-dfaf-4e07-a532-896f6460519c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.3992666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19e0a201-dfaf-4e07-a532-896f6460519c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.3996278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.4006424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.4115194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.4117866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:01.4156839Z","@mt":"HighDpiMode needs to set in Main() instead of app.config or app.manifest - Application.SetHighDpiMode(HighDpiMode.). It is recommended to use SystemAware as the HighDpiMode option for better results.","@l":"Warning","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDpiSettingUpdater"} -{"@t":"2023-05-06T03:49:01.4441317Z","@mt":"Updated Program.cs file at {Path} with HighDPISetting set to {HighDpi}","Path":"D:\\test\\CircleViewer\\Program.cs","HighDpi":"SystemAware","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDpiSettingUpdater"} -{"@t":"2023-05-06T03:49:01.4459315Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Winforms Source Updater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2023-05-06T03:49:04.9404585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9406313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77e0d646-a132-4896-a0dc-126ca53ce885\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9423403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77e0d646-a132-4896-a0dc-126ca53ce885\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9426979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9437378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9549028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9551024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9688027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9689481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26846ff9-28dc-42bc-99b2-fff9d4074db0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9705613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26846ff9-28dc-42bc-99b2-fff9d4074db0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9709682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9721446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9834368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9836346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9970930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9972333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\701b05cc-4265-4716-9fee-1d3868421aa0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9988993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\701b05cc-4265-4716-9fee-1d3868421aa0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:04.9992680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0002686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0110643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0112474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0243987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0245105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e47a8d3-a99e-4bf9-a770-609f6c358136\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0260080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e47a8d3-a99e-4bf9-a770-609f6c358136\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0263348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0273110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0382781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0384702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0518900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0519772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82970bcf-789e-4707-a4fc-215e8d0e69e1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0535141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82970bcf-789e-4707-a4fc-215e8d0e69e1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0538394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0548034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0660349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0662423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0792692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0793836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b429570-84eb-42af-8b16-7ae17621677c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0809778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b429570-84eb-42af-8b16-7ae17621677c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0813147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0823376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0934843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.0936942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1073482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1074436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21223315-db7d-4e11-bb4a-383a0062f19f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1090301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21223315-db7d-4e11-bb4a-383a0062f19f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1093855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1103883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1228061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1230320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1360479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1362028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1bccbb98-86cc-4bdc-9af1-339ae236aa19\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1380727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1bccbb98-86cc-4bdc-9af1-339ae236aa19\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1384462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1400238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1520173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1522642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1659832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1660811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4802b446-c511-4b30-ac8e-dab9250ce754\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1677739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4802b446-c511-4b30-ac8e-dab9250ce754\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1681717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1692063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1809888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1811948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1944433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1945532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f287de0d-9ef8-4a88-931d-4dce878d38ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1961574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f287de0d-9ef8-4a88-931d-4dce878d38ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1964803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.1975374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2088082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2090007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2225775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2226731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5b1601a-6e8a-42be-a706-6b2a0b6d2012\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2243475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5b1601a-6e8a-42be-a706-6b2a0b6d2012\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2247034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2257399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2374610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2376463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2508282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2510094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8e12ebb-a9ef-45c1-9a41-55204882a1b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2527236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8e12ebb-a9ef-45c1-9a41-55204882a1b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2530734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2540874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2657748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2659801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2795639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2796830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9eae4b5b-f2e5-4e33-98d7-ea51c8f548f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2812767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9eae4b5b-f2e5-4e33-98d7-ea51c8f548f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2818141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2828670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2947010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.2948987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3075193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3076087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07575275-66b1-421c-ad23-5a592b065911\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3091936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07575275-66b1-421c-ad23-5a592b065911\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3095185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3105050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3215461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3217225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3351282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3352632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd37786d-822a-45e8-b156-bbbf5442e495\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3369890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd37786d-822a-45e8-b156-bbbf5442e495\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3373535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3388582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3508332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3510732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3643628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3644876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cca19529-36aa-45c0-96e8-29006c2ae05d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3661106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cca19529-36aa-45c0-96e8-29006c2ae05d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3664772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3674953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3789825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3791895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3926091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3927596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3eccc3f8-12eb-4669-a86e-458b9718d542\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3943416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3eccc3f8-12eb-4669-a86e-458b9718d542\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3946597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.3956510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4072708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4075055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4204740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4205840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9e51ec8-ddb6-4b2b-bde0-178560236c1b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4221842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9e51ec8-ddb6-4b2b-bde0-178560236c1b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4225567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4235597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4349229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4350893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4481463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4482527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\280bc4fc-89e9-46b7-8622-e9b16da642da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4497728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\280bc4fc-89e9-46b7-8622-e9b16da642da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4501014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4511102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4624662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4626646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4754834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4755945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7df6732b-bb45-4a3c-945f-d4cbdaf4e8f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4773314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7df6732b-bb45-4a3c-945f-d4cbdaf4e8f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4776784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4786884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4891996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.4894001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5050515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5051526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e01d9f6-4273-4291-815c-d4475e08fbba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5067873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e01d9f6-4273-4291-815c-d4475e08fbba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5071011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5082386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5177643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5179313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5324973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5326140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0fd6d4d-1e89-4d2c-9bc0-273ae7632b1a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5341856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0fd6d4d-1e89-4d2c-9bc0-273ae7632b1a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5345096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5354709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5459618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5461897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5625587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5626767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1874ac7a-8e62-41e1-819c-c65edd34a40b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5642631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1874ac7a-8e62-41e1-819c-c65edd34a40b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5645840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5655746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5756821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5758901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5888689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5889687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47e5f65a-925d-4a74-bbdb-6fc164a037fb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5905080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47e5f65a-925d-4a74-bbdb-6fc164a037fb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5908562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.5933177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6032492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6034319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6167839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6168961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7620cea8-2267-4805-9121-116b1f029f08\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6185127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7620cea8-2267-4805-9121-116b1f029f08\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6188523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6198336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6306577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6308883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6438238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6439375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff7b349e-a3a2-4e45-a329-290c5e498042\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6456207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff7b349e-a3a2-4e45-a329-290c5e498042\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6459784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6472142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6583067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6584972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6719111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6720014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dbfb52b5-614c-49a8-967a-daf268c6eadf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6735497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dbfb52b5-614c-49a8-967a-daf268c6eadf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6738661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6748372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6890342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.6892243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7021016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7022089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0c77c08-436d-466d-9c74-939a572478a8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7038167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0c77c08-436d-466d-9c74-939a572478a8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7041459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7051104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7170010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7172530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7308867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7309802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d65720af-5773-484e-af0f-d25bb272be56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7324855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d65720af-5773-484e-af0f-d25bb272be56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7328111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7337886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7451158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7452999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7580405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7581815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5173770e-26d0-4966-8d06-d63a57748383\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7597633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5173770e-26d0-4966-8d06-d63a57748383\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7600867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7611181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7734272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7736985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7876122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7877255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15af1efa-9424-4de3-8f79-bb4dd2ed9f42\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7895783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15af1efa-9424-4de3-8f79-bb4dd2ed9f42\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7899754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.7910617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8027830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8029811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8155107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8156542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\99a1fa6a-295a-453a-bd5f-4023ba0960ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8173881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\99a1fa6a-295a-453a-bd5f-4023ba0960ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8177238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8187130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8300509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8302419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8440305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8441264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b778e7e-8d81-474d-b792-b5396241bd6c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8456560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b778e7e-8d81-474d-b792-b5396241bd6c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8459856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8469964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8586531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8588350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8719584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8720508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f733a6e-71ef-4813-b029-089710dd5039\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8736213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f733a6e-71ef-4813-b029-089710dd5039\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8739697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8749445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8862739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8864717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.8890487Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:49:05.9054928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9055852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\891ba921-de11-421f-8a07-3712e6424de2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9072245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\891ba921-de11-421f-8a07-3712e6424de2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9075591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9086233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9199579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9201580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9329394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9330935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4026e57c-4239-40b8-ab2c-6592525a040b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9346185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4026e57c-4239-40b8-ab2c-6592525a040b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9349545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9359461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9474928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9477198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9615165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9616075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b314e4f-58e5-40b9-8064-f8743d71011d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9631405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b314e4f-58e5-40b9-8064-f8743d71011d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9634747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9644751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9761327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9763979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9921871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9923228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e9e66038-bb3c-4d70-995a-7fb3422a0466\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9940245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e9e66038-bb3c-4d70-995a-7fb3422a0466\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9943819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:05.9954350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0120807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0123696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0645726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0646795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b538b62b-039f-4099-9ebd-acba682e4032\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0663324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b538b62b-039f-4099-9ebd-acba682e4032\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0666747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0676825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0792416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0794573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0924229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0925310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33987e8b-f190-4393-8860-40bef43a9051\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0942393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33987e8b-f190-4393-8860-40bef43a9051\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0946897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.0957306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1070106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1072004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1215543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1216413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b984304c-8db9-4b3f-9440-b3d8728429fe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1232823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b984304c-8db9-4b3f-9440-b3d8728429fe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1236660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1246780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1362048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1364106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1492978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1494238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a5385a3-af42-4bb0-977f-99cf0241f19a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1510738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a5385a3-af42-4bb0-977f-99cf0241f19a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1514006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1524065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1638920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1640820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1782446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1783498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59779d94-ec21-4b9d-a52e-70473a35f573\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1799539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59779d94-ec21-4b9d-a52e-70473a35f573\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1802707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1812983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1938559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.1941226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2077065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2078183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23e11b86-be84-4739-a5bc-25e0b0b00e98\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2095592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23e11b86-be84-4739-a5bc-25e0b0b00e98\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2099121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2109533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2212458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2231524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2435224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2437090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e639d26d-f7fe-4cec-8ce9-d8016cd043c8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2453588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e639d26d-f7fe-4cec-8ce9-d8016cd043c8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2456779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2467474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2573426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2576196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2723943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2724993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8968003e-fc85-4407-9466-8921488d419c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2740992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8968003e-fc85-4407-9466-8921488d419c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2744284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2754215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2855577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.2857913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3018302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3019479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2cbc6367-6551-4684-b68a-a19bfa0ed45f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3035302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2cbc6367-6551-4684-b68a-a19bfa0ed45f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3038650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3048601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3150944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3153197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3286716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3288299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39834a38-3e6e-4494-adb9-afb44cb35031\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3304742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39834a38-3e6e-4494-adb9-afb44cb35031\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3308136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3332834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3432912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3434811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3576664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3578001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38ccea2d-f558-446c-b851-f9d614d10b2a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3594371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38ccea2d-f558-446c-b851-f9d614d10b2a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3597721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3608126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3720690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3722725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3849367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3850945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66955816-a40a-42d2-8537-a92f6537e26b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3867700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66955816-a40a-42d2-8537-a92f6537e26b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3870996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3880857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3987087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.3989075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4124815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4126346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e5d17457-4b4b-407c-ab55-587df3be02d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4143170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e5d17457-4b4b-407c-ab55-587df3be02d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4146522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4157585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4277572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4280018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4413557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4414944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efbb77d2-8b47-42cd-adf3-0ecb9cca6673\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4431202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efbb77d2-8b47-42cd-adf3-0ecb9cca6673\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4434561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4444926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4554883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4556871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4690512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4691376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a686f19d-3ce9-46b0-b87e-66a9b9090370\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4706518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a686f19d-3ce9-46b0-b87e-66a9b9090370\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4710276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4720119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4829961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4831962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4963488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4964642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9770a943-4f1e-468b-a5d0-3791f7ca80ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4982171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9770a943-4f1e-468b-a5d0-3791f7ca80ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4985451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.4996147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5113503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5115488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5249579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5250650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c8c3e6a-dbb4-49ef-b61b-e9ee571d2606\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5267735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c8c3e6a-dbb4-49ef-b61b-e9ee571d2606\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5270937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5280589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5388696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5390590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5518405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5519250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5634c37-8976-4bc0-b978-b1623c312fa5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5535156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5634c37-8976-4bc0-b978-b1623c312fa5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5538469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5547949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5664173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5666208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5798950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5799830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b24418f-00ad-4937-a06e-5b7c4d1b1344\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5815600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b24418f-00ad-4937-a06e-5b7c4d1b1344\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5818820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5828806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5938186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.5940164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.6069591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.6070493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc8afc9f-c43d-45f1-aba0-3041dab4b48a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.6086730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc8afc9f-c43d-45f1-aba0-3041dab4b48a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.6089914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.6099807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.6214194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.6216616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8153884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8155699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cfa48b3f-4fb8-40e4-b572-03537add57b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8173723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cfa48b3f-4fb8-40e4-b572-03537add57b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8177537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8187959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8300791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8302836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8433377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8434939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9469d37e-c8dd-4c72-8eb9-d847ca7f76da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8451300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9469d37e-c8dd-4c72-8eb9-d847ca7f76da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8454638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8465284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8589850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8592600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8743959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8745545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\91ea6c69-1f15-46c5-be69-3d644ddd12b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8762384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\91ea6c69-1f15-46c5-be69-3d644ddd12b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8765711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8775391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8889779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.8891901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9020173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9020967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf91b082-eb8b-42bd-8130-9cc9c5a4fbb3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9037069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf91b082-eb8b-42bd-8130-9cc9c5a4fbb3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9040395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9049959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9164177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9166027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9305823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9306746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\227851ac-526d-4f49-a59b-24ec68088d8a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9323508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\227851ac-526d-4f49-a59b-24ec68088d8a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9326846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9336617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9454769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9457115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9591761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9593153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\030260ec-4e94-4a60-bf02-fb5dd5daf179\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9609903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\030260ec-4e94-4a60-bf02-fb5dd5daf179\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9613348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9623437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9741125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9743285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9885392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9886415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4a5ae91-35ef-44fd-8ced-6f3009938797\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9903376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4a5ae91-35ef-44fd-8ced-6f3009938797\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9906770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:06.9917970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0034180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0036221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0167664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0168518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\044e3e9c-b72b-4e4f-8662-97c4f7bd8471\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0187944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\044e3e9c-b72b-4e4f-8662-97c4f7bd8471\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0191557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0201299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0315470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0317267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0448579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0449665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba5ec734-53a3-4ab6-9b2d-575495a9c409\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0465157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba5ec734-53a3-4ab6-9b2d-575495a9c409\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0468367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0478157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0597590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0600263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0736066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0737709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c3c82f9-a627-4927-867f-55c7d582ecce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0753983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c3c82f9-a627-4927-867f-55c7d582ecce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0757202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0767740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0886736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.0889028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1024495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1025674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\608462f7-763f-471f-b6fb-2e0420611a4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1040833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\608462f7-763f-471f-b6fb-2e0420611a4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1044185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1054123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1153357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1170774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1302400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1304034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4843a594-08c3-47fe-a6b1-4d781b160970\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1320003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4843a594-08c3-47fe-a6b1-4d781b160970\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1323326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1332965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1435347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1439018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1592054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1593388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3929a2a3-bdd4-41eb-b787-8e0a6ffcd2f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1610381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3929a2a3-bdd4-41eb-b787-8e0a6ffcd2f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1613666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1623539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1724363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1726490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1870305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1872679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7dcb3e3-8973-4d65-84fc-a4ecb991f815\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1889589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7dcb3e3-8973-4d65-84fc-a4ecb991f815\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1892979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.1903251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2003136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2004749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2138980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2140169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\833e5c5e-b569-4d44-a292-eea284ac29c6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2155310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\833e5c5e-b569-4d44-a292-eea284ac29c6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2158552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2183551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2280558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2282213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2411109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2412333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\507354b2-2028-4639-b81d-39ede495265f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2427974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\507354b2-2028-4639-b81d-39ede495265f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2431260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2440852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2550858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2552831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2694525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2695869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fcb858d5-5ac4-4e73-8234-ac291aafa799\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2712149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fcb858d5-5ac4-4e73-8234-ac291aafa799\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2715529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2726131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2850511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2853175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2986499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.2988155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c158d05-f4f3-4fc2-9080-2de4d38f8719\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3004129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c158d05-f4f3-4fc2-9080-2de4d38f8719\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3007746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3017771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3133493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3135677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3271013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3272194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6c80115-fd7f-40bc-86ed-e388c92869c1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3287315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6c80115-fd7f-40bc-86ed-e388c92869c1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3290515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3300349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3409100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3411093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3540400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3541481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5d2b680-a7f7-40a0-a6d0-36a8317a5d91\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3558428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5d2b680-a7f7-40a0-a6d0-36a8317a5d91\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3561861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3573927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3681517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3683269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3813689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3814783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c8dd90f-9838-4582-a39d-ced65345baf5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3829898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c8dd90f-9838-4582-a39d-ced65345baf5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3833212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3843248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3957200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.3959383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4086300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4087425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2672a932-10cf-4a1e-b990-65b4dfaca844\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4103933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2672a932-10cf-4a1e-b990-65b4dfaca844\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4107282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4117567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4235512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4237633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4369807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4371379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d76c59a-2b77-4899-86f3-4ae90d7a0403\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4386627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d76c59a-2b77-4899-86f3-4ae90d7a0403\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4390147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4400397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4511613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4513351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4635394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4636213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c70e0547-c8cc-4cba-a9a8-d6a4b256cf1d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4651930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c70e0547-c8cc-4cba-a9a8-d6a4b256cf1d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4656033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4665749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4778244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4779985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4910768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4911616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0107659c-028e-4f05-bb39-f0fff7961512\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4927991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0107659c-028e-4f05-bb39-f0fff7961512\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4931496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.4941308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5061064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5063619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5201995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5203061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4b82e84-a6a2-4c87-94d0-101468218a69\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5219383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4b82e84-a6a2-4c87-94d0-101468218a69\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5222897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5233093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5343704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5345405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5476124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5477241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92dc3f12-d161-4d24-840d-34d5ff1009e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5493705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92dc3f12-d161-4d24-840d-34d5ff1009e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5496880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5506476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5621281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5623450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5751480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5752310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8fc13b9-722b-4faa-9c36-2bcb8fd7c6e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5768457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8fc13b9-722b-4faa-9c36-2bcb8fd7c6e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5771686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5781806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5895442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.5897382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6028255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6029046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e573aa05-77b4-4dd7-8c98-56cd07d62f32\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6046687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e573aa05-77b4-4dd7-8c98-56cd07d62f32\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6050111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6061141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6171320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6173106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6301896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6303068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c650d869-91e2-4505-92d7-5886f50fffaf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6319187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c650d869-91e2-4505-92d7-5886f50fffaf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6322577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6332108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6445754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6447600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6580749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6581690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17fb1e09-da9f-49e4-bf74-0c889eea02a7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6598164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17fb1e09-da9f-49e4-bf74-0c889eea02a7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6601503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6611380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6725301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6727383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6855196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6856086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9372b22-2f15-433a-86ab-945e27728328\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6872171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9372b22-2f15-433a-86ab-945e27728328\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6875330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6884841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6997943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.6999616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7134990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7135950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01855e03-6e7a-4b32-84d5-46bf1e5318e3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7152173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01855e03-6e7a-4b32-84d5-46bf1e5318e3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7155656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7166607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7289832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7292119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7423012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7424317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7431b56c-9b64-4eb6-88ed-3f78d720d455\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7441954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7431b56c-9b64-4eb6-88ed-3f78d720d455\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7445462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7455427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7572184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7574176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7702484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7703544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c747277-ad47-411b-bf97-95d5bb75d37f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7719599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c747277-ad47-411b-bf97-95d5bb75d37f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7723007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7733046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7846528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7848326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7977684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7978574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c1a1680-557e-4988-a802-8e20d81d0933\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7994649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c1a1680-557e-4988-a802-8e20d81d0933\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.7997906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.8008197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.8109579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:07.8111524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.2688682Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2023-05-06T03:49:11.2870717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.2872715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2ddc160-b406-49f9-8f60-a3193830aa26\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.2892709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2ddc160-b406-49f9-8f60-a3193830aa26\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.2897045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.2909695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3020233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3022141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3184529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3186590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11551cbc-0cf7-4363-8680-0d43a2433d3f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3204602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11551cbc-0cf7-4363-8680-0d43a2433d3f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3208706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3219152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3331516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3333920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3481320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3482752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ea6f10e-1ca5-49ff-81ae-039b3fd0c1ec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3499044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ea6f10e-1ca5-49ff-81ae-039b3fd0c1ec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3502409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3525741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3630738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3632542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3766197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3767678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df73b90f-8ccd-4374-9d12-c3cbe0af4534\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3783595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df73b90f-8ccd-4374-9d12-c3cbe0af4534\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3787008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3797765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3924848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.3927838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4068220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4069500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8331ef54-3161-4d03-96d7-7445009a12e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4085814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8331ef54-3161-4d03-96d7-7445009a12e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4089383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4099941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4215462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4217521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4347154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4348023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7498c8c-4767-404f-98bc-160d0c4acbe0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4365318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7498c8c-4767-404f-98bc-160d0c4acbe0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4368559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4378963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4485752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4487559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4616922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4617771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0acade7a-8882-4828-9852-e834bbf32f71\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4633910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0acade7a-8882-4828-9852-e834bbf32f71\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4637438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4647142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4761860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4763791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4902995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4904129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ec60a50-22d9-4d33-9f80-46c794f0b3e5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4919685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ec60a50-22d9-4d33-9f80-46c794f0b3e5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4922945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.4933248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5046721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5048956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5179841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5180725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27f01953-1a79-48da-804a-cc981473cb00\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5196148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27f01953-1a79-48da-804a-cc981473cb00\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5199565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5209503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5321048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5323352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5453583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5454391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34eb9904-2c52-4a44-ad8d-f767f7467890\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5470377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34eb9904-2c52-4a44-ad8d-f767f7467890\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5473516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5483348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5601355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5603433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5734403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5735316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9996757c-6dbb-4607-bc47-26288ad29043\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5752109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9996757c-6dbb-4607-bc47-26288ad29043\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5755328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5765003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5872902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.5874703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6005394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6006253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1d916d6-bd05-406f-8fe5-00a84474632e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6022342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1d916d6-bd05-406f-8fe5-00a84474632e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6025651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6035326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6150251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6152785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6295466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6297165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a158f3e3-be87-4c07-a476-62675e7731c5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6314136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a158f3e3-be87-4c07-a476-62675e7731c5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6317623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6328031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6445473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6447603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6577983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6579501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8926cbb6-cd14-45ea-a3ba-f29509401381\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6594942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8926cbb6-cd14-45ea-a3ba-f29509401381\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6598135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6608384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6720311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6722276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:11.6750385Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2023-05-06T03:49:16.3783933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.3786033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ff04b02-9d33-49b2-8b33-50cf7409a565\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.3804107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ff04b02-9d33-49b2-8b33-50cf7409a565\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.3808044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.3819514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.3956801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.3960324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4116779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4118661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fdf26a7-1724-47be-9a81-619b60ca4717\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4136553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fdf26a7-1724-47be-9a81-619b60ca4717\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4140569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4151142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4273314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4275822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4423067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4424512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c923eb15-0bfc-4574-9627-32295b296a9d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4441859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c923eb15-0bfc-4574-9627-32295b296a9d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4445480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4455567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4576555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4578741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4711809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4713306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c8ba905-9721-4a70-98ae-bc112b5ac7db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4731110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c8ba905-9721-4a70-98ae-bc112b5ac7db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4734995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4745083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4860075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4862206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4991686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.4992759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17014964-1462-4d3b-87ee-f0756b2fde17\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5010747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17014964-1462-4d3b-87ee-f0756b2fde17\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5014172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5024086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5137033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5138788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5265290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5266165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6334b3f4-9c19-47ac-aeac-fcd6037e8c26\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5281223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6334b3f4-9c19-47ac-aeac-fcd6037e8c26\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5284459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5294101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5403709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5405593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5537904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5538757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16363a6d-c19f-4746-a0ea-1395869cf7de\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5554681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16363a6d-c19f-4746-a0ea-1395869cf7de\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5557955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5568886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5691966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5694346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5825005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5825864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db952213-8ccc-42b8-8b07-1a1b4024dcf2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5841383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db952213-8ccc-42b8-8b07-1a1b4024dcf2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5844825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.5854693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6008560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6011106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6153852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6155381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38ffcf7b-ddc8-440b-a118-e8549171bc41\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6171880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38ffcf7b-ddc8-440b-a118-e8549171bc41\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6175065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6184987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6309502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6311710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6443115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6444028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\930d1e54-1c77-479a-a2bc-adc8c731b993\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6459218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\930d1e54-1c77-479a-a2bc-adc8c731b993\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6462614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6472384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6570307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.6572422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8481485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8483130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8971fb24-6003-42cf-8ce4-65826d1ba9d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8498685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8971fb24-6003-42cf-8ce4-65826d1ba9d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8502041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8512623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8617201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8619259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8766252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8767269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f81c696d-a5d8-4896-880f-8dc61c28711f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8782394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f81c696d-a5d8-4896-880f-8dc61c28711f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8787590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8797188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8896469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.8898229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9049159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9050366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e462573e-567e-45d9-bbb6-2e086f37dfe9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9067509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e462573e-567e-45d9-bbb6-2e086f37dfe9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9070938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9080771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9179881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9181809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9306495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9307445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc958038-6466-4098-87d7-a00c088f4970\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9322390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc958038-6466-4098-87d7-a00c088f4970\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9325616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9349933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9446756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9448504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9583494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9584446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb4f7a96-570c-4bd9-82a2-d4c156bc993e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9600246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb4f7a96-570c-4bd9-82a2-d4c156bc993e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9603671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9613707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9722852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9725007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9853518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9854591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\717f72a4-ba2c-4ebc-8152-84d868fc574f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9870539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\717f72a4-ba2c-4ebc-8152-84d868fc574f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9873871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:16.9884207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0033063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0036015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0175958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0177733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be282519-3737-4985-94ce-39b10d55f2bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0194330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be282519-3737-4985-94ce-39b10d55f2bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0197693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0207609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0325727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0327950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0455214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0456270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b2c410f-9c66-4308-9993-8964b91d10f2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0471754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b2c410f-9c66-4308-9993-8964b91d10f2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0474942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0485367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0602695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0605319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0743223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0744600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4f84842-daa5-4e28-ab7b-d5bd42267cfe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0759605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4f84842-daa5-4e28-ab7b-d5bd42267cfe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0763145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0772889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0884171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.0886300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1014472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1015385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ca29948-cb8e-4b68-8303-0fcfafbca292\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1034818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ca29948-cb8e-4b68-8303-0fcfafbca292\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1040183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1050379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1165703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1167466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1299869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1300778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a1651f6-cd7e-4e9f-aa4b-303b788655b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1316910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a1651f6-cd7e-4e9f-aa4b-303b788655b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1320095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1329789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1440802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1442982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1571462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1572310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b87eff8f-4a0f-4510-84ec-0c7820abb0ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1587340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b87eff8f-4a0f-4510-84ec-0c7820abb0ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1590523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1600230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1713411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1715404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1850772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1851917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\004d3d05-3864-4668-b01c-8037e88e95d4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1867603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\004d3d05-3864-4668-b01c-8037e88e95d4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1870847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1880485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.1998019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2000166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2132702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2133550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a3dd7e58-ba2c-465a-b222-5cd3827ee27a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2150844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a3dd7e58-ba2c-465a-b222-5cd3827ee27a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2154334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2164056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2277220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2279158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2409665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2410575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5eaaa52d-a7f4-4cf9-9ea2-9bd5d2e1d17b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2427414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5eaaa52d-a7f4-4cf9-9ea2-9bd5d2e1d17b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2430539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2439931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2547874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2549522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2675889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2676920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3d7713e-181f-438c-b5aa-839584690dc8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2692884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3d7713e-181f-438c-b5aa-839584690dc8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2696392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2707056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2825018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2827460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2964122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2965792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42f6d56a-945d-46e9-9af8-9e8f374d2ea6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2981172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42f6d56a-945d-46e9-9af8-9e8f374d2ea6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2984424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.2994333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3110979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3113120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3243147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3244118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a3ca838-c86f-4347-8d61-4d1d12ab97d3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3259256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a3ca838-c86f-4347-8d61-4d1d12ab97d3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3262460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3271949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3383525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3385464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3518358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3519245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5723d217-4f58-475d-a05c-4edf2f8f1b41\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3534482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5723d217-4f58-475d-a05c-4edf2f8f1b41\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3537763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3547555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3661844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3663691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3788143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3788996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f39d0a21-ebeb-43e0-b0cf-b92dea6f8e66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3804019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f39d0a21-ebeb-43e0-b0cf-b92dea6f8e66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3808986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3818771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3933746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.3935995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4072122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4073134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\577e15ed-1171-467e-8905-ee959eeb412e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4088607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\577e15ed-1171-467e-8905-ee959eeb412e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4092341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4102189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4217758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4219562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4345293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4346729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2066dde4-66b5-42fa-aee0-9e937f733834\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4363926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2066dde4-66b5-42fa-aee0-9e937f733834\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4367223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4377340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4490520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4492496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4623311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4624811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bae2d47f-a442-4b51-bf21-91e0d020869a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4640715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bae2d47f-a442-4b51-bf21-91e0d020869a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4644142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4654729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4780495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4783106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4922371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4923743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27aed1e7-f3fa-458d-a788-5ea5de52b556\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4940702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27aed1e7-f3fa-458d-a788-5ea5de52b556\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4944244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.4954671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.5078113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.5080789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.6928833Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Upgrade app config files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:49:17.6964012Z","@mt":"Loading config files: {ConfigFiles}","@l":"Debug","ConfigFiles":"D:\\test\\CircleViewer\\app.config","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep"} -{"@t":"2023-05-06T03:49:17.6981052Z","@mt":"Loaded {ConfigCount} config files","@l":"Debug","ConfigCount":1,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep"} -{"@t":"2023-05-06T03:49:17.7114304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7115451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d07c26c4-f9b2-4cbe-8155-880054ce7fbd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7132169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d07c26c4-f9b2-4cbe-8155-880054ce7fbd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7136017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7146597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7258207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7277506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7409484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7410605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc3f628e-94f3-47af-bd7e-2942d9dfecc1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7426929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc3f628e-94f3-47af-bd7e-2942d9dfecc1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7430267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7440636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7541908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7544244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7667113Z","@mt":"Found {AppSettingCount} app settings for upgrade: {AppSettingNames}","AppSettingCount":0,"AppSettingNames":"","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.Updaters.AppSettingsConfigUpdater"} -{"@t":"2023-05-06T03:49:17.7703159Z","@mt":"Found {ConnectionStringsCount} connection strings for upgrade: {ConnectionStringNames}","ConnectionStringsCount":0,"ConnectionStringNames":"","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.Updaters.ConnectionStringsConfigUpdater"} -{"@t":"2023-05-06T03:49:17.7736102Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Upgrade app config files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:49:17.7855115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7856225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1a75f98-eb6d-4ed7-9dda-bc9a57decded\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7872076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1a75f98-eb6d-4ed7-9dda-bc9a57decded\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7875539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7885902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.7999190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8001616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8155915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8157351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb294e81-9ef6-476f-9c17-ace53b1ad76b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8172743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb294e81-9ef6-476f-9c17-ace53b1ad76b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8176131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8186263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8285678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8288019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8316275Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update source code","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:49:17.8345919Z","@mt":"Opening project {ProjectPath}","@l":"Debug","ProjectPath":"D:\\test\\CircleViewer\\CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:17.8372870Z","@mt":"Running analyzers on {ProjectName}","ProjectName":"CircleViewer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider"} -{"@t":"2023-05-06T03:49:17.8552666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8553866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b61e73d-7c7c-4daa-a3b5-83f8d4ead5e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8571251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b61e73d-7c7c-4daa-a3b5-83f8d4ead5e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8574847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8585332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8694870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8697583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8831036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8832630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ab862bd-38d4-4893-8776-f06e2f54cdf5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8848252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ab862bd-38d4-4893-8776-f06e2f54cdf5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8851568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8876259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8981934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.8984510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9138299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9139752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0f91112-0e7b-4290-8da7-17022cab5156\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9155849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0f91112-0e7b-4290-8da7-17022cab5156\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9159318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9169821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9303562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9306232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9443140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9444683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df00ee5e-a057-45ad-b931-88be7dae3c99\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9460439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df00ee5e-a057-45ad-b931-88be7dae3c99\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9463839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9474824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9628003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9630705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9768861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9770266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78e7659f-42bd-4b20-9dec-3cd1a0a76f6f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9786090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78e7659f-42bd-4b20-9dec-3cd1a0a76f6f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9789362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9799878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9917154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:17.9919861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0052110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0053176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\318b6f96-6fe8-4306-a3e8-34440530580e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0070019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\318b6f96-6fe8-4306-a3e8-34440530580e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0073777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0084000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0205136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0207566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0342271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0343568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15e555e3-4cd6-49df-b601-cc50be16903a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0359099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15e555e3-4cd6-49df-b601-cc50be16903a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0362688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0373292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0492374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0494491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0618767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0619671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d139bd26-5696-47b2-9718-3cc959293e96\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0635826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d139bd26-5696-47b2-9718-3cc959293e96\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0639239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0649061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0763795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0765745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0896089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0896954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffab8f17-9199-44b3-8434-ecf3898016a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0912716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffab8f17-9199-44b3-8434-ecf3898016a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0915922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.0925492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1038701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1040627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1170391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1171565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1fd0ba6-5ec4-4c48-810f-971f32e83b0e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1187827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1fd0ba6-5ec4-4c48-810f-971f32e83b0e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1191071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1200850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1319429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1321830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1465271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1466382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ff0250e-032a-46dc-a572-62b36d645d27\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1482579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ff0250e-032a-46dc-a572-62b36d645d27\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1486117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1496303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1610175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1612179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1740443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1741859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79f30bf4-a83b-4e7e-84eb-4bea8be2715e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1758812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79f30bf4-a83b-4e7e-84eb-4bea8be2715e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1762204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1771985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1890870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.1892798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2028535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2030160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\406a6f83-9293-4f80-a64c-98c533b0f9e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2047005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\406a6f83-9293-4f80-a64c-98c533b0f9e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2050200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2059925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2172265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2174312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2300062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2300899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bd0bc0b-cd05-4e5b-a52a-8041fe84ccc4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2316332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bd0bc0b-cd05-4e5b-a52a-8041fe84ccc4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2321098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2331030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2440840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2442576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2575400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2576579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eaa2f65e-78bf-474e-9064-4a478c0903ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2591685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eaa2f65e-78bf-474e-9064-4a478c0903ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2594920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2604245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2717398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2719367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2848372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2849365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd99499c-733e-4bcd-87f4-9b4179d754da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2864534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd99499c-733e-4bcd-87f4-9b4179d754da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2867727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2877607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2990782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.2992669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3123243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3124126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a91817ce-1f98-4b94-847f-350dde69f268\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3138956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a91817ce-1f98-4b94-847f-350dde69f268\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3142082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3151669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3264608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3266561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3389733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3390856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e0c38e4-0e26-4897-8033-a7ea0e82a264\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3409520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e0c38e4-0e26-4897-8033-a7ea0e82a264\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3412872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3422912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3542947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3545461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3686479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3688130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\326f03b5-bf7b-4b9f-9356-c22d9b31a366\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3705656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\326f03b5-bf7b-4b9f-9356-c22d9b31a366\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3710372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3720306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3835387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3837429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3966769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3968152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00e18d1c-1793-4c61-a661-c1ce2605c380\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3984620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00e18d1c-1793-4c61-a661-c1ce2605c380\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3987936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.3998230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4114738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4116837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4250715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4251607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c90639a2-f8fe-4597-9b5f-d529ba941844\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4267138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c90639a2-f8fe-4597-9b5f-d529ba941844\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4270255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4279701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4394911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4397325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4526026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4526898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcf05868-6bd5-48c1-a238-137db3f7fe12\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4542120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcf05868-6bd5-48c1-a238-137db3f7fe12\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4545266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4555059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4671993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4673980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4805117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4806186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea2a8482-a8ba-47ae-a472-175f0a1b8cbf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4821783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea2a8482-a8ba-47ae-a472-175f0a1b8cbf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4824928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4836207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4934823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.4936505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5080554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5081504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ff329ed-9930-49cd-b3da-db51c282d963\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5099066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ff329ed-9930-49cd-b3da-db51c282d963\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5102390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5112204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5209691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5211558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5360331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5361333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76aeb7ff-2a5b-43ea-b665-21f394533b2e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5377763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76aeb7ff-2a5b-43ea-b665-21f394533b2e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5381264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5391226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5488881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5490670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5636328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5637481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3dc05099-60e5-44a5-ae47-1e0b16bab755\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5654455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3dc05099-60e5-44a5-ae47-1e0b16bab755\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5658073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5668233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5774226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5776823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5913424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5914512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09379b13-ed69-42a4-a260-8b44a4dcdcc5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5930332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09379b13-ed69-42a4-a260-8b44a4dcdcc5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5933512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.5958667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6056896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6058729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6184559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6185452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92e8501e-191c-4bcb-80a0-9258883f5dd6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6200236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92e8501e-191c-4bcb-80a0-9258883f5dd6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6203395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6213803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6322533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6324448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6462439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6463382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e571078d-d99e-4b09-9f16-d24d15fa3926\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6479410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e571078d-d99e-4b09-9f16-d24d15fa3926\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6482660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6494280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6604915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6606796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6735788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6736638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\abdc4b39-661a-4089-8dba-ef22ad3e0bdf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6753172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\abdc4b39-661a-4089-8dba-ef22ad3e0bdf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6756523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6766523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6880979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.6882978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7017950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7018802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\858f8173-8da6-4fcf-86c1-305ea7051a0e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7034824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\858f8173-8da6-4fcf-86c1-305ea7051a0e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7038144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7047792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7156342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7158235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7297511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7298489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73cf7cce-bcc2-4c60-bec2-3dc04869c179\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7314787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73cf7cce-bcc2-4c60-bec2-3dc04869c179\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7318025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7328065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7442902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:18.7445263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:19.2720079Z","@mt":"Unable to resolve assembly {AssemblyName}","@l":"Debug","AssemblyName":"Microsoft.CodeAnalysis, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup"} -{"@t":"2023-05-06T03:49:19.2747946Z","@mt":"Unable to resolve assembly {AssemblyName}","@l":"Debug","AssemblyName":"Microsoft.CodeAnalysis, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup"} -{"@t":"2023-05-06T03:49:19.3805757Z","@mt":"Unable to resolve assembly {AssemblyName}","@l":"Debug","AssemblyName":"Microsoft.CodeAnalysis, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup"} -{"@t":"2023-05-06T03:49:19.5338877Z","@mt":"Unable to resolve assembly {AssemblyName}","@l":"Debug","AssemblyName":"Microsoft.CodeAnalysis, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup"} -{"@t":"2023-05-06T03:49:19.6826905Z","@mt":"Unable to resolve assembly {AssemblyName}","@l":"Debug","AssemblyName":"Microsoft.CodeAnalysis, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup"} -{"@t":"2023-05-06T03:49:24.7236974Z","@mt":"Identified {DiagnosticCount} diagnostics in project {ProjectName}","DiagnosticCount":0,"ProjectName":"CircleViewer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider"} -{"@t":"2023-05-06T03:49:24.7264257Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7265704Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0002","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7266033Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0005","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7266279Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0006","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7266515Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0007","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7266757Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0008","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7266993Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0010","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7267239Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0012","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7267491Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0014","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7267724Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0015","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7268013Z","@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":"2023-05-06T03:49:24.7268426Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA307","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7268656Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA309","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7268905Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA310","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7269137Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA311","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7269362Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA312","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7269608Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"[UA313, UA314]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2023-05-06T03:49:24.7269847Z","@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":"2023-05-06T03:49:24.7271073Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update source code","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:49:24.7381880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7382762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2bb7ffd-722a-4851-be07-f3a9e3cc6380\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7401072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2bb7ffd-722a-4851-be07-f3a9e3cc6380\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7405282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7416086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7566867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7569057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7700541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7701483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58dbf9e6-e52b-4df7-9f02-d8d17684e971\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7716785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58dbf9e6-e52b-4df7-9f02-d8d17684e971\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7720067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7730423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7980038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.7983494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8123720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8124561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d42d3574-6bd9-4df9-a039-7489c0e8c2e4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8139949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d42d3574-6bd9-4df9-a039-7489c0e8c2e4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8143350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8153812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8279305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8281546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8409738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8410815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3988903d-7797-4d21-be60-9a3bfe06809b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8426016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3988903d-7797-4d21-be60-9a3bfe06809b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8429257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8439273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8562066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8564287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8697884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8699122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b5433559-0059-45a8-b213-65d2e2a47f54\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8715841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b5433559-0059-45a8-b213-65d2e2a47f54\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8719177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8729878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8857435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8860076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.8999047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9000178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1ae508b-2ad9-4534-a5e4-4ed4f563afee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9017925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1ae508b-2ad9-4534-a5e4-4ed4f563afee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9021451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9032375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9156752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9159185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9294047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9294977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a12800fa-63a4-4dc4-9800-31bf47bc131f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9310867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a12800fa-63a4-4dc4-9800-31bf47bc131f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9314157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9324401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9447172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9449584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9580191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9581354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35a3128c-455f-401c-afba-0a219e00931c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9597473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35a3128c-455f-401c-afba-0a219e00931c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9600761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9611207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9734588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9736527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9864664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9865595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f96021d3-c4fc-484b-8b91-cc0cc62e7b71\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9882975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f96021d3-c4fc-484b-8b91-cc0cc62e7b71\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9886338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:24.9896749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0023870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0026043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0150576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0151372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2216ba7c-787a-49c4-886e-3b9e09472f23\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0166705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2216ba7c-787a-49c4-886e-3b9e09472f23\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0169962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0183045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0302995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0304832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0436623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0437476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4863895d-cbca-4039-ae4a-0fc6cabf0ef5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0452923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4863895d-cbca-4039-ae4a-0fc6cabf0ef5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0456337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0466563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0588693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0591252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0718859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0719916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\086189da-2fea-42dd-a284-6cca54453347\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0735348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\086189da-2fea-42dd-a284-6cca54453347\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0739063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0749352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0851446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.0853728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1023407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1024870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\750adc72-05e5-4791-85c3-567634773484\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1041401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\750adc72-05e5-4791-85c3-567634773484\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1044932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1056198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1156802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1159022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1315222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1316671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f9b8013-5f8f-49ef-aaa5-c4651b40b961\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1332921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f9b8013-5f8f-49ef-aaa5-c4651b40b961\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1336253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1346724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1452323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1454451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1589701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1590692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a862d59-2274-45c4-920d-e97f36e3600e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1605729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a862d59-2274-45c4-920d-e97f36e3600e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1624824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1635183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1739296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1741283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1865239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1866073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ea558b5-da26-470c-8ff3-7b18d4e1feba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1882206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ea558b5-da26-470c-8ff3-7b18d4e1feba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1885919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.1896078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2008248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2010202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2141192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2142061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48cf3549-291b-42ed-9e7e-3d2ef02227f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2157339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48cf3549-291b-42ed-9e7e-3d2ef02227f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2160613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2170435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2284440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2286325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2418387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2419368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\545eacd7-fe64-4dae-b0b5-ec046f103321\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2434693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\545eacd7-fe64-4dae-b0b5-ec046f103321\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2438036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2447928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2579754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2582269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2714495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2715318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e5f5535d-4a31-4642-8529-a063e2198003\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2730605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e5f5535d-4a31-4642-8529-a063e2198003\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2733811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2743828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2854916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2856975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2985524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.2986800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7ed5c1f-218a-45b7-9507-44d76c411ba1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3003309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7ed5c1f-218a-45b7-9507-44d76c411ba1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3006656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3017182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3138981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3141801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3278896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3280445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42f9c63d-247c-4ab2-8355-94d55ed673fa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3297068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42f9c63d-247c-4ab2-8355-94d55ed673fa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3300435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3311082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3430448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3432856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3559162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3560020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3d651c9-2802-4f05-a89e-83da3776487f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3576046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3d651c9-2802-4f05-a89e-83da3776487f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3579441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3590434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3703158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3704952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3832988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3834230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e2623b1-ee01-4ade-9dfd-70a6eb99e6e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3850460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e2623b1-ee01-4ade-9dfd-70a6eb99e6e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3853651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3863661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3973710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.3975791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4107083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4108675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a5fdf26-01d9-4e93-bd22-2a159758a8e3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4125429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a5fdf26-01d9-4e93-bd22-2a159758a8e3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4128650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4138810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4253549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4255550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4389978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4391112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3413213c-4f74-4640-9ab0-07433906a981\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4406717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3413213c-4f74-4640-9ab0-07433906a981\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4410046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4419953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4528012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4530149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4652252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4653085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46cd6bc0-f9fd-4baf-bc8a-9645dff8c147\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4670047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46cd6bc0-f9fd-4baf-bc8a-9645dff8c147\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4673490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4683217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4793637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4795467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4932379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4933995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\197fed91-f51b-4fef-b3a6-904a877cb716\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4950738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\197fed91-f51b-4fef-b3a6-904a877cb716\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4953973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.4963962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5079750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5081688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5221470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5222656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cd99fff-15db-439d-ac4d-ff31db48e9d6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5240181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cd99fff-15db-439d-ac4d-ff31db48e9d6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5243749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5254616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5375173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5377722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5515876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5517407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f209079b-77f4-4b08-9aa9-9048af2555c7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5534545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f209079b-77f4-4b08-9aa9-9048af2555c7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5538057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5547948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5667799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5669823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5798014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5799278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\859dda64-ab78-47ff-8876-44990101f308\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5815340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\859dda64-ab78-47ff-8876-44990101f308\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5818574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5828225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5937205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.5939107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6073928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6075152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a98ef227-b95e-4013-ac04-3321d4b71f65\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6090606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a98ef227-b95e-4013-ac04-3321d4b71f65\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6093681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6103246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6218336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6220347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6350670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6351528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\222d3b80-33ab-419f-a7da-02c102b533e1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6368815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\222d3b80-33ab-419f-a7da-02c102b533e1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6372429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6381938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6494291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6496241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6522005Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Move to next project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:49:25.6540002Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Move to next project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:49:25.6540482Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:49:25.6715277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6716935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b90edee7-1604-4475-b99f-0faa5acd11d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6733096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b90edee7-1604-4475-b99f-0faa5acd11d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6736630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6746786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6859381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6861354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6988394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.6989698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7a5d3cd-503b-4940-846b-7eb50ae130b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7005251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7a5d3cd-503b-4940-846b-7eb50ae130b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7008642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7018851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7133439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7135321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7269937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7270820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d0ca96c-2df4-403f-8790-61093dad5256\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7286099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d0ca96c-2df4-403f-8790-61093dad5256\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7289372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7301555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7424594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7427310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7560026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7561643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18fea742-8576-4be0-93e5-f8a01795aecb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7579138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18fea742-8576-4be0-93e5-f8a01795aecb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7582445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7592504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7691195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.7693045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8256233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8258062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e579c66a-50ee-4584-aad3-f758697a8a08\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8275168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e579c66a-50ee-4584-aad3-f758697a8a08\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8278810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8289226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8389213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8390883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8535758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8536961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eaa5aa50-a18c-41d5-9601-d67b62db4f42\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8553681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eaa5aa50-a18c-41d5-9601-d67b62db4f42\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8556881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8566518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8663848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8665561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8802363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8803297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0a2103c-c1de-456e-852f-4fa3afc61609\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8819024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0a2103c-c1de-456e-852f-4fa3afc61609\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8822285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8850614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8947160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.8949244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9080970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9081859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34d0d1ff-6e1d-4328-b25c-f3d671b41090\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9098105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34d0d1ff-6e1d-4328-b25c-f3d671b41090\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9101449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9111898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9221208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9223043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9361946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9363082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c62109d7-305e-4998-bf26-811b373c55c0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9378411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c62109d7-305e-4998-bf26-811b373c55c0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9381642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9391224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9506305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9509079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9647853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9648986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81679f8a-4147-4af0-8102-fc3f3219545b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9665994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81679f8a-4147-4af0-8102-fc3f3219545b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9669443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9679608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9792886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9795099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9941222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9942824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\304fcc5e-e510-4462-8d65-57acb8cfb85f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9960084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\304fcc5e-e510-4462-8d65-57acb8cfb85f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9963516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:25.9973516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0085934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0088066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0215899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0216956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1e3bace-117a-4c34-98d3-21673e967ca8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0234400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1e3bace-117a-4c34-98d3-21673e967ca8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0238997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0248890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0361020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0362786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0501861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0503405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9abb6e3d-24b8-4ee4-8586-3afa413c8ff9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0520733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9abb6e3d-24b8-4ee4-8586-3afa413c8ff9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0524144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0535641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0646980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0649012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0777548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0778724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9110a0b4-2068-402b-9586-6161517c5890\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0795240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9110a0b4-2068-402b-9586-6161517c5890\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0798475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0808373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0921677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.0923833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1063635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1065343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\badb88c9-d3c2-4c10-8fea-036887ac072c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1083067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\badb88c9-d3c2-4c10-8fea-036887ac072c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1086460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1096488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1212512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1215204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1347687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1348623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0b170b4-3d65-42ec-800c-9f8d606ef7c0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1364760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0b170b4-3d65-42ec-800c-9f8d606ef7c0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1368004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1378104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1492793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1494965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1634665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1635779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f76fc78c-ac94-4258-9e02-9739edb458ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1651622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f76fc78c-ac94-4258-9e02-9739edb458ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1654919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1665179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1785569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1788394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1922126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1923853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69250c47-4018-4c23-be24-b3b52ed0d0e5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1940110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69250c47-4018-4c23-be24-b3b52ed0d0e5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1943332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.1953309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2066840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2068772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2203832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2205090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ef1ccc2-c2c5-4dee-af37-a350f4d7a041\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2221436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ef1ccc2-c2c5-4dee-af37-a350f4d7a041\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2224731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2235856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2351457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2353282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2481408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2482278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce216e7e-21f3-411a-b052-2abdbfb0949a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2498168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce216e7e-21f3-411a-b052-2abdbfb0949a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2501378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2511399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2626432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2628495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2762573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2763735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb5e5440-18b9-4de7-8467-274e531dfba7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2779827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb5e5440-18b9-4de7-8467-274e531dfba7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2783580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2793229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2912718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.2914610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3042713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3043666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fca6dde4-2a86-4318-ab99-c258f4ebce9d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3059792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fca6dde4-2a86-4318-ab99-c258f4ebce9d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3062926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3072795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3190402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3192605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3330443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3332086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\697a9174-966f-472d-b520-f929ea93306d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3349492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\697a9174-966f-472d-b520-f929ea93306d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3352995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3363605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3486163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3488175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3619186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3620024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81c4c6b6-b5f3-4020-9451-6ba8b99d9a15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3637136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81c4c6b6-b5f3-4020-9451-6ba8b99d9a15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3640380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3650307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3764429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.3766563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.5696651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.5697668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2bdbeece-eaf8-4287-b88a-547cd128aa1e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.5713253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2bdbeece-eaf8-4287-b88a-547cd128aa1e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.5716587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.5726771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.5845041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.5847571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.5980793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.5982078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcb95201-9e81-4afe-ac7d-fbf7d54cfb20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.5998375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcb95201-9e81-4afe-ac7d-fbf7d54cfb20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6001663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6012615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6138280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6140880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6290098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6291766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0cd6b701-4757-4723-92c0-9cff0b733026\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6306948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0cd6b701-4757-4723-92c0-9cff0b733026\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6310468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6321017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6441570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6444122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6575373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6576361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efc52b18-7c4a-4c5e-a640-3e95c3af965d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6591987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\efc52b18-7c4a-4c5e-a640-3e95c3af965d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6595130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6605060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6697444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6718917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6853855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6855375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c77aa918-7735-43a4-8e79-6e1391d464b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6876061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c77aa918-7735-43a4-8e79-6e1391d464b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6879792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6890438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6990120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.6991816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7141940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7143661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90917814-bda5-4801-b9e3-20924e7fd56d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7158802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90917814-bda5-4801-b9e3-20924e7fd56d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7162007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7173500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7272204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7274218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7430914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7432240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fe8dc025-f8d5-4f2e-9b5b-2a06f8801d65\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7448701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fe8dc025-f8d5-4f2e-9b5b-2a06f8801d65\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7452183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7462320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7560805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7562553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7689036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7689945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\798142cf-ebb6-4a35-8b6f-bac3473d329b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7704619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\798142cf-ebb6-4a35-8b6f-bac3473d329b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7707671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7735312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7828638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7830280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7962146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7963709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4646acde-7ac2-474f-b8ea-590d27d2260b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7979120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4646acde-7ac2-474f-b8ea-590d27d2260b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7982681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.7992916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8110864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8113324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8244105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8246998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3bd3d9bc-77eb-47b2-8c15-ad51e76fa6ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8265107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3bd3d9bc-77eb-47b2-8c15-ad51e76fa6ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8268598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8279253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8393648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8396042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8527359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8528237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ab9e043-5663-4964-80b9-b15258e3d7cb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8543125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ab9e043-5663-4964-80b9-b15258e3d7cb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8546309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8556014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8668011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8669932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8798758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8799612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c9cd90b-9a95-425f-88a7-dce87171617a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8815281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c9cd90b-9a95-425f-88a7-dce87171617a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8818523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8828944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8940488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.8942516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9074908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9075753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e6b1127-77cb-417b-ad56-1b5cc249526a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9091055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e6b1127-77cb-417b-ad56-1b5cc249526a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9094216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9103787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9219312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9221158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9350001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9351124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\561c5123-ab40-4af3-80e0-5ccd720df10d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9366347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\561c5123-ab40-4af3-80e0-5ccd720df10d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9369541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9379422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9490937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9492859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9631496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9632481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5c60209-33fe-4faf-b840-495ce362a475\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9649145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5c60209-33fe-4faf-b840-495ce362a475\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9653286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9663168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9781835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9784565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9912102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9912970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0adf0ee-83ae-4a9d-8ab8-0bef3d082bbd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9928532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0adf0ee-83ae-4a9d-8ab8-0bef3d082bbd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9931722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:26.9943320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0051156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0052734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0180448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0181314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e3b19c2-137a-42d6-a071-264ce16c3d7e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0197144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e3b19c2-137a-42d6-a071-264ce16c3d7e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0200354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0210222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0333924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0336789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0475201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0476280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba5772fb-3526-4924-859a-47f1c9c2ad0b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0492576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba5772fb-3526-4924-859a-47f1c9c2ad0b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0495865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0505961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0627575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0629828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0764640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0765800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b5ddbc5-3f93-4a56-93ce-bb3e409b8588\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0781486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b5ddbc5-3f93-4a56-93ce-bb3e409b8588\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0784773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0795212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0912726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.0914914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1040769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1041639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11a43268-4cfe-43bb-8023-efd8ab159d9e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1057190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11a43268-4cfe-43bb-8023-efd8ab159d9e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1060415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1070872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1187435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1189488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1322428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1323380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c316f8d9-8253-4f84-a3ce-8d457fee9dec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1338495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c316f8d9-8253-4f84-a3ce-8d457fee9dec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1341678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1351628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1466913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1469064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1597443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1598335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7339f74e-4e68-4e12-be2c-03af2e87900d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1613653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7339f74e-4e68-4e12-be2c-03af2e87900d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1616725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1626211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1744180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1746102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1878077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1879206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\933c3137-4f9a-471d-a961-b4861eb4e86c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1895312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\933c3137-4f9a-471d-a961-b4861eb4e86c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1898570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.1908740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2021108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2022937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2147871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2149132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0d9c5fe-b021-4556-9af9-62de6858cf5c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2164261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0d9c5fe-b021-4556-9af9-62de6858cf5c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2167704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2177254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2294744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2296805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2434359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2435797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3229b142-9a78-4773-a8fa-e49bd744e254\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2451398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3229b142-9a78-4773-a8fa-e49bd744e254\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2455088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2465940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2594174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2596878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2726102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2727313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2370cfb7-2eb5-43c8-a27d-1b7b003a9514\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2743548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2370cfb7-2eb5-43c8-a27d-1b7b003a9514\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2747871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2758952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2879928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.2882537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3016632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3017728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e6ec7c1-e67d-4970-8f00-f243b7b62621\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3034034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e6ec7c1-e67d-4970-8f00-f243b7b62621\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3037085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3046623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3164205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3166062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3291679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3292803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a574f87-803c-46a3-a302-79f8b8b9efce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3307994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a574f87-803c-46a3-a302-79f8b8b9efce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3311347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3321130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3421190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3423305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3573392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3574334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d48486a0-90a1-4f81-bca0-823cfd927b1a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3589733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d48486a0-90a1-4f81-bca0-823cfd927b1a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3593097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3603554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3700770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3702480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3848095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3849304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f021340-dc8b-448d-8af0-8d49b8dece81\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3865212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f021340-dc8b-448d-8af0-8d49b8dece81\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3868312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3878066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3975672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.3977502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4131947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4133261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8a83e4bd-31a1-4916-aa16-a0ba1f495120\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4149578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8a83e4bd-31a1-4916-aa16-a0ba1f495120\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4152769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4162491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4260562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4262680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4385193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4386179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce0fd853-e1e4-476f-8de5-b60913c65d8a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4401586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce0fd853-e1e4-476f-8de5-b60913c65d8a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4404859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4435863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4534387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4536003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4675783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4677175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d103b577-98df-42f7-ab09-4f5726083644\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4693683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d103b577-98df-42f7-ab09-4f5726083644\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4697257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4707461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4819932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4822436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4958039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4959772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d34081c-1b62-48c4-a95b-2cd5e15304e9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4976001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d34081c-1b62-48c4-a95b-2cd5e15304e9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4979180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.4988871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.5100457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:27.5102639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:31.5927969Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Move to next project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep"} -{"@t":"2023-05-06T03:49:31.5970178Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Move to next project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep"} -{"@t":"2023-05-06T03:49:34.0066816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0068671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0c69210-e474-4e2b-8a9a-a0a3a2b5151d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0087426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0c69210-e474-4e2b-8a9a-a0a3a2b5151d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0091608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0102592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0218425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0220542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0357415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0358636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1e2ebd1-dfde-4659-b665-15b168c812b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0375543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1e2ebd1-dfde-4659-b665-15b168c812b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0379244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0389302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0505428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0507613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0534127Z","@mt":"Recommending Windows TFM {TFM} for project {Name} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net7.0-windows","Name":"CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2023-05-06T03:49:34.0699200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0700119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9798ae2-a344-46bf-8517-f016596c16a0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0717503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9798ae2-a344-46bf-8517-f016596c16a0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0720972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0731167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0848944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0851314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0981732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0982947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fee89407-1bf6-4509-9066-5943a5ca24c0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.0999633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fee89407-1bf6-4509-9066-5943a5ca24c0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1003050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1013553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1127359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1129537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1152666Z","@mt":"Recommending Windows TFM {TFM} for project {Name} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net7.0-windows","Name":"CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2023-05-06T03:49:34.1290370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1291614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a223ed74-acc9-480e-8180-64c15849d81d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1307770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a223ed74-acc9-480e-8180-64c15849d81d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1311114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1321774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1433969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1436546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1566112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1567448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e44518ce-c8df-4439-b350-9c82306e98e4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1584747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e44518ce-c8df-4439-b350-9c82306e98e4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1588333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1598395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1717807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1720212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1747292Z","@mt":"Recommending Windows TFM {TFM} for project {Name} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net7.0-windows","Name":"CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2023-05-06T03:49:34.1776936Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Finalize upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:49:34.1791301Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Finalize upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:49:34.1791818Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:49:34.1925820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1926853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f90fb54-6492-4174-ade6-1d2b9202ac6a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1943703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f90fb54-6492-4174-ade6-1d2b9202ac6a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1947228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.1957311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.2069392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.2071582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.2198937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.2200237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\461184ef-6a1d-44de-9f68-7df8f2f35dda\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.2216366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\allengb.BYSTORM\\AppData\\Local\\Temp\\dotnet-ua\\restores\\461184ef-6a1d-44de-9f68-7df8f2f35dda\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.2219854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.2229575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net7.0-windows7.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.2355294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net7.0-windows7.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.2357588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package RestSharp 105.2.3 is not compatible with net7.0-windows7.0 (.NETCoreApp,Version=v7.0). Package RestSharp 105.2.3 supports:\r\n - monoandroid10 (MonoAndroid,Version=v1.0)\r\n - monotouch10 (MonoTouch,Version=v1.0)\r\n - net35 (.NETFramework,Version=v3.5)\r\n - net40 (.NETFramework,Version=v4.0)\r\n - net40-client (.NETFramework,Version=v4.0,Profile=Client)\r\n - net45 (.NETFramework,Version=v4.5)\r\n - net451 (.NETFramework,Version=v4.5.1)\r\n - net452 (.NETFramework,Version=v4.5.2)\r\n - net46 (.NETFramework,Version=v4.6)\r\n - sl5 (Silverlight,Version=v5.0)\r\n - wp8 (WindowsPhone,Version=v8.0)\r\n - wp81 (WindowsPhone,Version=v8.1)\r\n - xamarinios10 (Xamarin.iOS,Version=v1.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2023-05-06T03:49:34.2382633Z","@mt":"Recommending Windows TFM {TFM} for project {Name} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net7.0-windows","Name":"CircleViewer.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2023-05-06T03:49:37.2189942Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Finalize upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep"} -{"@t":"2023-05-06T03:49:37.2227340Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Finalize upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep"} -{"@t":"2023-05-06T03:49:39.3762786Z","@mt":"No applicable upgrade steps found","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2023-05-06T03:49:39.3767561Z","@mt":"Upgrade has completed. Please review any changes.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleUpgrade"} -{"@t":"2023-05-06T03:49:39.5337247Z","@mt":"The Upgrade Report is generated at D:\\test\\CircleViewer\\UpgradeReport.sarif","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleUpgrade"} -{"@t":"2023-05-06T03:49:39.5910289Z","@mt":"Hosting started","@l":"Debug","EventId":{"Id":2,"Name":"Started"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"} -{"@t":"2023-05-06T03:49:39.5937481Z","@mt":"Hosting stopping","@l":"Debug","EventId":{"Id":3,"Name":"Stopping"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"} -{"@t":"2023-05-06T03:49:39.5946459Z","@mt":"Hosting stopped","@l":"Debug","EventId":{"Id":4,"Name":"Stopped"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"} -{"@t":"2023-05-06T03:49:39.5978531Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_NuGet00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:49:39.5981091Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_BinaryAnalysis00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:49:39.5981523Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_Default00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:49:39.5981766Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_try-convert00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:49:39.5981971Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_VB00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:49:39.5982439Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_Web00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:49:39.5982656Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_windows00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:49:39.5982864Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_MAUI00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2023-05-06T03:49:39.5983067Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_WCFUpdater00e106aeaedf4a0c898b6ef8126b068d","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} diff --git a/CircleViewerMac/AppDelegate.cs b/CircleViewerMac/AppDelegate.cs deleted file mode 100644 index 625f21f..0000000 --- a/CircleViewerMac/AppDelegate.cs +++ /dev/null @@ -1,34 +0,0 @@ -namespace CircleViewerMac -{ - [Register("AppDelegate")] - public class AppDelegate : UIApplicationDelegate - { - public override UIWindow? Window - { - get; - set; - } - - public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) - { - // create a new window instance based on the screen size - Window = new UIWindow(UIScreen.MainScreen.Bounds); - - // create a UIViewController with a single UILabel - var vc = new UIViewController(); - vc.View!.AddSubview(new UILabel(Window!.Frame) - { - BackgroundColor = UIColor.SystemBackground, - TextAlignment = UITextAlignment.Center, - Text = "Hello, Mac Catalyst!", - AutoresizingMask = UIViewAutoresizing.All, - }); - Window.RootViewController = vc; - - // make the window visible - Window.MakeKeyAndVisible(); - - return true; - } - } -} \ No newline at end of file diff --git a/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Contents.json b/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 2242b9a..0000000 --- a/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "images": [ - { - "idiom" : "mac", - "scale" : "1x", - "size" : "16x16", - "filename": "Icon16.png" - }, - { - "idiom" : "mac", - "scale" : "2x", - "size" : "16x16", - "filename": "Icon32.png" - }, - { - "idiom" : "mac", - "scale" : "1x", - "size" : "32x32", - "filename": "Icon32.png" - }, - { - "idiom" : "mac", - "scale" : "2x", - "size" : "32x32", - "filename": "Icon64.png" - }, - { - "idiom" : "mac", - "scale" : "1x", - "size" : "128x128", - "filename": "Icon128.png" - }, - { - "idiom" : "mac", - "scale" : "2x", - "size" : "128x128", - "filename": "Icon256.png" - }, - { - "idiom" : "mac", - "scale" : "1x", - "size" : "256x256", - "filename": "Icon256.png" - }, - { - "idiom" : "mac", - "scale" : "2x", - "size" : "256x256", - "filename": "Icon512.png" - }, - { - "idiom" : "mac", - "scale" : "1x", - "size" : "512x512", - "filename": "Icon512.png" - }, - { - "idiom" : "mac", - "scale" : "2x", - "size" : "512x512", - "filename": "Icon1024.png" - } - ], - "info": { - "version": 1, - "author": "xcode" - }, -} diff --git a/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon1024.png b/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon1024.png deleted file mode 100644 index d76627d493d1307108d32c68de52176915f6940b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10750 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 K-mKlOKm8B#*|OUJ diff --git a/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon128.png b/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon128.png deleted file mode 100644 index 0f75ad9c69124af52151483daaf1f1e6197ba04b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1232 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSoCO|{#S9GG!XV7ZFl&wkP>``W z$lZxy-8q?;Kn_c~qpu?a!^VE@KZ&eBZmOq?V@L(#+uQygB8d{mKOXne7Izk!et~H( zXI1F=TMN4b%Pu<0t?`a1Gd0j(xgcEkXI^rEVNj%nZjF4j3{N@G!^>6!VVd zN$0PBTov*oA`u@{DF7vKjyIbM>vaBQ8 z55M03^x#$M4cm5$O4fU6S}y*^u=jBI(kr{JPAdOY#6Q7j!>Wi|yYx=a?$kZG z^}?lnIk_^+{_U!NU2@}BR4m`5m231SwjFagv$dalchQE~74gCwzlqfuXfc#-UhQOe z=IxE_6g}Oj^&2g|AO3p%_3w*&9gK9hpMK0VW79X2MDdAFCkc8xe5s%GZks%BC}-v2 z4u(0~!~Uwg405<>tkiI!=tz}X-;tQtFF1>wUoa-mV>`fio^Qag5jpV4u9b| zd!N^VhVqi)4S5{*{qk>rZV;Y(t*sz4(f^uEd3%n@_P9;|msII5V^4U}-~9FRI~kU{ zuOGJ=2)nT@@Mk_R8*F}#%_#YfP=Qnae(!5Kdo^E~t=-(%dUNiU^SmmHihqT8cfDiu zNzY-(+Eecww~zaVG2_zu?|k7WUp&^Iw07zD>SOEQ=SkG6_)Kq_DZX)c{oNgfW)J3l zOlSJKWJ0menVSvOtc4m^EY+^vba;N)YvC0xr3RPeBwHu3HClpJu?J``W z$lZxy-8q?;Kn_c~qpu?a!^VE@KZ&eB{t{0Y$B+ufx0CjAH3f(?*spb&!hP{Uz~tbA zv8(rfTOhY!`D*rz6+5SAWMpS&Owf?g+Vbuw6Yty@nLiH->L1iRm$5kJBzJGhfh8(i z8D{;LFM9ImYt$R_@MFOX--)d=*f}TuM{V?6|81)m>|ma&)6UnI@qj;PPoC0c!F!8+ ziq<)7j%GhIZSIsSi#mD|jPix=C5Z|yf9xFEvp-o?_V2ySo+@E&g&z!FoO)fNJ5|mB P-OJ$V>gTe~DWM4fxVdHb diff --git a/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon256.png b/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon256.png deleted file mode 100644 index 5233b44b5f83ce3ebff731c95c0daad82397f934..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2113 zcmeHI`#02i82-%Hm|PN8$K8*Xsn2eqM1NNN#1Nz}T&-F%PUq@x4? zP&w)9>;(WqwjzK6N(Sezmjuc{G1Ap93IJt|e+L1c=4t&aiSlxB0+npNX&FHVIl4Il z@H$iZ`z3h*w)C8IcJz)x2nRjx=MnW=7X5LQ&V#`rSF0;h9_+fyqAfPo#iZ^&UTv3? zylC9LD<=5)SI6I8XsSwoy@*v6{h9Rapo!76HS30){O6s!t-?zmyAgLJmoDq(begej zI|2(Qp9D=VlN=RJPE?cgW9Mx<<|W??ZWUbglazo*b7l^v2si)&ACMqP5g;{y!XBW8 z1-o*9gXNFIe@7Bm$(dRh_1{}&Vh|$w(v}^bMdV98w3`I2$>R(7LdGZ~V(7bn-9jJZ z6i)Ju@0(G${)cv-F1hMj=n{=xZcD4uixnj9_nGMpr(iZ$9Q{xb$0?3%w>&W7lX<~T z94TIWE3FsG4`$;{wz>07iPU%@!$z5zcnf#5!~DItMYVP#p&PSlOwXw8sU(=Y0X-kAXYu!PE*?K8a*l!h}M z4DK2`YHmCMThJ!FjzMGA{lDrz09%LKI~cZK2o8Kf8l$p*wRD@8Ffiwp0qKzZa79`} zT01pT!4lLUWR_cBuuBDGF#&}&tw@cfFO6*k%4zLD zO#MC4EW9qo%pbC669C>A=$HC-URc|Zba_BghCygpT^-J7&&uyBf7Hu^i(0;Eo;`?| z`eH*C%`8_PG*rrqANjoG@bTQC6*oYN9HFfi=U!{aqhTvqOx$kRe{+m9I@*q^z6x>3 z^T5^cmRP4iruV?gRnqtXZ{kd1M8T2EX!x!gT+ls;XQ3>8 z%(oaYE&LmO;ulk@*zcWbY!o+6Dxq_4z7?2I_)>A`OXX~f@W;M3LpV5J9Y!<~H+rJ6 zYb(mj7^Mnbzw`8%s1*sSy+OOx-S!=S3+MQKh)&Rau)R z^3CvF-Qo3yL*umr(Jo-;n6Jgf!t&zz&^(nA+OvU&3Eflm1h=Eb-)emJC;>^zDnd?hhAg=lFgtF9o}<3 zNN(UXT&c)(eWR@r-(x2~l>^e9`>ifXP@G>7T9459rWziYN&@Mw{Z=D90xapT!9kY$ zYph0M1q9}*4q7u2jSRRGPyBXbl)x0ECX+o7^tjm!UycH+RxNZ%WUZ;;s0&$og*D%~ z^wt>iOt~t^Xb|;Y)G4jNH*tzz()HeLW92<5&#l5{vF%F>?5etmcz)6?(q2nHo!iZG z4l9>~2fBS!f_C4(yVOZoH{A2+9=S#pJ4#Sm`F$BkM>@Bb_u_>*{cbI{e&h+!~%vi>6|G znm^k`?s+fFv7F_4p`Hz0dz;x}?v-n!^3mPw3dmY~=v8=n&_%8O&11w_#?7)D$fuPb z4arB0324~dOlSh58)mut=FMkc<7d#g`;NHZZ4|tF#WS6q`CQCrp5aDZeGfhRjlRY` z^js|Iim-_KNf5$ZJe^{1&-3N4iOSdOYB1**;+a=YU9C+C?)Gk5waGsh>V&VGit6UZ z)QVZlvu*q#DUm0bI$;zhjp)%kuC~$K9PPodS~n0i%Xapa1{> diff --git a/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon32.png b/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon32.png deleted file mode 100644 index 5ac18161643c576e7f2803bae69dadd41f84249c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 459 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWND9BhG zIV@L(#+iAPK4+n^}*RNea>qbzEn+adp zrVD-B&aGX&psBgLd3As|`}968tMEVUcjj2_$a?-NYT;zApo3z8ItRrUeUC9+(s^l# z?4~*VPCNSV{JvX!u9aolq^tfvJOu0xGwB=vp}%=*XP+q}zt+3aCy(W3tA<{k znL^{0o~9Xg9Jxsj-|qK**Kmlr8nEjZ)K{|J4y-j*3dGqKBk)29f_%0s7i zUAva=-zfgCm!WlP*ZFf79WPI0%jSA>@nuwl$I{T92~W4E20L7+4i`z<`9pvRxN2>Dp_Adi@S*gG238=d5&yxY{;aTIDc2)V>@aw``njxgN@xNA&oILx diff --git a/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon512.png b/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon512.png deleted file mode 100644 index b152227c79d9f57171ad0bbfa5b5162ae7e8a28d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4194 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 diff --git a/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon64.png b/CircleViewerMac/Assets.xcassets/AppIcon.appiconset/Icon64.png deleted file mode 100644 index 5c497ade8328f2bd2ed43f33a1c767ae2447c488..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 788 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GG!XV7ZFl&wkP>``W z$lZxy-8q?;Kn_c~qpu?a!^VE@KZ&di3`{FMT^vIy7~jsa%@9tMIR5`*caqPAX-A}7 zb@;f>W=!5$$h*SgMFP9AR%wCZ0t?L<2bX3Yx7yMy+CHVsFTFRJEB1)Ok}Z}|*@u@V zeSBQIZts^_NA5hGwYc&5&w~?pKi+%#_rG^LzyIZbzS}V32lp`t=Homo;@7Vpuc^LcaG^u8-pF28=G{%gw0 zvbrykPxgPWHD9MF^;x;LjSGA23wB&P zrggyPde5CRR*RhLc;c-&txtJJv#THADz&h@)V=fM)@|!%%jruuZwS)MRh%B{uDJgC zxx2f>-7JbiY(MteGXJ}^JP5;}N^>q8=?92(=KeG;3`g%s5crT|O zVmg7L>g=0@(@oL}_o&zZ94PF}|{RnuH;9oOoepB)o$`cCJAZ4BAl y`pqP_cy9hZ^Lyskc)yP)%bPG`A6vrs%)hw#MTGY2-CDpz%;4$j=d#Wzp$P!ufnpW_ diff --git a/CircleViewerMac/CircleViewerMac.csproj b/CircleViewerMac/CircleViewerMac.csproj deleted file mode 100644 index c80c865..0000000 --- a/CircleViewerMac/CircleViewerMac.csproj +++ /dev/null @@ -1,10 +0,0 @@ - - - net7.0-maccatalyst - maccatalyst-x64 - Exe - enable - true - 14.2 - - diff --git a/CircleViewerMac/Entitlements.plist b/CircleViewerMac/Entitlements.plist deleted file mode 100644 index 36a8706..0000000 --- a/CircleViewerMac/Entitlements.plist +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/CircleViewerMac/Info.plist b/CircleViewerMac/Info.plist deleted file mode 100644 index 8317dc8..0000000 --- a/CircleViewerMac/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDisplayName - CircleViewerMac - CFBundleIdentifier - ai.circlesecurity.circleviewer - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1.0 - UIDeviceFamily - - 2 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - XSAppIconAssets - Assets.xcassets/AppIcon.appiconset - - \ No newline at end of file diff --git a/CircleViewerMac/Main.cs b/CircleViewerMac/Main.cs deleted file mode 100644 index eb9f50e..0000000 --- a/CircleViewerMac/Main.cs +++ /dev/null @@ -1,6 +0,0 @@ -using CircleViewerMac; - -// This is the main entry point of the application. -// If you want to use a different Application Delegate class from "AppDelegate" -// you can specify it here. -UIApplication.Main(args, null, typeof(AppDelegate)); diff --git a/CircleViewerMac/Resources/LaunchScreen.xib b/CircleViewerMac/Resources/LaunchScreen.xib deleted file mode 100644 index 8190201..0000000 --- a/CircleViewerMac/Resources/LaunchScreen.xib +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CircleViewerMac/SceneDelegate.cs b/CircleViewerMac/SceneDelegate.cs deleted file mode 100644 index 89d9b92..0000000 --- a/CircleViewerMac/SceneDelegate.cs +++ /dev/null @@ -1,56 +0,0 @@ -namespace CircleViewerMac -{ - [Register("SceneDelegate")] - public class SceneDelegate : UIResponder, IUIWindowSceneDelegate - { - - [Export("window")] - public UIWindow? Window { get; set; } - - [Export("scene:willConnectToSession:options:")] - public void WillConnect(UIScene scene, UISceneSession session, UISceneConnectionOptions connectionOptions) - { - // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`. - // If using a storyboard, the `window` property will automatically be initialized and attached to the scene. - // This delegate does not imply the connecting scene or session are new (see UIApplicationDelegate `GetConfiguration` instead). - } - - [Export("sceneDidDisconnect:")] - public void DidDisconnect(UIScene scene) - { - // Called as the scene is being released by the system. - // This occurs shortly after the scene enters the background, or when its session is discarded. - // Release any resources associated with this scene that can be re-created the next time the scene connects. - // The scene may re-connect later, as its session was not neccessarily discarded (see UIApplicationDelegate `DidDiscardSceneSessions` instead). - } - - [Export("sceneDidBecomeActive:")] - public void DidBecomeActive(UIScene scene) - { - // Called when the scene has moved from an inactive state to an active state. - // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive. - } - - [Export("sceneWillResignActive:")] - public void WillResignActive(UIScene scene) - { - // Called when the scene will move from an active state to an inactive state. - // This may occur due to temporary interruptions (ex. an incoming phone call). - } - - [Export("sceneWillEnterForeground:")] - public void WillEnterForeground(UIScene scene) - { - // Called as the scene transitions from the background to the foreground. - // Use this method to undo the changes made on entering the background. - } - - [Export("sceneDidEnterBackground:")] - public void DidEnterBackground(UIScene scene) - { - // Called as the scene transitions from the foreground to the background. - // Use this method to save data, release shared resources, and store enough scene-specific state information - // to restore the scene back to its current state. - } - } -} \ No newline at end of file diff --git a/CircleViewerMaui/App.xaml b/CircleViewerMaui/App.xaml new file mode 100644 index 0000000..bd1f084 --- /dev/null +++ b/CircleViewerMaui/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/CircleViewerMaui/App.xaml.cs b/CircleViewerMaui/App.xaml.cs new file mode 100644 index 0000000..28cba43 --- /dev/null +++ b/CircleViewerMaui/App.xaml.cs @@ -0,0 +1,11 @@ +namespace CircleViewerMaui; + +public partial class App : Application +{ + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } +} diff --git a/CircleViewerMaui/AppShell.xaml b/CircleViewerMaui/AppShell.xaml new file mode 100644 index 0000000..2520d79 --- /dev/null +++ b/CircleViewerMaui/AppShell.xaml @@ -0,0 +1,14 @@ + + + + + + diff --git a/CircleViewerMaui/AppShell.xaml.cs b/CircleViewerMaui/AppShell.xaml.cs new file mode 100644 index 0000000..d56b167 --- /dev/null +++ b/CircleViewerMaui/AppShell.xaml.cs @@ -0,0 +1,9 @@ +namespace CircleViewerMaui; + +public partial class AppShell : Shell +{ + public AppShell() + { + InitializeComponent(); + } +} diff --git a/CircleViewerMaui/CircleViewerMaui.csproj b/CircleViewerMaui/CircleViewerMaui.csproj new file mode 100644 index 0000000..7ac186f --- /dev/null +++ b/CircleViewerMaui/CircleViewerMaui.csproj @@ -0,0 +1,59 @@ + + + + net7.0-android;net7.0-ios;net7.0-maccatalyst + $(TargetFrameworks);net7.0-windows10.0.19041.0 + + + Exe + CircleViewerMaui + true + true + enable + + + CircleViewerMaui + + + com.companyname.circleviewermaui + dd1c117f-8b6d-4700-9ac7-e6d6b0d49a30 + + + 1.0 + 1 + + 11.0 + 13.1 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CircleViewerMaui/CircleViewerMaui.sln b/CircleViewerMaui/CircleViewerMaui.sln new file mode 100644 index 0000000..2986c70 --- /dev/null +++ b/CircleViewerMaui/CircleViewerMaui.sln @@ -0,0 +1,33 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31611.283 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CircleViewerMaui", "CircleViewerMaui.csproj", "{A666945C-D300-41C3-A24A-70CE27D21FFD}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CDPShared", "..\CDPShared\CDPShared.csproj", "{4D61781D-B817-41A3-8EB2-222CC872FC83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A666945C-D300-41C3-A24A-70CE27D21FFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A666945C-D300-41C3-A24A-70CE27D21FFD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A666945C-D300-41C3-A24A-70CE27D21FFD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {A666945C-D300-41C3-A24A-70CE27D21FFD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A666945C-D300-41C3-A24A-70CE27D21FFD}.Release|Any CPU.Build.0 = Release|Any CPU + {A666945C-D300-41C3-A24A-70CE27D21FFD}.Release|Any CPU.Deploy.0 = Release|Any CPU + {4D61781D-B817-41A3-8EB2-222CC872FC83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4D61781D-B817-41A3-8EB2-222CC872FC83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4D61781D-B817-41A3-8EB2-222CC872FC83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4D61781D-B817-41A3-8EB2-222CC872FC83}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572} + EndGlobalSection +EndGlobal diff --git a/CircleViewerMaui/MainPage.xaml b/CircleViewerMaui/MainPage.xaml new file mode 100644 index 0000000..49836ef --- /dev/null +++ b/CircleViewerMaui/MainPage.xaml @@ -0,0 +1,45 @@ + + + + + + + + + + + + +

I*oicVR*r{R1#Eyd<7k3Ts*-M_?-`TYt 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