Skip to content

Instantly share code, notes, and snippets.

@RickStrahl
Created September 26, 2023 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RickStrahl/a0ed087c5f19a696c8d2b132403dbd53 to your computer and use it in GitHub Desktop.
Save RickStrahl/a0ed087c5f19a696c8d2b132403dbd53 to your computer and use it in GitHub Desktop.
Fallback for app launching net7.0-windows with <RollForward>LatestMajor</RollForward> with net8.0 RC installed.
This file has been truncated, but you can view the full file.
Tracing enabled @ Tue Sep 26 20:10:54 2023 GMT
--- Invoked dotnet [version: 8.0.0-preview.7.23375.6, commit hash: 65b696cf5e7599ad68107138a1acb643d1cedd9d] main = {
C:\Program Files\dotnet\dotnet.exe
MarkdownMonster.dll
--roll-forward
LatestMajor
--roll-forward-to-prerelease
1
}
Reading fx resolver directory=[C:\Program Files\dotnet\host\fxr]
Considering fxr version=[6.0.22]...
Considering fxr version=[6.0.6]...
Considering fxr version=[7.0.11]...
Considering fxr version=[7.0.2]...
Considering fxr version=[8.0.0-rc.1.23419.4]...
Detected latest fxr version=[C:\Program Files\dotnet\host\fxr\8.0.0-rc.1.23419.4]...
Resolved fxr [C:\Program Files\dotnet\host\fxr\8.0.0-rc.1.23419.4\hostfxr.dll]...
Loaded library from C:\Program Files\dotnet\host\fxr\8.0.0-rc.1.23419.4\hostfxr.dll
Invoking fx resolver [C:\Program Files\dotnet\host\fxr\8.0.0-rc.1.23419.4\hostfxr.dll] hostfxr_main_startupinfo
Host path: [C:\Program Files\dotnet\dotnet.exe]
Dotnet path: [C:\Program Files\dotnet\]
App path: [C:\Program Files\dotnet\dotnet.dll]
Tracing enabled @ Tue Sep 26 20:10:54 2023 GMT
--- Invoked hostfxr_main_startupinfo [version: 8.0.0-rc.1.23419.4 @Commit: 92959931a32a37a19d8e1b1684edc6db0857d7de]
Checking if CoreCLR path exists=[C:\Program Files\dotnet\coreclr.dll]
--- Executing in muxer mode...
Using the provided arguments to determine the application to execute.
Using dotnet root path [C:\Program Files\dotnet\]
App runtimeconfig.json from [D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.dll]
Runtime config is cfg=D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.runtimeconfig.json dev=D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.runtimeconfig.dev.json
Attempting to read dev runtime config: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.runtimeconfig.dev.json
Attempting to read runtime config: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.runtimeconfig.json
Runtime config [D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.runtimeconfig.json] is valid=[1]
--- The specified framework 'Microsoft.NETCore.App', version '7.0.0', apply_patches=1, version_compatibility_range=major is compatible with the previously referenced version '7.0.0'.
--- Resolving FX directory, name 'Microsoft.NETCore.App' version '7.0.0'
Searching FX directory in [C:\Program Files\dotnet]
Attempting FX roll forward starting from version='[7.0.0]', apply_patches=1, version_compatibility_range=major, roll_to_highest_version=1, prefer_release=1
'Roll forward' enabled with version_compatibility_range [major]. Looking for the highest release greater than or equal version to [7.0.0]
Found version [7.0.11]
Applying patch roll forward from [7.0.11] on release only
Inspecting version... [6.0.15]
Inspecting version... [6.0.18]
Inspecting version... [6.0.21]
Inspecting version... [6.0.22]
Inspecting version... [6.0.6]
Inspecting version... [7.0.11]
Inspecting version... [8.0.0-rc.1.23419.4]
Changing Selected FX version from [] to [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11]
Chose FX version [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11]
Runtime config is cfg=C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.runtimeconfig.json dev=C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.runtimeconfig.dev.json
Attempting to read dev runtime config: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.runtimeconfig.dev.json
Attempting to read runtime config: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.runtimeconfig.json
Runtime config [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.runtimeconfig.json] is valid=[1]
--- The specified framework 'Microsoft.WindowsDesktop.App', version '7.0.0', apply_patches=1, version_compatibility_range=major is compatible with the previously referenced version '7.0.0'.
--- Resolving FX directory, name 'Microsoft.WindowsDesktop.App' version '7.0.0'
Searching FX directory in [C:\Program Files\dotnet]
Attempting FX roll forward starting from version='[7.0.0]', apply_patches=1, version_compatibility_range=major, roll_to_highest_version=1, prefer_release=1
'Roll forward' enabled with version_compatibility_range [major]. Looking for the highest release greater than or equal version to [7.0.0]
Found version [7.0.11]
Applying patch roll forward from [7.0.11] on release only
Inspecting version... [6.0.22]
Inspecting version... [6.0.6]
Inspecting version... [7.0.11]
Inspecting version... [8.0.0-rc.1.23420.5]
Changing Selected FX version from [] to [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11]
Chose FX version [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11]
Runtime config is cfg=C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.WindowsDesktop.App.runtimeconfig.json dev=C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.WindowsDesktop.App.runtimeconfig.dev.json
Attempting to read dev runtime config: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.WindowsDesktop.App.runtimeconfig.dev.json
Attempting to read runtime config: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.WindowsDesktop.App.runtimeconfig.json
Runtime config [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.WindowsDesktop.App.runtimeconfig.json] is valid=[1]
--- The specified framework 'Microsoft.NETCore.App', version '7.0.0', apply_patches=1, version_compatibility_range=major is compatible with the previously referenced version '7.0.11'.
--- Restarting all framework resolution because the previously resolved framework 'Microsoft.NETCore.App', version '7.0.0' must be re-resolved with the new version '7.0.11', apply_patches=1, version_compatibility_range=patch, roll_to_highest_version=1 .
--- The specified framework 'Microsoft.NETCore.App', version '7.0.0', apply_patches=1, version_compatibility_range=major is compatible with the previously referenced version '7.0.11'.
--- Resolving FX directory, name 'Microsoft.NETCore.App' version '7.0.11'
Searching FX directory in [C:\Program Files\dotnet]
Attempting FX roll forward starting from version='[7.0.11]', apply_patches=1, version_compatibility_range=patch, roll_to_highest_version=1, prefer_release=1
'Roll forward' enabled with version_compatibility_range [patch]. Looking for the lowest release greater than or equal version to [7.0.11]
Found version [7.0.11]
Applying patch roll forward from [7.0.11] on release only
Inspecting version... [6.0.15]
Inspecting version... [6.0.18]
Inspecting version... [6.0.21]
Inspecting version... [6.0.22]
Inspecting version... [6.0.6]
Inspecting version... [7.0.11]
Inspecting version... [8.0.0-rc.1.23419.4]
Changing Selected FX version from [] to [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11]
Chose FX version [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11]
Runtime config is cfg=C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.runtimeconfig.json dev=C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.runtimeconfig.dev.json
Attempting to read dev runtime config: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.runtimeconfig.dev.json
Attempting to read runtime config: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.runtimeconfig.json
Runtime config [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.runtimeconfig.json] is valid=[1]
--- The specified framework 'Microsoft.WindowsDesktop.App', version '7.0.0', apply_patches=1, version_compatibility_range=major is compatible with the previously referenced version '7.0.0'.
--- Resolving FX directory, name 'Microsoft.WindowsDesktop.App' version '7.0.0'
Searching FX directory in [C:\Program Files\dotnet]
Attempting FX roll forward starting from version='[7.0.0]', apply_patches=1, version_compatibility_range=major, roll_to_highest_version=1, prefer_release=1
'Roll forward' enabled with version_compatibility_range [major]. Looking for the highest release greater than or equal version to [7.0.0]
Found version [7.0.11]
Applying patch roll forward from [7.0.11] on release only
Inspecting version... [6.0.22]
Inspecting version... [6.0.6]
Inspecting version... [7.0.11]
Inspecting version... [8.0.0-rc.1.23420.5]
Changing Selected FX version from [] to [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11]
Chose FX version [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11]
Runtime config is cfg=C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.WindowsDesktop.App.runtimeconfig.json dev=C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.WindowsDesktop.App.runtimeconfig.dev.json
Attempting to read dev runtime config: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.WindowsDesktop.App.runtimeconfig.dev.json
Attempting to read runtime config: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.WindowsDesktop.App.runtimeconfig.json
Runtime config [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.WindowsDesktop.App.runtimeconfig.json] is valid=[1]
--- The specified framework 'Microsoft.NETCore.App', version '7.0.11', apply_patches=1, version_compatibility_range=patch is compatible with the previously referenced version '7.0.11'.
--- Summary of all frameworks:
framework:'Microsoft.WindowsDesktop.App', lowest requested version='7.0.0', found version='7.0.11', effective reference version='7.0.0' apply_patches=1, version_compatibility_range=major, roll_to_highest_version=1, folder=C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11
framework:'Microsoft.NETCore.App', lowest requested version='7.0.0', found version='7.0.11', effective reference version='7.0.11' apply_patches=1, version_compatibility_range=patch, roll_to_highest_version=1, folder=C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11
Executing as a framework-dependent app as per config file [D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.runtimeconfig.json]
--- Resolving hostpolicy.dll version from deps json [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.deps.json]
Resolved version from dependency manifest file [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.deps.json]
Dependency manifest C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.deps.json does not contain an entry for runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy
The expected hostpolicy.dll directory is [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11]
Loaded library from C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\hostpolicy.dll
Tracing enabled @ Tue Sep 26 20:10:54 2023 GMT
Reading from host interface version: [0x16041101:248] to initialize policy version: [0x16041101:248]
--- Invoked hostpolicy [commit hash: ecb34f85ec92e1b3c814edf7da83337e199e7f66] [runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy,7.0.11,runtimes/win-x64/native][x64] corehost_main = {
C:\Program Files\dotnet\dotnet.exe
MarkdownMonster.dll
--roll-forward
LatestMajor
--roll-forward-to-prerelease
1
}
Mode: muxer
Deps file:
Multilevel lookup is true
Looking for architecture-specific registry value in 'HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x64\InstallLocation'.
Found registered install location 'C:\Program Files\dotnet\'.
-- arguments_t: host_path='C:\Program Files\dotnet\dotnet.exe' app_root='D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\' deps='D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.deps.json' core_svc='C:\Program Files (x86)\coreservicing' mgd_app='D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.dll'
-- arguments_t: dotnet shared store: 'C:\Program Files\dotnet\store\x64\net7.0'
-- arguments_t: global shared store: 'C:\Program Files\dotnet\store\x64\net7.0'
Using Fx C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.deps.json deps file
Loading deps file... C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.NETCore.App.deps.json as framework dependent=[0]
Adding runtime asset System.Private.CoreLib.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset Microsoft.VisualBasic.dll assemblyVersion=10.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset Microsoft.Win32.Primitives.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset mscorlib.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset netstandard.dll assemblyVersion=2.1.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.AppContext.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Buffers.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.ComponentModel.DataAnnotations.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Configuration.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Core.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Data.DataSetExtensions.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Data.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Diagnostics.Contracts.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Diagnostics.Debug.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Diagnostics.Tools.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Diagnostics.Tracing.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Drawing.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Dynamic.Runtime.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Globalization.Calendars.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Globalization.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Globalization.Extensions.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.Compression.FileSystem.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.FileSystem.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.FileSystem.Primitives.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.Pipes.AccessControl.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.UnmanagedMemoryStream.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Numerics.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Numerics.Vectors.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Reflection.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Reflection.Emit.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Reflection.Emit.ILGeneration.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Reflection.Emit.Lightweight.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Reflection.Extensions.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Reflection.Primitives.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Resources.Reader.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Resources.ResourceManager.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.CompilerServices.Unsafe.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.Extensions.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.Handles.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.InteropServices.RuntimeInformation.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.Intrinsics.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.Loader.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.Serialization.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.Serialization.Json.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.Serialization.Xml.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Cryptography.Algorithms.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Cryptography.Cng.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Cryptography.Csp.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Cryptography.Encoding.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Cryptography.OpenSsl.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Cryptography.Primitives.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Cryptography.X509Certificates.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Principal.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.SecureString.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.ServiceModel.Web.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.ServiceProcess.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Text.Encoding.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Text.Encoding.Extensions.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Threading.Overlapped.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Threading.Tasks.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Threading.Tasks.Extensions.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Threading.Thread.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Threading.ThreadPool.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Threading.Timer.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Transactions.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.ValueTuple.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Web.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Windows.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Xml.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Xml.Linq.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Xml.ReaderWriter.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Xml.Serialization.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Xml.XDocument.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Xml.XmlDocument.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Xml.XmlSerializer.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Xml.XPath.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset WindowsBase.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset Microsoft.CSharp.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset Microsoft.VisualBasic.Core.dll assemblyVersion=12.0.0.0 fileVersion=12.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset Microsoft.Win32.Registry.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Collections.Concurrent.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Collections.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Collections.Immutable.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Collections.NonGeneric.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Collections.Specialized.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.ComponentModel.Annotations.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.ComponentModel.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.ComponentModel.EventBasedAsync.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.ComponentModel.Primitives.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.ComponentModel.TypeConverter.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Console.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Data.Common.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Diagnostics.DiagnosticSource.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Diagnostics.FileVersionInfo.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Diagnostics.Process.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Diagnostics.StackTrace.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Diagnostics.TextWriterTraceListener.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Diagnostics.TraceSource.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Drawing.Primitives.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Formats.Asn1.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Formats.Tar.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.Compression.Brotli.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.Compression.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.Compression.ZipFile.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.FileSystem.AccessControl.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.FileSystem.DriveInfo.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.FileSystem.Watcher.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.IsolatedStorage.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.MemoryMappedFiles.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.Pipes.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Linq.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Linq.Expressions.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Linq.Parallel.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Linq.Queryable.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Memory.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.Http.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.Http.Json.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.HttpListener.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.Mail.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.NameResolution.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.NetworkInformation.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.Ping.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.Primitives.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.Quic.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.Requests.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.Security.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.ServicePoint.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.Sockets.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.WebClient.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.WebHeaderCollection.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.WebProxy.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.WebSockets.Client.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Net.WebSockets.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.ObjectModel.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Private.DataContractSerialization.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Private.Uri.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Private.Xml.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Private.Xml.Linq.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Reflection.DispatchProxy.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Reflection.Metadata.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Reflection.TypeExtensions.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Resources.Writer.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.CompilerServices.VisualC.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.InteropServices.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.InteropServices.JavaScript.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.Numerics.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.Serialization.Formatters.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Runtime.Serialization.Primitives.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.AccessControl.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Claims.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Cryptography.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Principal.Windows.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Text.Encoding.CodePages.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Text.Encodings.Web.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Text.Json.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Text.RegularExpressions.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Threading.Channels.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Threading.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Threading.Tasks.Dataflow.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Threading.Tasks.Parallel.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Transactions.Local.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Web.HttpUtility.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Xml.XPath.XDocument.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset clretwrc.dll assemblyVersion= fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset clrgc.dll assemblyVersion= fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset clrjit.dll assemblyVersion= fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset coreclr.dll assemblyVersion= fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset createdump.exe assemblyVersion= fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset mscordaccore.dll assemblyVersion= fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset mscordaccore_amd64_amd64_7.0.1123.42427.dll assemblyVersion= fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset mscordbi.dll assemblyVersion= fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset mscorrc.dll assemblyVersion= fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset msquic.dll assemblyVersion= fileVersion=2.2.2.0 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset System.IO.Compression.Native.dll assemblyVersion= fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset hostpolicy.dll assemblyVersion= fileVersion=7.0.1123.42427 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Adding native asset Microsoft.DiaSymReader.Native.amd64.dll assemblyVersion= fileVersion=14.29.30152.0 from Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Reconciling library Microsoft.NETCore.App.Runtime.win-x64/7.0.11
Parsed runtime deps entry 18446744073709551615 for asset name: System.Private.CoreLib from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Private.CoreLib.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 0 for asset name: Microsoft.VisualBasic from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: Microsoft.VisualBasic.dll, assemblyVersion 10.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 1 for asset name: Microsoft.Win32.Primitives from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: Microsoft.Win32.Primitives.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 2 for asset name: mscorlib from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: mscorlib.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 3 for asset name: netstandard from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: netstandard.dll, assemblyVersion 2.1.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 4 for asset name: System.AppContext from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.AppContext.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 5 for asset name: System.Buffers from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Buffers.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 6 for asset name: System.ComponentModel.DataAnnotations from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.ComponentModel.DataAnnotations.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 7 for asset name: System.Configuration from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Configuration.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 8 for asset name: System.Core from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Core.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 9 for asset name: System.Data.DataSetExtensions from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Data.DataSetExtensions.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 10 for asset name: System.Data from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Data.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 11 for asset name: System.Diagnostics.Contracts from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.Contracts.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 12 for asset name: System.Diagnostics.Debug from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.Debug.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 13 for asset name: System.Diagnostics.Tools from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.Tools.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 14 for asset name: System.Diagnostics.Tracing from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.Tracing.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 15 for asset name: System from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 16 for asset name: System.Drawing from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Drawing.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 17 for asset name: System.Dynamic.Runtime from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Dynamic.Runtime.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 18 for asset name: System.Globalization.Calendars from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Globalization.Calendars.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 19 for asset name: System.Globalization from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Globalization.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 20 for asset name: System.Globalization.Extensions from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Globalization.Extensions.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 21 for asset name: System.IO.Compression.FileSystem from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.Compression.FileSystem.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 22 for asset name: System.IO from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 23 for asset name: System.IO.FileSystem from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.FileSystem.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 24 for asset name: System.IO.FileSystem.Primitives from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.FileSystem.Primitives.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 25 for asset name: System.IO.Pipes.AccessControl from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.Pipes.AccessControl.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 26 for asset name: System.IO.UnmanagedMemoryStream from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.UnmanagedMemoryStream.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 27 for asset name: System.Net from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 28 for asset name: System.Numerics from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Numerics.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 29 for asset name: System.Numerics.Vectors from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Numerics.Vectors.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 30 for asset name: System.Reflection from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Reflection.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 31 for asset name: System.Reflection.Emit from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Reflection.Emit.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 32 for asset name: System.Reflection.Emit.ILGeneration from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Reflection.Emit.ILGeneration.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 33 for asset name: System.Reflection.Emit.Lightweight from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Reflection.Emit.Lightweight.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 34 for asset name: System.Reflection.Extensions from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Reflection.Extensions.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 35 for asset name: System.Reflection.Primitives from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Reflection.Primitives.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 36 for asset name: System.Resources.Reader from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Resources.Reader.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 37 for asset name: System.Resources.ResourceManager from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Resources.ResourceManager.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 38 for asset name: System.Runtime.CompilerServices.Unsafe from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.CompilerServices.Unsafe.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 39 for asset name: System.Runtime from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 40 for asset name: System.Runtime.Extensions from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.Extensions.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 41 for asset name: System.Runtime.Handles from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.Handles.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 42 for asset name: System.Runtime.InteropServices.RuntimeInformation from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.InteropServices.RuntimeInformation.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 43 for asset name: System.Runtime.Intrinsics from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.Intrinsics.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 44 for asset name: System.Runtime.Loader from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.Loader.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 45 for asset name: System.Runtime.Serialization from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.Serialization.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 46 for asset name: System.Runtime.Serialization.Json from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.Serialization.Json.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 47 for asset name: System.Runtime.Serialization.Xml from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.Serialization.Xml.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 48 for asset name: System.Security.Cryptography.Algorithms from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Cryptography.Algorithms.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 49 for asset name: System.Security.Cryptography.Cng from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Cryptography.Cng.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 50 for asset name: System.Security.Cryptography.Csp from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Cryptography.Csp.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 51 for asset name: System.Security.Cryptography.Encoding from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Cryptography.Encoding.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 52 for asset name: System.Security.Cryptography.OpenSsl from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Cryptography.OpenSsl.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 53 for asset name: System.Security.Cryptography.Primitives from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Cryptography.Primitives.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 54 for asset name: System.Security.Cryptography.X509Certificates from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Cryptography.X509Certificates.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 55 for asset name: System.Security from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 56 for asset name: System.Security.Principal from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Principal.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 57 for asset name: System.Security.SecureString from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.SecureString.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 58 for asset name: System.ServiceModel.Web from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.ServiceModel.Web.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 59 for asset name: System.ServiceProcess from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.ServiceProcess.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 60 for asset name: System.Text.Encoding from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Text.Encoding.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 61 for asset name: System.Text.Encoding.Extensions from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Text.Encoding.Extensions.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 62 for asset name: System.Threading.Overlapped from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Threading.Overlapped.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 63 for asset name: System.Threading.Tasks from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Threading.Tasks.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 64 for asset name: System.Threading.Tasks.Extensions from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Threading.Tasks.Extensions.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 65 for asset name: System.Threading.Thread from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Threading.Thread.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 66 for asset name: System.Threading.ThreadPool from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Threading.ThreadPool.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 67 for asset name: System.Threading.Timer from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Threading.Timer.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 68 for asset name: System.Transactions from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Transactions.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 69 for asset name: System.ValueTuple from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.ValueTuple.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 70 for asset name: System.Web from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Web.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 71 for asset name: System.Windows from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Windows.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 72 for asset name: System.Xml from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Xml.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 73 for asset name: System.Xml.Linq from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Xml.Linq.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 74 for asset name: System.Xml.ReaderWriter from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Xml.ReaderWriter.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 75 for asset name: System.Xml.Serialization from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Xml.Serialization.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 76 for asset name: System.Xml.XDocument from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Xml.XDocument.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 77 for asset name: System.Xml.XmlDocument from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Xml.XmlDocument.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 78 for asset name: System.Xml.XmlSerializer from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Xml.XmlSerializer.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 79 for asset name: System.Xml.XPath from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Xml.XPath.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 80 for asset name: WindowsBase from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: WindowsBase.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 81 for asset name: Microsoft.CSharp from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: Microsoft.CSharp.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 82 for asset name: Microsoft.VisualBasic.Core from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: Microsoft.VisualBasic.Core.dll, assemblyVersion 12.0.0.0, fileVersion 12.0.1123.42427
Parsed runtime deps entry 83 for asset name: Microsoft.Win32.Registry from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: Microsoft.Win32.Registry.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 84 for asset name: System.Collections.Concurrent from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Collections.Concurrent.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 85 for asset name: System.Collections from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Collections.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 86 for asset name: System.Collections.Immutable from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Collections.Immutable.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 87 for asset name: System.Collections.NonGeneric from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Collections.NonGeneric.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 88 for asset name: System.Collections.Specialized from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Collections.Specialized.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 89 for asset name: System.ComponentModel.Annotations from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.ComponentModel.Annotations.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 90 for asset name: System.ComponentModel from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.ComponentModel.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 91 for asset name: System.ComponentModel.EventBasedAsync from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.ComponentModel.EventBasedAsync.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 92 for asset name: System.ComponentModel.Primitives from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.ComponentModel.Primitives.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 93 for asset name: System.ComponentModel.TypeConverter from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.ComponentModel.TypeConverter.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 94 for asset name: System.Console from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Console.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 95 for asset name: System.Data.Common from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Data.Common.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 96 for asset name: System.Diagnostics.DiagnosticSource from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.DiagnosticSource.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 97 for asset name: System.Diagnostics.FileVersionInfo from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.FileVersionInfo.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 98 for asset name: System.Diagnostics.Process from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.Process.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 99 for asset name: System.Diagnostics.StackTrace from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.StackTrace.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 100 for asset name: System.Diagnostics.TextWriterTraceListener from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.TextWriterTraceListener.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 101 for asset name: System.Diagnostics.TraceSource from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.TraceSource.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 102 for asset name: System.Drawing.Primitives from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Drawing.Primitives.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 103 for asset name: System.Formats.Asn1 from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Formats.Asn1.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 104 for asset name: System.Formats.Tar from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Formats.Tar.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 105 for asset name: System.IO.Compression.Brotli from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.Compression.Brotli.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 106 for asset name: System.IO.Compression from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.Compression.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 107 for asset name: System.IO.Compression.ZipFile from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.Compression.ZipFile.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 108 for asset name: System.IO.FileSystem.AccessControl from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.FileSystem.AccessControl.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 109 for asset name: System.IO.FileSystem.DriveInfo from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.FileSystem.DriveInfo.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 110 for asset name: System.IO.FileSystem.Watcher from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.FileSystem.Watcher.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 111 for asset name: System.IO.IsolatedStorage from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.IsolatedStorage.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 112 for asset name: System.IO.MemoryMappedFiles from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.MemoryMappedFiles.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 113 for asset name: System.IO.Pipes from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.Pipes.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 114 for asset name: System.Linq from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Linq.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 115 for asset name: System.Linq.Expressions from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Linq.Expressions.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 116 for asset name: System.Linq.Parallel from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Linq.Parallel.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 117 for asset name: System.Linq.Queryable from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Linq.Queryable.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 118 for asset name: System.Memory from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Memory.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 119 for asset name: System.Net.Http from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.Http.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 120 for asset name: System.Net.Http.Json from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.Http.Json.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 121 for asset name: System.Net.HttpListener from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.HttpListener.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 122 for asset name: System.Net.Mail from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.Mail.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 123 for asset name: System.Net.NameResolution from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.NameResolution.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 124 for asset name: System.Net.NetworkInformation from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.NetworkInformation.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 125 for asset name: System.Net.Ping from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.Ping.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 126 for asset name: System.Net.Primitives from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.Primitives.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 127 for asset name: System.Net.Quic from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.Quic.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 128 for asset name: System.Net.Requests from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.Requests.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 129 for asset name: System.Net.Security from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.Security.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 130 for asset name: System.Net.ServicePoint from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.ServicePoint.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 131 for asset name: System.Net.Sockets from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.Sockets.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 132 for asset name: System.Net.WebClient from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.WebClient.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 133 for asset name: System.Net.WebHeaderCollection from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.WebHeaderCollection.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 134 for asset name: System.Net.WebProxy from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.WebProxy.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 135 for asset name: System.Net.WebSockets.Client from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.WebSockets.Client.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 136 for asset name: System.Net.WebSockets from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Net.WebSockets.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 137 for asset name: System.ObjectModel from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.ObjectModel.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 138 for asset name: System.Private.DataContractSerialization from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Private.DataContractSerialization.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 139 for asset name: System.Private.Uri from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Private.Uri.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 140 for asset name: System.Private.Xml from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Private.Xml.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 141 for asset name: System.Private.Xml.Linq from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Private.Xml.Linq.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 142 for asset name: System.Reflection.DispatchProxy from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Reflection.DispatchProxy.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 143 for asset name: System.Reflection.Metadata from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Reflection.Metadata.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 144 for asset name: System.Reflection.TypeExtensions from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Reflection.TypeExtensions.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 145 for asset name: System.Resources.Writer from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Resources.Writer.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 146 for asset name: System.Runtime.CompilerServices.VisualC from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.CompilerServices.VisualC.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 147 for asset name: System.Runtime.InteropServices from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.InteropServices.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 148 for asset name: System.Runtime.InteropServices.JavaScript from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.InteropServices.JavaScript.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 149 for asset name: System.Runtime.Numerics from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.Numerics.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 150 for asset name: System.Runtime.Serialization.Formatters from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.Serialization.Formatters.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 151 for asset name: System.Runtime.Serialization.Primitives from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Runtime.Serialization.Primitives.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 152 for asset name: System.Security.AccessControl from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.AccessControl.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 153 for asset name: System.Security.Claims from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Claims.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 154 for asset name: System.Security.Cryptography from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Cryptography.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 155 for asset name: System.Security.Principal.Windows from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Principal.Windows.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 156 for asset name: System.Text.Encoding.CodePages from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Text.Encoding.CodePages.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 157 for asset name: System.Text.Encodings.Web from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Text.Encodings.Web.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 158 for asset name: System.Text.Json from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Text.Json.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 159 for asset name: System.Text.RegularExpressions from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Text.RegularExpressions.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 160 for asset name: System.Threading.Channels from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Threading.Channels.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 161 for asset name: System.Threading from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Threading.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 162 for asset name: System.Threading.Tasks.Dataflow from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Threading.Tasks.Dataflow.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 163 for asset name: System.Threading.Tasks.Parallel from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Threading.Tasks.Parallel.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 164 for asset name: System.Transactions.Local from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Transactions.Local.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 165 for asset name: System.Web.HttpUtility from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Web.HttpUtility.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 166 for asset name: System.Xml.XPath.XDocument from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Xml.XPath.XDocument.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed native deps entry 18446744073709551615 for asset name: clretwrc from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: clretwrc.dll, assemblyVersion , fileVersion 7.0.1123.42427
Parsed native deps entry 0 for asset name: clrgc from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: clrgc.dll, assemblyVersion , fileVersion 7.0.1123.42427
Parsed native deps entry 1 for asset name: clrjit from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: clrjit.dll, assemblyVersion , fileVersion 7.0.1123.42427
Parsed native deps entry 2 for asset name: coreclr from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: coreclr.dll, assemblyVersion , fileVersion 7.0.1123.42427
Parsed native deps entry 3 for asset name: createdump from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: createdump.exe, assemblyVersion , fileVersion 7.0.1123.42427
Parsed native deps entry 4 for asset name: mscordaccore from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: mscordaccore.dll, assemblyVersion , fileVersion 7.0.1123.42427
Parsed native deps entry 5 for asset name: mscordaccore_amd64_amd64_7.0.1123.42427 from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: mscordaccore_amd64_amd64_7.0.1123.42427.dll, assemblyVersion , fileVersion 7.0.1123.42427
Parsed native deps entry 6 for asset name: mscordbi from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: mscordbi.dll, assemblyVersion , fileVersion 7.0.1123.42427
Parsed native deps entry 7 for asset name: mscorrc from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: mscorrc.dll, assemblyVersion , fileVersion 7.0.1123.42427
Parsed native deps entry 8 for asset name: msquic from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: msquic.dll, assemblyVersion , fileVersion 2.2.2.0
Parsed native deps entry 9 for asset name: System.IO.Compression.Native from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.Compression.Native.dll, assemblyVersion , fileVersion 7.0.1123.42427
Parsed native deps entry 10 for asset name: hostpolicy from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: hostpolicy.dll, assemblyVersion , fileVersion 7.0.1123.42427
Parsed native deps entry 11 for asset name: Microsoft.DiaSymReader.Native.amd64 from package: Microsoft.NETCore.App.Runtime.win-x64, library version: 7.0.11, relpath: Microsoft.DiaSymReader.Native.amd64.dll, assemblyVersion , fileVersion 14.29.30152.0
The rid fallback graph is: {
win8-x64 => [
win8,
win7-x64,
win7,
win-x64,
win,
any,
base,
]
win7-x64-aot => [
win7-aot,
win7-x64,
win7,
win-x64-aot,
win-aot,
win-x64,
win,
aot,
any,
base,
]
win-x64 => [
win,
any,
base,
]
win8-x64-aot => [
win8-aot,
win8-x64,
win8,
win7-x64-aot,
win7-aot,
win7-x64,
win7,
win-x64-aot,
win-aot,
win-x64,
win,
aot,
any,
base,
]
win7-x64 => [
win7,
win-x64,
win,
any,
base,
]
win-x64-aot => [
win-aot,
win-x64,
win,
aot,
any,
base,
]
win10-x64 => [
win10,
win81-x64,
win81,
win8-x64,
win8,
win7-x64,
win7,
win-x64,
win,
any,
base,
]
win10-x64-aot => [
win10-aot,
win10-x64,
win10,
win81-x64-aot,
win81-aot,
win81-x64,
win81,
win8-x64-aot,
win8-aot,
win8-x64,
win8,
win7-x64-aot,
win7-aot,
win7-x64,
win7,
win-x64-aot,
win-aot,
win-x64,
win,
aot,
any,
base,
]
win81-x64 => [
win81,
win8-x64,
win8,
win7-x64,
win7,
win-x64,
win,
any,
base,
]
win81-x64-aot => [
win81-aot,
win81-x64,
win81,
win8-x64-aot,
win8-aot,
win8-x64,
win8,
win7-x64-aot,
win7-aot,
win7-x64,
win7,
win-x64-aot,
win-aot,
win-x64,
win,
aot,
any,
base,
]
}
Using Fx C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.WindowsDesktop.App.deps.json deps file
Loading deps file... C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.WindowsDesktop.App.deps.json as framework dependent=[1]
HostRID is win10-x64
Adding runtime asset System.Diagnostics.EventLog.Messages.dll assemblyVersion=7.0.0.0 fileVersion=0.0.0.0 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset Accessibility.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42502 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset Microsoft.VisualBasic.dll assemblyVersion=10.1.0.0 fileVersion=7.0.1123.42502 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Design.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42502 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Drawing.Design.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42502 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Drawing.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42502 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Windows.Forms.Design.Editors.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42502 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset Microsoft.Win32.Registry.AccessControl.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset Microsoft.Win32.SystemEvents.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.CodeDom.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Configuration.ConfigurationManager.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Diagnostics.EventLog.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Diagnostics.PerformanceCounter.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.DirectoryServices.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Drawing.Common.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.IO.Packaging.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Resources.Extensions.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Cryptography.Pkcs.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Cryptography.ProtectedData.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Cryptography.Xml.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Security.Permissions.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Threading.AccessControl.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Windows.Extensions.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42427 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset Microsoft.VisualBasic.Forms.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42502 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Windows.Forms.Design.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42502 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Windows.Forms.Primitives.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42502 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Windows.Forms.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42502 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset DirectWriteForwarder.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationCore.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationFramework-SystemCore.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationFramework-SystemData.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationFramework-SystemDrawing.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationFramework-SystemXml.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationFramework-SystemXmlLinq.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationFramework.Aero.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationFramework.Aero2.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationFramework.AeroLite.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationFramework.Classic.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationFramework.Luna.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationFramework.Royale.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationFramework.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset PresentationUI.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset ReachFramework.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Printing.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Windows.Controls.Ribbon.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Windows.Input.Manipulations.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Windows.Presentation.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset System.Xaml.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset UIAutomationClient.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset UIAutomationClientSideProviders.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset UIAutomationProvider.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset UIAutomationTypes.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset WindowsBase.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding runtime asset WindowsFormsIntegration.dll assemblyVersion=7.0.0.0 fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset cs/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset de/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset es/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset fr/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset it/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ja/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ko/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pl/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset pt-BR/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset ru/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset tr/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hans/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/Microsoft.VisualBasic.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/System.Windows.Forms.Design.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/System.Windows.Forms.Primitives.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/System.Windows.Forms.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/PresentationCore.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/PresentationFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/PresentationUI.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/ReachFramework.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/System.Windows.Controls.Ribbon.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/System.Windows.Input.Manipulations.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/System.Xaml.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/UIAutomationClient.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/UIAutomationClientSideProviders.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/UIAutomationProvider.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/UIAutomationTypes.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/WindowsBase.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding resources asset zh-Hant/WindowsFormsIntegration.resources.dll assemblyVersion= fileVersion= from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding native asset D3DCompiler_47_cor3.dll assemblyVersion= fileVersion=10.0.22621.1778 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding native asset PenImc_cor3.dll assemblyVersion= fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding native asset PresentationNative_cor3.dll assemblyVersion= fileVersion=7.0.23.40905 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding native asset vcruntime140_cor3.dll assemblyVersion= fileVersion=14.36.32532.0 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Adding native asset wpfgfx_cor3.dll assemblyVersion= fileVersion=7.0.1123.42506 from Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Reconciling library Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11
Parsed runtime deps entry 18446744073709551615 for asset name: System.Diagnostics.EventLog.Messages from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.EventLog.Messages.dll, assemblyVersion 7.0.0.0, fileVersion 0.0.0.0
Parsed runtime deps entry 0 for asset name: Accessibility from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: Accessibility.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42502
Parsed runtime deps entry 1 for asset name: Microsoft.VisualBasic from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: Microsoft.VisualBasic.dll, assemblyVersion 10.1.0.0, fileVersion 7.0.1123.42502
Parsed runtime deps entry 2 for asset name: System.Design from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Design.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42502
Parsed runtime deps entry 3 for asset name: System.Drawing.Design from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Drawing.Design.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42502
Parsed runtime deps entry 4 for asset name: System.Drawing from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Drawing.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42502
Parsed runtime deps entry 5 for asset name: System.Windows.Forms.Design.Editors from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Windows.Forms.Design.Editors.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42502
Parsed runtime deps entry 6 for asset name: Microsoft.Win32.Registry.AccessControl from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: Microsoft.Win32.Registry.AccessControl.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 7 for asset name: Microsoft.Win32.SystemEvents from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: Microsoft.Win32.SystemEvents.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 8 for asset name: System.CodeDom from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.CodeDom.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 9 for asset name: System.Configuration.ConfigurationManager from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Configuration.ConfigurationManager.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 10 for asset name: System.Diagnostics.EventLog from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.EventLog.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 11 for asset name: System.Diagnostics.PerformanceCounter from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Diagnostics.PerformanceCounter.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 12 for asset name: System.DirectoryServices from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.DirectoryServices.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 13 for asset name: System.Drawing.Common from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Drawing.Common.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 14 for asset name: System.IO.Packaging from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.IO.Packaging.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 15 for asset name: System.Resources.Extensions from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Resources.Extensions.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 16 for asset name: System.Security.Cryptography.Pkcs from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Cryptography.Pkcs.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 17 for asset name: System.Security.Cryptography.ProtectedData from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Cryptography.ProtectedData.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 18 for asset name: System.Security.Cryptography.Xml from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Cryptography.Xml.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 19 for asset name: System.Security.Permissions from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Security.Permissions.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 20 for asset name: System.Threading.AccessControl from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Threading.AccessControl.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 21 for asset name: System.Windows.Extensions from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Windows.Extensions.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42427
Parsed runtime deps entry 22 for asset name: Microsoft.VisualBasic.Forms from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: Microsoft.VisualBasic.Forms.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42502
Parsed runtime deps entry 23 for asset name: System.Windows.Forms.Design from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Windows.Forms.Design.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42502
Parsed runtime deps entry 24 for asset name: System.Windows.Forms.Primitives from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Windows.Forms.Primitives.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42502
Parsed runtime deps entry 25 for asset name: System.Windows.Forms from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Windows.Forms.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42502
Parsed runtime deps entry 26 for asset name: DirectWriteForwarder from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: DirectWriteForwarder.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 27 for asset name: PresentationCore from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationCore.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 28 for asset name: PresentationFramework-SystemCore from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationFramework-SystemCore.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 29 for asset name: PresentationFramework-SystemData from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationFramework-SystemData.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 30 for asset name: PresentationFramework-SystemDrawing from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationFramework-SystemDrawing.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 31 for asset name: PresentationFramework-SystemXml from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationFramework-SystemXml.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 32 for asset name: PresentationFramework-SystemXmlLinq from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationFramework-SystemXmlLinq.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 33 for asset name: PresentationFramework.Aero from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationFramework.Aero.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 34 for asset name: PresentationFramework.Aero2 from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationFramework.Aero2.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 35 for asset name: PresentationFramework.AeroLite from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationFramework.AeroLite.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 36 for asset name: PresentationFramework.Classic from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationFramework.Classic.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 37 for asset name: PresentationFramework.Luna from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationFramework.Luna.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 38 for asset name: PresentationFramework.Royale from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationFramework.Royale.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 39 for asset name: PresentationFramework from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationFramework.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 40 for asset name: PresentationUI from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationUI.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 41 for asset name: ReachFramework from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ReachFramework.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 42 for asset name: System.Printing from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Printing.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 43 for asset name: System.Windows.Controls.Ribbon from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Windows.Controls.Ribbon.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 44 for asset name: System.Windows.Input.Manipulations from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Windows.Input.Manipulations.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 45 for asset name: System.Windows.Presentation from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Windows.Presentation.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 46 for asset name: System.Xaml from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: System.Xaml.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 47 for asset name: UIAutomationClient from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: UIAutomationClient.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 48 for asset name: UIAutomationClientSideProviders from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: UIAutomationClientSideProviders.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 49 for asset name: UIAutomationProvider from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: UIAutomationProvider.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 50 for asset name: UIAutomationTypes from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: UIAutomationTypes.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 51 for asset name: WindowsBase from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: WindowsBase.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed runtime deps entry 52 for asset name: WindowsFormsIntegration from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: WindowsFormsIntegration.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.1123.42506
Parsed resources deps entry 18446744073709551615 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 0 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 1 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 2 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 3 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 4 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 5 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 6 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 7 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 8 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 9 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 10 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 11 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 12 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 13 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 14 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 15 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: cs/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 16 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 17 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 18 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 19 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 20 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 21 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 22 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 23 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 24 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 25 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 26 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 27 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 28 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 29 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 30 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 31 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 32 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: de/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 33 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 34 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 35 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 36 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 37 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 38 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 39 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 40 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 41 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 42 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 43 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 44 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 45 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 46 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 47 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 48 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 49 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: es/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 50 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 51 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 52 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 53 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 54 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 55 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 56 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 57 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 58 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 59 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 60 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 61 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 62 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 63 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 64 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 65 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 66 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: fr/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 67 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 68 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 69 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 70 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 71 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 72 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 73 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 74 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 75 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 76 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 77 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 78 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 79 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 80 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 81 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 82 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 83 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: it/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 84 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 85 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 86 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 87 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 88 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 89 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 90 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 91 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 92 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 93 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 94 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 95 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 96 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 97 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 98 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 99 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 100 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ja/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 101 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 102 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 103 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 104 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 105 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 106 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 107 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 108 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 109 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 110 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 111 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 112 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 113 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 114 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 115 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 116 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 117 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ko/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 118 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 119 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 120 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 121 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 122 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 123 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 124 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 125 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 126 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 127 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 128 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 129 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 130 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 131 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 132 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 133 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 134 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pl/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 135 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 136 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 137 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 138 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 139 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 140 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 141 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 142 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 143 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 144 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 145 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 146 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 147 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 148 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 149 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 150 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 151 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: pt-BR/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 152 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 153 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 154 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 155 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 156 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 157 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 158 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 159 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 160 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 161 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 162 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 163 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 164 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 165 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 166 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 167 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 168 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: ru/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 169 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 170 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 171 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 172 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 173 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 174 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 175 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 176 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 177 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 178 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 179 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 180 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 181 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 182 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 183 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 184 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 185 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: tr/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 186 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 187 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 188 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 189 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 190 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 191 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 192 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 193 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 194 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 195 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 196 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 197 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 198 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 199 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 200 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 201 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 202 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hans/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 203 for asset name: Microsoft.VisualBasic.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/Microsoft.VisualBasic.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 204 for asset name: System.Windows.Forms.Design.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/System.Windows.Forms.Design.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 205 for asset name: System.Windows.Forms.Primitives.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/System.Windows.Forms.Primitives.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 206 for asset name: System.Windows.Forms.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/System.Windows.Forms.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 207 for asset name: PresentationCore.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/PresentationCore.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 208 for asset name: PresentationFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/PresentationFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 209 for asset name: PresentationUI.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/PresentationUI.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 210 for asset name: ReachFramework.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/ReachFramework.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 211 for asset name: System.Windows.Controls.Ribbon.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/System.Windows.Controls.Ribbon.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 212 for asset name: System.Windows.Input.Manipulations.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/System.Windows.Input.Manipulations.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 213 for asset name: System.Xaml.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/System.Xaml.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 214 for asset name: UIAutomationClient.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/UIAutomationClient.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 215 for asset name: UIAutomationClientSideProviders.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/UIAutomationClientSideProviders.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 216 for asset name: UIAutomationProvider.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/UIAutomationProvider.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 217 for asset name: UIAutomationTypes.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/UIAutomationTypes.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 218 for asset name: WindowsBase.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/WindowsBase.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 219 for asset name: WindowsFormsIntegration.resources from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: zh-Hant/WindowsFormsIntegration.resources.dll, assemblyVersion , fileVersion
Parsed native deps entry 18446744073709551615 for asset name: D3DCompiler_47_cor3 from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: D3DCompiler_47_cor3.dll, assemblyVersion , fileVersion 10.0.22621.1778
Parsed native deps entry 0 for asset name: PenImc_cor3 from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PenImc_cor3.dll, assemblyVersion , fileVersion 7.0.1123.42506
Parsed native deps entry 1 for asset name: PresentationNative_cor3 from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: PresentationNative_cor3.dll, assemblyVersion , fileVersion 7.0.23.40905
Parsed native deps entry 2 for asset name: vcruntime140_cor3 from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: vcruntime140_cor3.dll, assemblyVersion , fileVersion 14.36.32532.0
Parsed native deps entry 3 for asset name: wpfgfx_cor3 from package: Microsoft.WindowsDesktop.App.Runtime.win-x64, library version: 7.0.11, relpath: wpfgfx_cor3.dll, assemblyVersion , fileVersion 7.0.1123.42506
Using D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.deps.json deps file
Loading deps file... D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.deps.json as framework dependent=[1]
Adding runtimeTargets native asset runtimes/linux-arm/native/libgit2-e632535.so rid=linux-arm assemblyVersion= fileVersion=0.0.0.0 from LibGit2Sharp.NativeBinaries/2.0.320
Adding runtimeTargets native asset runtimes/linux-arm64/native/libgit2-e632535.so rid=linux-arm64 assemblyVersion= fileVersion=0.0.0.0 from LibGit2Sharp.NativeBinaries/2.0.320
Adding runtimeTargets native asset runtimes/linux-musl-arm/native/libgit2-e632535.so rid=linux-musl-arm assemblyVersion= fileVersion=0.0.0.0 from LibGit2Sharp.NativeBinaries/2.0.320
Adding runtimeTargets native asset runtimes/linux-musl-arm64/native/libgit2-e632535.so rid=linux-musl-arm64 assemblyVersion= fileVersion=0.0.0.0 from LibGit2Sharp.NativeBinaries/2.0.320
Adding runtimeTargets native asset runtimes/linux-musl-x64/native/libgit2-e632535.so rid=linux-musl-x64 assemblyVersion= fileVersion=0.0.0.0 from LibGit2Sharp.NativeBinaries/2.0.320
Adding runtimeTargets native asset runtimes/linux-x64/native/libgit2-e632535.so rid=linux-x64 assemblyVersion= fileVersion=0.0.0.0 from LibGit2Sharp.NativeBinaries/2.0.320
Adding runtimeTargets native asset runtimes/osx-arm64/native/libgit2-e632535.dylib rid=osx-arm64 assemblyVersion= fileVersion=0.0.0.0 from LibGit2Sharp.NativeBinaries/2.0.320
Adding runtimeTargets native asset runtimes/osx-x64/native/libgit2-e632535.dylib rid=osx-x64 assemblyVersion= fileVersion=0.0.0.0 from LibGit2Sharp.NativeBinaries/2.0.320
Adding runtimeTargets native asset runtimes/win-arm64/native/git2-e632535.dll rid=win-arm64 assemblyVersion= fileVersion=1.6.4.0 from LibGit2Sharp.NativeBinaries/2.0.320
Adding runtimeTargets native asset runtimes/win-x64/native/git2-e632535.dll rid=win-x64 assemblyVersion= fileVersion=1.6.4.0 from LibGit2Sharp.NativeBinaries/2.0.320
Adding runtimeTargets native asset runtimes/win-x86/native/git2-e632535.dll rid=win-x86 assemblyVersion= fileVersion=1.6.4.0 from LibGit2Sharp.NativeBinaries/2.0.320
Adding runtimeTargets native asset runtimes/win-arm64/native/WebView2Loader.dll rid=win-arm64 assemblyVersion= fileVersion=1.0.2045.28 from Microsoft.Web.WebView2/1.0.2045.28
Adding runtimeTargets native asset runtimes/win-x64/native/WebView2Loader.dll rid=win-x64 assemblyVersion= fileVersion=1.0.2045.28 from Microsoft.Web.WebView2/1.0.2045.28
Adding runtimeTargets native asset runtimes/win-x86/native/WebView2Loader.dll rid=win-x86 assemblyVersion= fileVersion=1.0.2045.28 from Microsoft.Web.WebView2/1.0.2045.28
Adding runtimeTargets native asset runtimes/linux-arm/native/libSystem.IO.Ports.Native.so rid=linux-arm assemblyVersion= fileVersion=0.0.0.0 from runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0
Adding runtimeTargets native asset runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so rid=linux-arm64 assemblyVersion= fileVersion=0.0.0.0 from runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0
Adding runtimeTargets native asset runtimes/linux-x64/native/libSystem.IO.Ports.Native.so rid=linux-x64 assemblyVersion= fileVersion=0.0.0.0 from runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0
Adding runtimeTargets native asset runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib rid=osx-arm64 assemblyVersion= fileVersion=0.0.0.0 from runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0
Adding runtimeTargets native asset runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib rid=osx-x64 assemblyVersion= fileVersion=0.0.0.0 from runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0
Adding runtimeTargets native asset runtimes/win-arm64/native/sni.dll rid=win-arm64 assemblyVersion= fileVersion=4.6.25512.1 from runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0
Adding runtimeTargets native asset runtimes/win-x64/native/sni.dll rid=win-x64 assemblyVersion= fileVersion=4.6.25512.1 from runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0
Adding runtimeTargets native asset runtimes/win-x86/native/sni.dll rid=win-x86 assemblyVersion= fileVersion=4.6.25512.1 from runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0
Adding runtimeTargets runtime asset runtimes/freebsd/lib/net7.0/System.Data.Odbc.dll rid=freebsd assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.Data.Odbc/7.0.0
Adding runtimeTargets runtime asset runtimes/illumos/lib/net7.0/System.Data.Odbc.dll rid=illumos assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.Data.Odbc/7.0.0
Adding runtimeTargets runtime asset runtimes/ios/lib/net7.0/System.Data.Odbc.dll rid=ios assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.Data.Odbc/7.0.0
Adding runtimeTargets runtime asset runtimes/linux/lib/net7.0/System.Data.Odbc.dll rid=linux assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.Data.Odbc/7.0.0
Adding runtimeTargets runtime asset runtimes/osx/lib/net7.0/System.Data.Odbc.dll rid=osx assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.Data.Odbc/7.0.0
Adding runtimeTargets runtime asset runtimes/solaris/lib/net7.0/System.Data.Odbc.dll rid=solaris assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.Data.Odbc/7.0.0
Adding runtimeTargets runtime asset runtimes/tvos/lib/net7.0/System.Data.Odbc.dll rid=tvos assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.Data.Odbc/7.0.0
Adding runtimeTargets runtime asset runtimes/win/lib/net7.0/System.Data.Odbc.dll rid=win assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.Data.Odbc/7.0.0
Adding runtimeTargets runtime asset runtimes/win/lib/net7.0/System.Data.OleDb.dll rid=win assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.Data.OleDb/7.0.0
Adding runtimeTargets runtime asset runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll rid=unix assemblyVersion=4.6.1.5 fileVersion=4.700.22.51706 from System.Data.SqlClient/4.8.5
Adding runtimeTargets runtime asset runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll rid=win assemblyVersion=4.6.1.5 fileVersion=4.700.22.51706 from System.Data.SqlClient/4.8.5
Adding runtimeTargets runtime asset runtimes/win/lib/net7.0/System.DirectoryServices.dll rid=win assemblyVersion=4.0.0.0 fileVersion=7.0.323.6910 from System.DirectoryServices/7.0.1
Adding runtimeTargets runtime asset runtimes/win/lib/net7.0/System.DirectoryServices.AccountManagement.dll rid=win assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from System.DirectoryServices.AccountManagement/7.0.1
Adding runtimeTargets runtime asset runtimes/linux/lib/net7.0/System.DirectoryServices.Protocols.dll rid=linux assemblyVersion=7.0.0.1 fileVersion=7.0.723.27404 from System.DirectoryServices.Protocols/7.0.1
Adding runtimeTargets runtime asset runtimes/osx/lib/net7.0/System.DirectoryServices.Protocols.dll rid=osx assemblyVersion=7.0.0.1 fileVersion=7.0.723.27404 from System.DirectoryServices.Protocols/7.0.1
Adding runtimeTargets runtime asset runtimes/win/lib/net7.0/System.DirectoryServices.Protocols.dll rid=win assemblyVersion=7.0.0.1 fileVersion=7.0.723.27404 from System.DirectoryServices.Protocols/7.0.1
Adding runtimeTargets runtime asset runtimes/unix/lib/net7.0/System.IO.Ports.dll rid=unix assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.IO.Ports/7.0.0
Adding runtimeTargets runtime asset runtimes/win/lib/net7.0/System.IO.Ports.dll rid=win assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.IO.Ports/7.0.0
Adding runtimeTargets runtime asset runtimes/win/lib/net7.0/System.Management.dll rid=win assemblyVersion=7.0.0.2 fileVersion=7.0.723.27404 from System.Management/7.0.2
Adding runtimeTargets runtime asset runtimes/win/lib/net7.0/System.Runtime.Caching.dll rid=win assemblyVersion=4.0.0.0 fileVersion=7.0.22.51805 from System.Runtime.Caching/7.0.0
Adding runtimeTargets runtime asset runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll rid=win assemblyVersion=7.0.0.0 fileVersion=7.0.723.27404 from System.Security.Cryptography.Pkcs/7.0.2
Adding runtimeTargets runtime asset runtimes/win/lib/net7.0/System.ServiceProcess.ServiceController.dll rid=win assemblyVersion=7.0.0.1 fileVersion=7.0.723.27404 from System.ServiceProcess.ServiceController/7.0.1
Adding runtimeTargets runtime asset runtimes/win/lib/net7.0/System.Speech.dll rid=win assemblyVersion=4.0.0.0 fileVersion=7.0.22.51805 from System.Speech/7.0.0
Adding runtimeTargets runtime asset runtimes/win/lib/net7.0/System.Threading.AccessControl.dll rid=win assemblyVersion=7.0.0.0 fileVersion=7.0.222.60605 from System.Threading.AccessControl/7.0.1
HostRID is win10-x64
Chose win-x64, so removing rid (osx-arm64) specific assets for package LibGit2Sharp.NativeBinaries/2.0.320 and asset type native
Chose win-x64, so removing rid (linux-musl-arm64) specific assets for package LibGit2Sharp.NativeBinaries/2.0.320 and asset type native
Chose win-x64, so removing rid (linux-arm) specific assets for package LibGit2Sharp.NativeBinaries/2.0.320 and asset type native
Chose win-x64, so removing rid (linux-musl-arm) specific assets for package LibGit2Sharp.NativeBinaries/2.0.320 and asset type native
Chose win-x64, so removing rid (linux-arm64) specific assets for package LibGit2Sharp.NativeBinaries/2.0.320 and asset type native
Chose win-x64, so removing rid (osx-x64) specific assets for package LibGit2Sharp.NativeBinaries/2.0.320 and asset type native
Chose win-x64, so removing rid (win-x86) specific assets for package LibGit2Sharp.NativeBinaries/2.0.320 and asset type native
Chose win-x64, so removing rid (linux-musl-x64) specific assets for package LibGit2Sharp.NativeBinaries/2.0.320 and asset type native
Chose win-x64, so removing rid (linux-x64) specific assets for package LibGit2Sharp.NativeBinaries/2.0.320 and asset type native
Chose win-x64, so removing rid (win-arm64) specific assets for package LibGit2Sharp.NativeBinaries/2.0.320 and asset type native
Chose win-x64, so removing rid (win-arm64) specific assets for package Microsoft.Web.WebView2/1.0.2045.28 and asset type native
Chose win-x64, so removing rid (win-x86) specific assets for package Microsoft.Web.WebView2/1.0.2045.28 and asset type native
Chose win, so removing rid (solaris) specific assets for package System.Data.Odbc/7.0.0 and asset type runtime
Chose win, so removing rid (freebsd) specific assets for package System.Data.Odbc/7.0.0 and asset type runtime
Chose win, so removing rid (ios) specific assets for package System.Data.Odbc/7.0.0 and asset type runtime
Chose win, so removing rid (illumos) specific assets for package System.Data.Odbc/7.0.0 and asset type runtime
Chose win, so removing rid (tvos) specific assets for package System.Data.Odbc/7.0.0 and asset type runtime
Chose win, so removing rid (linux) specific assets for package System.Data.Odbc/7.0.0 and asset type runtime
Chose win, so removing rid (osx) specific assets for package System.Data.Odbc/7.0.0 and asset type runtime
Chose win, so removing rid (unix) specific assets for package System.Data.SqlClient/4.8.5 and asset type runtime
Chose win, so removing rid (linux) specific assets for package System.DirectoryServices.Protocols/7.0.1 and asset type runtime
Chose win, so removing rid (osx) specific assets for package System.DirectoryServices.Protocols/7.0.1 and asset type runtime
Chose win, so removing rid (unix) specific assets for package System.IO.Ports/7.0.0 and asset type runtime
Adding runtime asset MarkdownMonster.dll assemblyVersion= fileVersion= from MarkdownMonster/3.0.4.1
Adding runtime asset lib/netcoreapp3.1/ControlzEx.dll assemblyVersion=4.0.0.0 fileVersion=4.4.0.50 from ControlzEx/4.4.0
Adding runtime asset lib/net7.0/Docfx.MarkdigEngine.Extensions.dll assemblyVersion=2.70.4.0 fileVersion=2.70.4.0 from Docfx.MarkdigEngine.Extensions/2.70.4
Adding runtime asset lib/netcoreapp3.0/Dragablz.dll assemblyVersion=0.0.3.234 fileVersion=0.0.3.234 from Dragablz/0.0.3.234
Adding runtime asset lib/net6.0-windows7.0/FontAwesome6.Core.dll assemblyVersion=2.5.1.0 fileVersion=2.5.1.0 from FontAwesome6.Pro.Fonts/2.5.1
Adding runtime asset lib/net6.0-windows7.0/FontAwesome6.Fonts.Net.dll assemblyVersion=2.5.1.0 fileVersion=2.5.1.0 from FontAwesome6.Pro.Fonts/2.5.1
Adding runtime asset lib/net6.0-windows7.0/FontAwesome6.Shared.Net.dll assemblyVersion=2.5.1.0 fileVersion=2.5.1.0 from FontAwesome6.Pro.Fonts/2.5.1
Adding runtime asset lib/netstandard2.0/HtmlAgilityPack.dll assemblyVersion=1.11.53.0 fileVersion=1.11.53.0 from HtmlAgilityPack/1.11.53
Adding runtime asset lib/net6.0/LibGit2Sharp.dll assemblyVersion=0.27.0.0 fileVersion=0.27.2.0 from LibGit2Sharp/0.27.2
Adding runtime asset lib/netstandard2.0/LumenWorks.Framework.IO.dll assemblyVersion=4.0.0.0 fileVersion=4.0.0.0 from LumenWorksCsvReader/4.0.0
Adding runtime asset lib/netcoreapp3.1/MahApps.Metro.dll assemblyVersion=2.0.0.0 fileVersion=2.4.10.1 from MahApps.Metro/2.4.10
Adding resources asset lib/netcoreapp3.1/de/MahApps.Metro.resources.dll assemblyVersion= fileVersion= from MahApps.Metro/2.4.10
Adding runtime asset lib/net6.0/Markdig.dll assemblyVersion=0.33.0.0 fileVersion=0.33.0.0 from Markdig/0.33.0
Adding runtime asset lib/netstandard2.0/Microsoft.ApplicationInsights.dll assemblyVersion=2.21.0.429 fileVersion=2.21.0.429 from Microsoft.ApplicationInsights/2.21.0
Adding runtime asset lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll assemblyVersion=5.0.0.0 fileVersion=5.0.20.51904 from Microsoft.Bcl.AsyncInterfaces/5.0.0
Adding runtime asset lib/net6.0/Microsoft.CodeAnalysis.dll assemblyVersion=4.6.0.0 fileVersion=4.600.23.25908 from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding resources asset lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Common/4.6.0
Adding runtime asset lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll assemblyVersion=4.6.0.0 fileVersion=4.600.23.25908 from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding resources asset lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.CSharp/4.6.0
Adding runtime asset lib/net6.0/Microsoft.CodeAnalysis.Scripting.dll assemblyVersion=4.6.0.0 fileVersion=4.600.23.25908 from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/cs/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/de/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/es/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/fr/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/it/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/ja/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/ko/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/pl/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/ru/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/tr/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding resources asset lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll assemblyVersion= fileVersion= from Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Adding runtime asset lib/net5.0/Microsoft.Extensions.ObjectPool.dll assemblyVersion=5.0.0.0 fileVersion=5.0.1021.41022 from Microsoft.Extensions.ObjectPool/5.0.10
Adding runtime asset lib/netcoreapp3.0/Microsoft.Web.WebView2.Core.dll assemblyVersion=1.0.2045.28 fileVersion=1.0.2045.28 from Microsoft.Web.WebView2/1.0.2045.28
Adding runtime asset lib/netcoreapp3.0/Microsoft.Web.WebView2.WinForms.dll assemblyVersion=1.0.2045.28 fileVersion=1.0.2045.28 from Microsoft.Web.WebView2/1.0.2045.28
Adding runtime asset lib/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.dll assemblyVersion=1.0.2045.28 fileVersion=1.0.2045.28 from Microsoft.Web.WebView2/1.0.2045.28
Adding runtime asset lib/netcoreapp3.0/Microsoft.Xaml.Behaviors.dll assemblyVersion=1.1.0.0 fileVersion=1.1.19.35512 from Microsoft.Xaml.Behaviors.Wpf/1.1.19
Adding runtime asset lib/netstandard2.0/Mono.Cecil.Mdb.dll assemblyVersion=0.11.5.0 fileVersion=0.11.5.0 from Mono.Cecil/0.11.5
Adding runtime asset lib/netstandard2.0/Mono.Cecil.Pdb.dll assemblyVersion=0.11.5.0 fileVersion=0.11.5.0 from Mono.Cecil/0.11.5
Adding runtime asset lib/netstandard2.0/Mono.Cecil.Rocks.dll assemblyVersion=0.11.5.0 fileVersion=0.11.5.0 from Mono.Cecil/0.11.5
Adding runtime asset lib/netstandard2.0/Mono.Cecil.dll assemblyVersion=0.11.5.0 fileVersion=0.11.5.0 from Mono.Cecil/0.11.5
Adding runtime asset lib/net6.0/Newtonsoft.Json.dll assemblyVersion=13.0.0.0 fileVersion=13.0.3.27908 from Newtonsoft.Json/13.0.3
Adding runtime asset lib/net6.0/ReverseMarkdown.dll assemblyVersion=3.25.0.0 fileVersion=3.25.0.0 from ReverseMarkdown/3.25.0
Adding runtime asset lib/net7.0/System.ComponentModel.Composition.dll assemblyVersion=4.0.0.0 fileVersion=7.0.22.51805 from System.ComponentModel.Composition/7.0.0
Adding runtime asset lib/net7.0/System.ComponentModel.Composition.Registration.dll assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.ComponentModel.Composition.Registration/7.0.0
Adding runtime asset lib/net7.0/System.Data.Odbc.dll assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.Data.Odbc/7.0.0
Adding runtime asset lib/net7.0/System.Data.OleDb.dll assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.Data.OleDb/7.0.0
Adding runtime asset lib/netcoreapp2.1/System.Data.SqlClient.dll assemblyVersion=4.6.1.5 fileVersion=4.700.22.51706 from System.Data.SqlClient/4.8.5
Adding runtime asset lib/net7.0/System.DirectoryServices.dll assemblyVersion=4.0.0.0 fileVersion=7.0.323.6910 from System.DirectoryServices/7.0.1
Adding runtime asset lib/net7.0/System.DirectoryServices.AccountManagement.dll assemblyVersion=4.0.0.0 fileVersion=7.0.1123.42427 from System.DirectoryServices.AccountManagement/7.0.1
Adding runtime asset lib/net7.0/System.DirectoryServices.Protocols.dll assemblyVersion=7.0.0.1 fileVersion=7.0.723.27404 from System.DirectoryServices.Protocols/7.0.1
Adding runtime asset lib/net7.0/System.IO.Ports.dll assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.IO.Ports/7.0.0
Adding runtime asset lib/net7.0/System.Management.dll assemblyVersion=7.0.0.2 fileVersion=7.0.723.27404 from System.Management/7.0.2
Adding runtime asset lib/netstandard2.0/System.Private.ServiceModel.dll assemblyVersion=4.9.0.0 fileVersion=4.900.21.52002 from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/cs/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/de/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/es/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/fr/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/it/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/ja/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/ko/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/pl/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/pt-BR/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/ru/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/tr/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/zh-Hans/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding resources asset lib/netstandard2.0/zh-Hant/System.Private.ServiceModel.resources.dll assemblyVersion= fileVersion= from System.Private.ServiceModel/4.9.0
Adding runtime asset lib/net7.0/System.Reflection.Context.dll assemblyVersion=4.0.3.0 fileVersion=7.0.22.51805 from System.Reflection.Context/7.0.0
Adding runtime asset lib/net7.0/System.Runtime.Caching.dll assemblyVersion=4.0.0.0 fileVersion=7.0.22.51805 from System.Runtime.Caching/7.0.0
Adding runtime asset lib/net7.0/System.Security.Cryptography.Pkcs.dll assemblyVersion=7.0.0.0 fileVersion=7.0.723.27404 from System.Security.Cryptography.Pkcs/7.0.2
Adding runtime asset lib/net7.0/System.Security.Cryptography.ProtectedData.dll assemblyVersion=7.0.0.0 fileVersion=7.0.323.6910 from System.Security.Cryptography.ProtectedData/7.0.1
Adding runtime asset lib/net7.0/System.Security.Cryptography.Xml.dll assemblyVersion=7.0.0.0 fileVersion=7.0.222.60605 from System.Security.Cryptography.Xml/7.0.1
Adding runtime asset lib/net6.0/System.ServiceModel.Duplex.dll assemblyVersion=4.9.0.0 fileVersion=4.900.21.52002 from System.ServiceModel.Duplex/4.9.0
Adding runtime asset lib/net6.0/System.ServiceModel.Http.dll assemblyVersion=4.9.0.0 fileVersion=4.900.21.52002 from System.ServiceModel.Http/4.9.0
Adding runtime asset lib/net6.0/System.ServiceModel.NetTcp.dll assemblyVersion=4.9.0.0 fileVersion=4.900.21.52002 from System.ServiceModel.NetTcp/4.9.0
Adding runtime asset lib/net6.0/System.ServiceModel.Primitives.dll assemblyVersion=4.9.0.0 fileVersion=4.900.21.52002 from System.ServiceModel.Primitives/4.9.0
Adding runtime asset lib/net6.0/System.ServiceModel.dll assemblyVersion=4.0.0.0 fileVersion=4.900.21.52002 from System.ServiceModel.Primitives/4.9.0
Adding runtime asset lib/net6.0/System.ServiceModel.Security.dll assemblyVersion=4.9.0.0 fileVersion=4.900.21.52002 from System.ServiceModel.Security/4.9.0
Adding runtime asset lib/net7.0/System.ServiceModel.Syndication.dll assemblyVersion=7.0.0.0 fileVersion=7.0.22.51805 from System.ServiceModel.Syndication/7.0.0
Adding runtime asset lib/net7.0/System.ServiceProcess.ServiceController.dll assemblyVersion=7.0.0.1 fileVersion=7.0.723.27404 from System.ServiceProcess.ServiceController/7.0.1
Adding runtime asset lib/net7.0/System.Speech.dll assemblyVersion=4.0.0.0 fileVersion=7.0.22.51805 from System.Speech/7.0.0
Adding runtime asset lib/net7.0/System.Threading.AccessControl.dll assemblyVersion=7.0.0.0 fileVersion=7.0.222.60605 from System.Threading.AccessControl/7.0.1
Adding runtime asset lib/netstandard2.0/System.Web.Services.Description.dll assemblyVersion=4.9.0.0 fileVersion=4.900.21.52002 from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/cs/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/de/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/es/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/fr/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/it/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/ja/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/ko/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/pl/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/pt-BR/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/ru/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/tr/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/zh-Hans/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding resources asset lib/netstandard2.0/zh-Hant/System.Web.Services.Description.resources.dll assemblyVersion= fileVersion= from System.Web.Services.Description/4.9.0
Adding runtime asset lib/net6.0/WeCantSpell.Hunspell.dll assemblyVersion=4.0.0.0 fileVersion=4.0.0.0 from WeCantSpell.Hunspell/4.0.0
Adding runtime asset lib/netstandard2.0/Westwind.HtmlPackager.dll assemblyVersion=0.2.1.0 fileVersion=0.2.1.0 from Westwind.HtmlPackager/0.2.1
Adding runtime asset lib/net7.0/Westwind.Scripting.dll assemblyVersion=1.3.3.0 fileVersion=1.3.3.0 from Westwind.Scripting/1.3.3
Adding runtime asset lib/netstandard2.0/Westwind.Utilities.dll assemblyVersion=4.0.5.0 fileVersion=4.0.5.0 from Westwind.Utilities/4.0.5
Adding runtime asset lib/net7.0-windows7.0/Westwind.WebView.dll assemblyVersion=0.1.5.0 fileVersion=0.1.5.0 from Westwind.WebView/0.1.5
Adding runtime asset lib/net7.0/YamlDotNet.dll assemblyVersion=13.0.0.0 fileVersion=13.4.0.0 from YamlDotNet/13.4.0
Adding runtime asset Westwind.TypeImporter.dll assemblyVersion=0.20.0.0 fileVersion=0.20.0.0 from Westwind.TypeImporter/0.20.0.0
Reconciling library MarkdownMonster/3.0.4.1
Parsed runtime deps entry 18446744073709551615 for asset name: MarkdownMonster from project: MarkdownMonster, library version: 3.0.4.1, relpath: MarkdownMonster.dll, assemblyVersion , fileVersion
Reconciling library ControlzEx/4.4.0
Parsed runtime deps entry 0 for asset name: ControlzEx from package: ControlzEx, library version: 4.4.0, relpath: lib/netcoreapp3.1/ControlzEx.dll, assemblyVersion 4.0.0.0, fileVersion 4.4.0.50
Reconciling library Docfx.MarkdigEngine.Extensions/2.70.4
Parsed runtime deps entry 1 for asset name: Docfx.MarkdigEngine.Extensions from package: Docfx.MarkdigEngine.Extensions, library version: 2.70.4, relpath: lib/net7.0/Docfx.MarkdigEngine.Extensions.dll, assemblyVersion 2.70.4.0, fileVersion 2.70.4.0
Reconciling library Dragablz/0.0.3.234
Parsed runtime deps entry 2 for asset name: Dragablz from package: Dragablz, library version: 0.0.3.234, relpath: lib/netcoreapp3.0/Dragablz.dll, assemblyVersion 0.0.3.234, fileVersion 0.0.3.234
Reconciling library FontAwesome6.Pro.Fonts/2.5.1
Parsed runtime deps entry 3 for asset name: FontAwesome6.Core from package: FontAwesome6.Pro.Fonts, library version: 2.5.1, relpath: lib/net6.0-windows7.0/FontAwesome6.Core.dll, assemblyVersion 2.5.1.0, fileVersion 2.5.1.0
Parsed runtime deps entry 4 for asset name: FontAwesome6.Fonts.Net from package: FontAwesome6.Pro.Fonts, library version: 2.5.1, relpath: lib/net6.0-windows7.0/FontAwesome6.Fonts.Net.dll, assemblyVersion 2.5.1.0, fileVersion 2.5.1.0
Parsed runtime deps entry 5 for asset name: FontAwesome6.Shared.Net from package: FontAwesome6.Pro.Fonts, library version: 2.5.1, relpath: lib/net6.0-windows7.0/FontAwesome6.Shared.Net.dll, assemblyVersion 2.5.1.0, fileVersion 2.5.1.0
Reconciling library HtmlAgilityPack/1.11.53
Parsed runtime deps entry 6 for asset name: HtmlAgilityPack from package: HtmlAgilityPack, library version: 1.11.53, relpath: lib/netstandard2.0/HtmlAgilityPack.dll, assemblyVersion 1.11.53.0, fileVersion 1.11.53.0
Reconciling library LibGit2Sharp/0.27.2
Parsed runtime deps entry 7 for asset name: LibGit2Sharp from package: LibGit2Sharp, library version: 0.27.2, relpath: lib/net6.0/LibGit2Sharp.dll, assemblyVersion 0.27.0.0, fileVersion 0.27.2.0
Reconciling library LibGit2Sharp.NativeBinaries/2.0.320
Parsed native deps entry 18446744073709551615 for asset name: git2-e632535 from package: LibGit2Sharp.NativeBinaries, library version: 2.0.320, relpath: runtimes/win-x64/native/git2-e632535.dll, assemblyVersion , fileVersion 1.6.4.0
Reconciling library LumenWorksCsvReader/4.0.0
Parsed runtime deps entry 8 for asset name: LumenWorks.Framework.IO from package: LumenWorksCsvReader, library version: 4.0.0, relpath: lib/netstandard2.0/LumenWorks.Framework.IO.dll, assemblyVersion 4.0.0.0, fileVersion 4.0.0.0
Reconciling library MahApps.Metro/2.4.10
Parsed runtime deps entry 9 for asset name: MahApps.Metro from package: MahApps.Metro, library version: 2.4.10, relpath: lib/netcoreapp3.1/MahApps.Metro.dll, assemblyVersion 2.0.0.0, fileVersion 2.4.10.1
Parsed resources deps entry 18446744073709551615 for asset name: MahApps.Metro.resources from package: MahApps.Metro, library version: 2.4.10, relpath: lib/netcoreapp3.1/de/MahApps.Metro.resources.dll, assemblyVersion , fileVersion
Reconciling library Markdig/0.33.0
Parsed runtime deps entry 10 for asset name: Markdig from package: Markdig, library version: 0.33.0, relpath: lib/net6.0/Markdig.dll, assemblyVersion 0.33.0.0, fileVersion 0.33.0.0
Reconciling library Microsoft.ApplicationInsights/2.21.0
Parsed runtime deps entry 11 for asset name: Microsoft.ApplicationInsights from package: Microsoft.ApplicationInsights, library version: 2.21.0, relpath: lib/netstandard2.0/Microsoft.ApplicationInsights.dll, assemblyVersion 2.21.0.429, fileVersion 2.21.0.429
Reconciling library Microsoft.Bcl.AsyncInterfaces/5.0.0
Parsed runtime deps entry 12 for asset name: Microsoft.Bcl.AsyncInterfaces from package: Microsoft.Bcl.AsyncInterfaces, library version: 5.0.0, relpath: lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll, assemblyVersion 5.0.0.0, fileVersion 5.0.20.51904
Reconciling library Microsoft.CodeAnalysis.Analyzers/3.3.4
Library Microsoft.CodeAnalysis.Analyzers/3.3.4 does not exist
Reconciling library Microsoft.CodeAnalysis.Common/4.6.0
Parsed runtime deps entry 13 for asset name: Microsoft.CodeAnalysis from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/Microsoft.CodeAnalysis.dll, assemblyVersion 4.6.0.0, fileVersion 4.600.23.25908
Parsed resources deps entry 0 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 1 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 2 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 3 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 4 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 5 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 6 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 7 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 8 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 9 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 10 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 11 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 12 for asset name: Microsoft.CodeAnalysis.resources from package: Microsoft.CodeAnalysis.Common, library version: 4.6.0, relpath: lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll, assemblyVersion , fileVersion
Reconciling library Microsoft.CodeAnalysis.CSharp/4.6.0
Parsed runtime deps entry 14 for asset name: Microsoft.CodeAnalysis.CSharp from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll, assemblyVersion 4.6.0.0, fileVersion 4.600.23.25908
Parsed resources deps entry 13 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 14 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 15 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 16 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 17 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 18 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 19 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 20 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 21 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 22 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 23 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 24 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 25 for asset name: Microsoft.CodeAnalysis.CSharp.resources from package: Microsoft.CodeAnalysis.CSharp, library version: 4.6.0, relpath: lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll, assemblyVersion , fileVersion
Reconciling library Microsoft.CodeAnalysis.Scripting.Common/4.6.0
Parsed runtime deps entry 15 for asset name: Microsoft.CodeAnalysis.Scripting from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/Microsoft.CodeAnalysis.Scripting.dll, assemblyVersion 4.6.0.0, fileVersion 4.600.23.25908
Parsed resources deps entry 26 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/cs/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 27 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/de/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 28 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/es/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 29 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/fr/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 30 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/it/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 31 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/ja/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 32 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/ko/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 33 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/pl/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 34 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 35 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/ru/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 36 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/tr/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 37 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 38 for asset name: Microsoft.CodeAnalysis.Scripting.resources from package: Microsoft.CodeAnalysis.Scripting.Common, library version: 4.6.0, relpath: lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll, assemblyVersion , fileVersion
Reconciling library Microsoft.CSharp/4.7.0
Library Microsoft.CSharp/4.7.0 does not exist
Reconciling library Microsoft.Extensions.ObjectPool/5.0.10
Parsed runtime deps entry 16 for asset name: Microsoft.Extensions.ObjectPool from package: Microsoft.Extensions.ObjectPool, library version: 5.0.10, relpath: lib/net5.0/Microsoft.Extensions.ObjectPool.dll, assemblyVersion 5.0.0.0, fileVersion 5.0.1021.41022
Reconciling library Microsoft.NETCore.Platforms/5.0.0
Library Microsoft.NETCore.Platforms/5.0.0 does not exist
Reconciling library Microsoft.Web.WebView2/1.0.2045.28
Parsed runtime deps entry 17 for asset name: Microsoft.Web.WebView2.Core from package: Microsoft.Web.WebView2, library version: 1.0.2045.28, relpath: lib/netcoreapp3.0/Microsoft.Web.WebView2.Core.dll, assemblyVersion 1.0.2045.28, fileVersion 1.0.2045.28
Parsed runtime deps entry 18 for asset name: Microsoft.Web.WebView2.WinForms from package: Microsoft.Web.WebView2, library version: 1.0.2045.28, relpath: lib/netcoreapp3.0/Microsoft.Web.WebView2.WinForms.dll, assemblyVersion 1.0.2045.28, fileVersion 1.0.2045.28
Parsed runtime deps entry 19 for asset name: Microsoft.Web.WebView2.Wpf from package: Microsoft.Web.WebView2, library version: 1.0.2045.28, relpath: lib/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.dll, assemblyVersion 1.0.2045.28, fileVersion 1.0.2045.28
Parsed native deps entry 0 for asset name: WebView2Loader from package: Microsoft.Web.WebView2, library version: 1.0.2045.28, relpath: runtimes/win-x64/native/WebView2Loader.dll, assemblyVersion , fileVersion 1.0.2045.28
Reconciling library Microsoft.Win32.Registry/5.0.0
Library Microsoft.Win32.Registry/5.0.0 does not exist
Reconciling library Microsoft.Win32.Registry.AccessControl/7.0.0
Library Microsoft.Win32.Registry.AccessControl/7.0.0 does not exist
Reconciling library Microsoft.Win32.SystemEvents/7.0.0
Library Microsoft.Win32.SystemEvents/7.0.0 does not exist
Reconciling library Microsoft.Windows.Compatibility/7.0.5
Library Microsoft.Windows.Compatibility/7.0.5 does not exist
Reconciling library Microsoft.Xaml.Behaviors.Wpf/1.1.19
Parsed runtime deps entry 20 for asset name: Microsoft.Xaml.Behaviors from package: Microsoft.Xaml.Behaviors.Wpf, library version: 1.1.19, relpath: lib/netcoreapp3.0/Microsoft.Xaml.Behaviors.dll, assemblyVersion 1.1.0.0, fileVersion 1.1.19.35512
Reconciling library Mono.Cecil/0.11.5
Parsed runtime deps entry 21 for asset name: Mono.Cecil.Mdb from package: Mono.Cecil, library version: 0.11.5, relpath: lib/netstandard2.0/Mono.Cecil.Mdb.dll, assemblyVersion 0.11.5.0, fileVersion 0.11.5.0
Parsed runtime deps entry 22 for asset name: Mono.Cecil.Pdb from package: Mono.Cecil, library version: 0.11.5, relpath: lib/netstandard2.0/Mono.Cecil.Pdb.dll, assemblyVersion 0.11.5.0, fileVersion 0.11.5.0
Parsed runtime deps entry 23 for asset name: Mono.Cecil.Rocks from package: Mono.Cecil, library version: 0.11.5, relpath: lib/netstandard2.0/Mono.Cecil.Rocks.dll, assemblyVersion 0.11.5.0, fileVersion 0.11.5.0
Parsed runtime deps entry 24 for asset name: Mono.Cecil from package: Mono.Cecil, library version: 0.11.5, relpath: lib/netstandard2.0/Mono.Cecil.dll, assemblyVersion 0.11.5.0, fileVersion 0.11.5.0
Reconciling library Newtonsoft.Json/13.0.3
Parsed runtime deps entry 25 for asset name: Newtonsoft.Json from package: Newtonsoft.Json, library version: 13.0.3, relpath: lib/net6.0/Newtonsoft.Json.dll, assemblyVersion 13.0.0.0, fileVersion 13.0.3.27908
Reconciling library ReverseMarkdown/3.25.0
Parsed runtime deps entry 26 for asset name: ReverseMarkdown from package: ReverseMarkdown, library version: 3.25.0, relpath: lib/net6.0/ReverseMarkdown.dll, assemblyVersion 3.25.0.0, fileVersion 3.25.0.0
Reconciling library runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0
Reconciling library runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0
Reconciling library runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0
Reconciling library runtime.native.System.Data.SqlClient.sni/4.7.0
Library runtime.native.System.Data.SqlClient.sni/4.7.0 does not exist
Reconciling library runtime.native.System.IO.Ports/7.0.0
Library runtime.native.System.IO.Ports/7.0.0 does not exist
Reconciling library runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0
Reconciling library runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0
Reconciling library runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0
Reconciling library runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0
Parsed native deps entry 1 for asset name: sni from package: runtime.win-x64.runtime.native.System.Data.SqlClient.sni, library version: 4.4.0, relpath: runtimes/win-x64/native/sni.dll, assemblyVersion , fileVersion 4.6.25512.1
Reconciling library runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0
Reconciling library System.CodeDom/7.0.0
Library System.CodeDom/7.0.0 does not exist
Reconciling library System.Collections.Immutable/7.0.0
Library System.Collections.Immutable/7.0.0 does not exist
Reconciling library System.ComponentModel.Composition/7.0.0
Parsed runtime deps entry 27 for asset name: System.ComponentModel.Composition from package: System.ComponentModel.Composition, library version: 7.0.0, relpath: lib/net7.0/System.ComponentModel.Composition.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.22.51805
Reconciling library System.ComponentModel.Composition.Registration/7.0.0
Parsed runtime deps entry 28 for asset name: System.ComponentModel.Composition.Registration from package: System.ComponentModel.Composition.Registration, library version: 7.0.0, relpath: lib/net7.0/System.ComponentModel.Composition.Registration.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.22.51805
Reconciling library System.Configuration.ConfigurationManager/7.0.0
Library System.Configuration.ConfigurationManager/7.0.0 does not exist
Reconciling library System.Data.Odbc/7.0.0
Parsed runtime deps entry 29 for asset name: System.Data.Odbc from package: System.Data.Odbc, library version: 7.0.0, relpath: runtimes/win/lib/net7.0/System.Data.Odbc.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.22.51805
Reconciling library System.Data.OleDb/7.0.0
Parsed runtime deps entry 30 for asset name: System.Data.OleDb from package: System.Data.OleDb, library version: 7.0.0, relpath: runtimes/win/lib/net7.0/System.Data.OleDb.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.22.51805
Reconciling library System.Data.SqlClient/4.8.5
Parsed runtime deps entry 31 for asset name: System.Data.SqlClient from package: System.Data.SqlClient, library version: 4.8.5, relpath: runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll, assemblyVersion 4.6.1.5, fileVersion 4.700.22.51706
Reconciling library System.Diagnostics.DiagnosticSource/5.0.0
Library System.Diagnostics.DiagnosticSource/5.0.0 does not exist
Reconciling library System.Diagnostics.EventLog/7.0.0
Library System.Diagnostics.EventLog/7.0.0 does not exist
Reconciling library System.Diagnostics.PerformanceCounter/7.0.0
Library System.Diagnostics.PerformanceCounter/7.0.0 does not exist
Reconciling library System.DirectoryServices/7.0.1
Parsed runtime deps entry 32 for asset name: System.DirectoryServices from package: System.DirectoryServices, library version: 7.0.1, relpath: runtimes/win/lib/net7.0/System.DirectoryServices.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.323.6910
Reconciling library System.DirectoryServices.AccountManagement/7.0.1
Parsed runtime deps entry 33 for asset name: System.DirectoryServices.AccountManagement from package: System.DirectoryServices.AccountManagement, library version: 7.0.1, relpath: runtimes/win/lib/net7.0/System.DirectoryServices.AccountManagement.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.1123.42427
Reconciling library System.DirectoryServices.Protocols/7.0.1
Parsed runtime deps entry 34 for asset name: System.DirectoryServices.Protocols from package: System.DirectoryServices.Protocols, library version: 7.0.1, relpath: runtimes/win/lib/net7.0/System.DirectoryServices.Protocols.dll, assemblyVersion 7.0.0.1, fileVersion 7.0.723.27404
Reconciling library System.Drawing.Common/7.0.0
Library System.Drawing.Common/7.0.0 does not exist
Reconciling library System.Formats.Asn1/7.0.0
Library System.Formats.Asn1/7.0.0 does not exist
Reconciling library System.IO.Packaging/7.0.0
Library System.IO.Packaging/7.0.0 does not exist
Reconciling library System.IO.Ports/7.0.0
Parsed runtime deps entry 35 for asset name: System.IO.Ports from package: System.IO.Ports, library version: 7.0.0, relpath: runtimes/win/lib/net7.0/System.IO.Ports.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.22.51805
Reconciling library System.Management/7.0.2
Parsed runtime deps entry 36 for asset name: System.Management from package: System.Management, library version: 7.0.2, relpath: runtimes/win/lib/net7.0/System.Management.dll, assemblyVersion 7.0.0.2, fileVersion 7.0.723.27404
Reconciling library System.Numerics.Vectors/4.5.0
Library System.Numerics.Vectors/4.5.0 does not exist
Reconciling library System.Private.ServiceModel/4.9.0
Parsed runtime deps entry 37 for asset name: System.Private.ServiceModel from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/System.Private.ServiceModel.dll, assemblyVersion 4.9.0.0, fileVersion 4.900.21.52002
Parsed resources deps entry 39 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/cs/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 40 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/de/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 41 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/es/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 42 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/fr/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 43 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/it/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 44 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/ja/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 45 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/ko/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 46 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/pl/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 47 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/pt-BR/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 48 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/ru/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 49 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/tr/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 50 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/zh-Hans/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 51 for asset name: System.Private.ServiceModel.resources from package: System.Private.ServiceModel, library version: 4.9.0, relpath: lib/netstandard2.0/zh-Hant/System.Private.ServiceModel.resources.dll, assemblyVersion , fileVersion
Reconciling library System.Reflection.Context/7.0.0
Parsed runtime deps entry 38 for asset name: System.Reflection.Context from package: System.Reflection.Context, library version: 7.0.0, relpath: lib/net7.0/System.Reflection.Context.dll, assemblyVersion 4.0.3.0, fileVersion 7.0.22.51805
Reconciling library System.Reflection.DispatchProxy/4.7.1
Library System.Reflection.DispatchProxy/4.7.1 does not exist
Reconciling library System.Reflection.Metadata/7.0.0
Library System.Reflection.Metadata/7.0.0 does not exist
Reconciling library System.Runtime.Caching/7.0.0
Parsed runtime deps entry 39 for asset name: System.Runtime.Caching from package: System.Runtime.Caching, library version: 7.0.0, relpath: runtimes/win/lib/net7.0/System.Runtime.Caching.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.22.51805
Reconciling library System.Runtime.CompilerServices.Unsafe/6.0.0
Library System.Runtime.CompilerServices.Unsafe/6.0.0 does not exist
Reconciling library System.Security.AccessControl/5.0.0
Library System.Security.AccessControl/5.0.0 does not exist
Reconciling library System.Security.Cryptography.Pkcs/7.0.2
Parsed runtime deps entry 40 for asset name: System.Security.Cryptography.Pkcs from package: System.Security.Cryptography.Pkcs, library version: 7.0.2, relpath: runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.723.27404
Reconciling library System.Security.Cryptography.ProtectedData/7.0.1
Parsed runtime deps entry 41 for asset name: System.Security.Cryptography.ProtectedData from package: System.Security.Cryptography.ProtectedData, library version: 7.0.1, relpath: lib/net7.0/System.Security.Cryptography.ProtectedData.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.323.6910
Reconciling library System.Security.Cryptography.Xml/7.0.1
Parsed runtime deps entry 42 for asset name: System.Security.Cryptography.Xml from package: System.Security.Cryptography.Xml, library version: 7.0.1, relpath: lib/net7.0/System.Security.Cryptography.Xml.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.222.60605
Reconciling library System.Security.Permissions/7.0.0
Library System.Security.Permissions/7.0.0 does not exist
Reconciling library System.Security.Principal.Windows/5.0.0
Library System.Security.Principal.Windows/5.0.0 does not exist
Reconciling library System.ServiceModel.Duplex/4.9.0
Parsed runtime deps entry 43 for asset name: System.ServiceModel.Duplex from package: System.ServiceModel.Duplex, library version: 4.9.0, relpath: lib/net6.0/System.ServiceModel.Duplex.dll, assemblyVersion 4.9.0.0, fileVersion 4.900.21.52002
Reconciling library System.ServiceModel.Http/4.9.0
Parsed runtime deps entry 44 for asset name: System.ServiceModel.Http from package: System.ServiceModel.Http, library version: 4.9.0, relpath: lib/net6.0/System.ServiceModel.Http.dll, assemblyVersion 4.9.0.0, fileVersion 4.900.21.52002
Reconciling library System.ServiceModel.NetTcp/4.9.0
Parsed runtime deps entry 45 for asset name: System.ServiceModel.NetTcp from package: System.ServiceModel.NetTcp, library version: 4.9.0, relpath: lib/net6.0/System.ServiceModel.NetTcp.dll, assemblyVersion 4.9.0.0, fileVersion 4.900.21.52002
Reconciling library System.ServiceModel.Primitives/4.9.0
Parsed runtime deps entry 46 for asset name: System.ServiceModel.Primitives from package: System.ServiceModel.Primitives, library version: 4.9.0, relpath: lib/net6.0/System.ServiceModel.Primitives.dll, assemblyVersion 4.9.0.0, fileVersion 4.900.21.52002
Parsed runtime deps entry 47 for asset name: System.ServiceModel from package: System.ServiceModel.Primitives, library version: 4.9.0, relpath: lib/net6.0/System.ServiceModel.dll, assemblyVersion 4.0.0.0, fileVersion 4.900.21.52002
Reconciling library System.ServiceModel.Security/4.9.0
Parsed runtime deps entry 48 for asset name: System.ServiceModel.Security from package: System.ServiceModel.Security, library version: 4.9.0, relpath: lib/net6.0/System.ServiceModel.Security.dll, assemblyVersion 4.9.0.0, fileVersion 4.900.21.52002
Reconciling library System.ServiceModel.Syndication/7.0.0
Parsed runtime deps entry 49 for asset name: System.ServiceModel.Syndication from package: System.ServiceModel.Syndication, library version: 7.0.0, relpath: lib/net7.0/System.ServiceModel.Syndication.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.22.51805
Reconciling library System.ServiceProcess.ServiceController/7.0.1
Parsed runtime deps entry 50 for asset name: System.ServiceProcess.ServiceController from package: System.ServiceProcess.ServiceController, library version: 7.0.1, relpath: runtimes/win/lib/net7.0/System.ServiceProcess.ServiceController.dll, assemblyVersion 7.0.0.1, fileVersion 7.0.723.27404
Reconciling library System.Speech/7.0.0
Parsed runtime deps entry 51 for asset name: System.Speech from package: System.Speech, library version: 7.0.0, relpath: runtimes/win/lib/net7.0/System.Speech.dll, assemblyVersion 4.0.0.0, fileVersion 7.0.22.51805
Reconciling library System.Text.Encoding.CodePages/7.0.0
Library System.Text.Encoding.CodePages/7.0.0 does not exist
Reconciling library System.Text.Json/4.7.2
Library System.Text.Json/4.7.2 does not exist
Reconciling library System.Threading.AccessControl/7.0.1
Parsed runtime deps entry 52 for asset name: System.Threading.AccessControl from package: System.Threading.AccessControl, library version: 7.0.1, relpath: runtimes/win/lib/net7.0/System.Threading.AccessControl.dll, assemblyVersion 7.0.0.0, fileVersion 7.0.222.60605
Reconciling library System.Web.Services.Description/4.9.0
Parsed runtime deps entry 53 for asset name: System.Web.Services.Description from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/System.Web.Services.Description.dll, assemblyVersion 4.9.0.0, fileVersion 4.900.21.52002
Parsed resources deps entry 52 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/cs/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 53 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/de/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 54 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/es/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 55 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/fr/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 56 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/it/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 57 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/ja/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 58 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/ko/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 59 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/pl/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 60 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/pt-BR/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 61 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/ru/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 62 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/tr/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 63 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/zh-Hans/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Parsed resources deps entry 64 for asset name: System.Web.Services.Description.resources from package: System.Web.Services.Description, library version: 4.9.0, relpath: lib/netstandard2.0/zh-Hant/System.Web.Services.Description.resources.dll, assemblyVersion , fileVersion
Reconciling library System.Windows.Extensions/7.0.0
Library System.Windows.Extensions/7.0.0 does not exist
Reconciling library WeCantSpell.Hunspell/4.0.0
Parsed runtime deps entry 54 for asset name: WeCantSpell.Hunspell from package: WeCantSpell.Hunspell, library version: 4.0.0, relpath: lib/net6.0/WeCantSpell.Hunspell.dll, assemblyVersion 4.0.0.0, fileVersion 4.0.0.0
Reconciling library Westwind.HtmlPackager/0.2.1
Parsed runtime deps entry 55 for asset name: Westwind.HtmlPackager from package: Westwind.HtmlPackager, library version: 0.2.1, relpath: lib/netstandard2.0/Westwind.HtmlPackager.dll, assemblyVersion 0.2.1.0, fileVersion 0.2.1.0
Reconciling library Westwind.Scripting/1.3.3
Parsed runtime deps entry 56 for asset name: Westwind.Scripting from package: Westwind.Scripting, library version: 1.3.3, relpath: lib/net7.0/Westwind.Scripting.dll, assemblyVersion 1.3.3.0, fileVersion 1.3.3.0
Reconciling library Westwind.Utilities/4.0.5
Parsed runtime deps entry 57 for asset name: Westwind.Utilities from package: Westwind.Utilities, library version: 4.0.5, relpath: lib/netstandard2.0/Westwind.Utilities.dll, assemblyVersion 4.0.5.0, fileVersion 4.0.5.0
Reconciling library Westwind.WebView/0.1.5
Parsed runtime deps entry 58 for asset name: Westwind.WebView from package: Westwind.WebView, library version: 0.1.5, relpath: lib/net7.0-windows7.0/Westwind.WebView.dll, assemblyVersion 0.1.5.0, fileVersion 0.1.5.0
Reconciling library YamlDotNet/13.4.0
Parsed runtime deps entry 59 for asset name: YamlDotNet from package: YamlDotNet, library version: 13.4.0, relpath: lib/net7.0/YamlDotNet.dll, assemblyVersion 13.0.0.0, fileVersion 13.4.0.0
Reconciling library Westwind.TypeImporter/0.20.0.0
Parsed runtime deps entry 60 for asset name: Westwind.TypeImporter from reference: Westwind.TypeImporter, library version: 0.20.0.0, relpath: Westwind.TypeImporter.dll, assemblyVersion 0.20.0.0, fileVersion 0.20.0.0
-- Listing probe configurations...
probe_config_t: probe=[] deps-dir-probe=[1]
probe_config_t: probe=[C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11] deps-dir-probe=[0]
probe_config_t: probe=[C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11] deps-dir-probe=[0]
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.dll, AssemblyVersion: , FileVersion:
Processing TPA for deps entry [MarkdownMonster, 3.0.4.1, MarkdownMonster.dll]
Considering entry [MarkdownMonster/3.0.4.1/MarkdownMonster.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MarkdownMonster.dll'
Processing TPA for deps entry [ControlzEx, 4.4.0, lib/netcoreapp3.1/ControlzEx.dll]
Considering entry [ControlzEx/4.4.0/lib/netcoreapp3.1/ControlzEx.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ControlzEx.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ControlzEx.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ControlzEx.dll, AssemblyVersion: 4.0.0.0, FileVersion: 4.4.0.50
Processing TPA for deps entry [Docfx.MarkdigEngine.Extensions, 2.70.4, lib/net7.0/Docfx.MarkdigEngine.Extensions.dll]
Considering entry [Docfx.MarkdigEngine.Extensions/2.70.4/lib/net7.0/Docfx.MarkdigEngine.Extensions.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Docfx.MarkdigEngine.Extensions.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Docfx.MarkdigEngine.Extensions.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Docfx.MarkdigEngine.Extensions.dll, AssemblyVersion: 2.70.4.0, FileVersion: 2.70.4.0
Processing TPA for deps entry [Dragablz, 0.0.3.234, lib/netcoreapp3.0/Dragablz.dll]
Considering entry [Dragablz/0.0.3.234/lib/netcoreapp3.0/Dragablz.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Dragablz.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Dragablz.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Dragablz.dll, AssemblyVersion: 0.0.3.234, FileVersion: 0.0.3.234
Processing TPA for deps entry [FontAwesome6.Pro.Fonts, 2.5.1, lib/net6.0-windows7.0/FontAwesome6.Core.dll]
Considering entry [FontAwesome6.Pro.Fonts/2.5.1/lib/net6.0-windows7.0/FontAwesome6.Core.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\FontAwesome6.Core.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\FontAwesome6.Core.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\FontAwesome6.Core.dll, AssemblyVersion: 2.5.1.0, FileVersion: 2.5.1.0
Processing TPA for deps entry [FontAwesome6.Pro.Fonts, 2.5.1, lib/net6.0-windows7.0/FontAwesome6.Fonts.Net.dll]
Considering entry [FontAwesome6.Pro.Fonts/2.5.1/lib/net6.0-windows7.0/FontAwesome6.Fonts.Net.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\FontAwesome6.Fonts.Net.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\FontAwesome6.Fonts.Net.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\FontAwesome6.Fonts.Net.dll, AssemblyVersion: 2.5.1.0, FileVersion: 2.5.1.0
Processing TPA for deps entry [FontAwesome6.Pro.Fonts, 2.5.1, lib/net6.0-windows7.0/FontAwesome6.Shared.Net.dll]
Considering entry [FontAwesome6.Pro.Fonts/2.5.1/lib/net6.0-windows7.0/FontAwesome6.Shared.Net.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\FontAwesome6.Shared.Net.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\FontAwesome6.Shared.Net.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\FontAwesome6.Shared.Net.dll, AssemblyVersion: 2.5.1.0, FileVersion: 2.5.1.0
Processing TPA for deps entry [HtmlAgilityPack, 1.11.53, lib/netstandard2.0/HtmlAgilityPack.dll]
Considering entry [HtmlAgilityPack/1.11.53/lib/netstandard2.0/HtmlAgilityPack.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\HtmlAgilityPack.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\HtmlAgilityPack.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\HtmlAgilityPack.dll, AssemblyVersion: 1.11.53.0, FileVersion: 1.11.53.0
Processing TPA for deps entry [LibGit2Sharp, 0.27.2, lib/net6.0/LibGit2Sharp.dll]
Considering entry [LibGit2Sharp/0.27.2/lib/net6.0/LibGit2Sharp.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\LibGit2Sharp.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\LibGit2Sharp.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\LibGit2Sharp.dll, AssemblyVersion: 0.27.0.0, FileVersion: 0.27.2.0
Processing TPA for deps entry [LumenWorksCsvReader, 4.0.0, lib/netstandard2.0/LumenWorks.Framework.IO.dll]
Considering entry [LumenWorksCsvReader/4.0.0/lib/netstandard2.0/LumenWorks.Framework.IO.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\LumenWorks.Framework.IO.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\LumenWorks.Framework.IO.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\LumenWorks.Framework.IO.dll, AssemblyVersion: 4.0.0.0, FileVersion: 4.0.0.0
Processing TPA for deps entry [MahApps.Metro, 2.4.10, lib/netcoreapp3.1/MahApps.Metro.dll]
Considering entry [MahApps.Metro/2.4.10/lib/netcoreapp3.1/MahApps.Metro.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MahApps.Metro.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MahApps.Metro.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\MahApps.Metro.dll, AssemblyVersion: 2.0.0.0, FileVersion: 2.4.10.1
Processing TPA for deps entry [Markdig, 0.33.0, lib/net6.0/Markdig.dll]
Considering entry [Markdig/0.33.0/lib/net6.0/Markdig.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Markdig.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Markdig.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Markdig.dll, AssemblyVersion: 0.33.0.0, FileVersion: 0.33.0.0
Processing TPA for deps entry [Microsoft.ApplicationInsights, 2.21.0, lib/netstandard2.0/Microsoft.ApplicationInsights.dll]
Considering entry [Microsoft.ApplicationInsights/2.21.0/lib/netstandard2.0/Microsoft.ApplicationInsights.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.ApplicationInsights.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.ApplicationInsights.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.ApplicationInsights.dll, AssemblyVersion: 2.21.0.429, FileVersion: 2.21.0.429
Processing TPA for deps entry [Microsoft.Bcl.AsyncInterfaces, 5.0.0, lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll]
Considering entry [Microsoft.Bcl.AsyncInterfaces/5.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Bcl.AsyncInterfaces.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Bcl.AsyncInterfaces.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Bcl.AsyncInterfaces.dll, AssemblyVersion: 5.0.0.0, FileVersion: 5.0.20.51904
Processing TPA for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/Microsoft.CodeAnalysis.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/Microsoft.CodeAnalysis.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.CodeAnalysis.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.CodeAnalysis.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.CodeAnalysis.dll, AssemblyVersion: 4.6.0.0, FileVersion: 4.600.23.25908
Processing TPA for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.CodeAnalysis.CSharp.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.CodeAnalysis.CSharp.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.CodeAnalysis.CSharp.dll, AssemblyVersion: 4.6.0.0, FileVersion: 4.600.23.25908
Processing TPA for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/Microsoft.CodeAnalysis.Scripting.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/Microsoft.CodeAnalysis.Scripting.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.CodeAnalysis.Scripting.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.CodeAnalysis.Scripting.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.CodeAnalysis.Scripting.dll, AssemblyVersion: 4.6.0.0, FileVersion: 4.600.23.25908
Processing TPA for deps entry [Microsoft.Extensions.ObjectPool, 5.0.10, lib/net5.0/Microsoft.Extensions.ObjectPool.dll]
Considering entry [Microsoft.Extensions.ObjectPool/5.0.10/lib/net5.0/Microsoft.Extensions.ObjectPool.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Extensions.ObjectPool.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Extensions.ObjectPool.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Extensions.ObjectPool.dll, AssemblyVersion: 5.0.0.0, FileVersion: 5.0.1021.41022
Processing TPA for deps entry [Microsoft.Web.WebView2, 1.0.2045.28, lib/netcoreapp3.0/Microsoft.Web.WebView2.Core.dll]
Considering entry [Microsoft.Web.WebView2/1.0.2045.28/lib/netcoreapp3.0/Microsoft.Web.WebView2.Core.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Web.WebView2.Core.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Web.WebView2.Core.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Web.WebView2.Core.dll, AssemblyVersion: 1.0.2045.28, FileVersion: 1.0.2045.28
Processing TPA for deps entry [Microsoft.Web.WebView2, 1.0.2045.28, lib/netcoreapp3.0/Microsoft.Web.WebView2.WinForms.dll]
Considering entry [Microsoft.Web.WebView2/1.0.2045.28/lib/netcoreapp3.0/Microsoft.Web.WebView2.WinForms.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Web.WebView2.WinForms.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Web.WebView2.WinForms.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Web.WebView2.WinForms.dll, AssemblyVersion: 1.0.2045.28, FileVersion: 1.0.2045.28
Processing TPA for deps entry [Microsoft.Web.WebView2, 1.0.2045.28, lib/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.dll]
Considering entry [Microsoft.Web.WebView2/1.0.2045.28/lib/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Web.WebView2.Wpf.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Web.WebView2.Wpf.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Web.WebView2.Wpf.dll, AssemblyVersion: 1.0.2045.28, FileVersion: 1.0.2045.28
Processing TPA for deps entry [Microsoft.Xaml.Behaviors.Wpf, 1.1.19, lib/netcoreapp3.0/Microsoft.Xaml.Behaviors.dll]
Considering entry [Microsoft.Xaml.Behaviors.Wpf/1.1.19/lib/netcoreapp3.0/Microsoft.Xaml.Behaviors.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Xaml.Behaviors.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Xaml.Behaviors.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Microsoft.Xaml.Behaviors.dll, AssemblyVersion: 1.1.0.0, FileVersion: 1.1.19.35512
Processing TPA for deps entry [Mono.Cecil, 0.11.5, lib/netstandard2.0/Mono.Cecil.Mdb.dll]
Considering entry [Mono.Cecil/0.11.5/lib/netstandard2.0/Mono.Cecil.Mdb.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Mono.Cecil.Mdb.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Mono.Cecil.Mdb.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Mono.Cecil.Mdb.dll, AssemblyVersion: 0.11.5.0, FileVersion: 0.11.5.0
Processing TPA for deps entry [Mono.Cecil, 0.11.5, lib/netstandard2.0/Mono.Cecil.Pdb.dll]
Considering entry [Mono.Cecil/0.11.5/lib/netstandard2.0/Mono.Cecil.Pdb.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Mono.Cecil.Pdb.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Mono.Cecil.Pdb.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Mono.Cecil.Pdb.dll, AssemblyVersion: 0.11.5.0, FileVersion: 0.11.5.0
Processing TPA for deps entry [Mono.Cecil, 0.11.5, lib/netstandard2.0/Mono.Cecil.Rocks.dll]
Considering entry [Mono.Cecil/0.11.5/lib/netstandard2.0/Mono.Cecil.Rocks.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Mono.Cecil.Rocks.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Mono.Cecil.Rocks.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Mono.Cecil.Rocks.dll, AssemblyVersion: 0.11.5.0, FileVersion: 0.11.5.0
Processing TPA for deps entry [Mono.Cecil, 0.11.5, lib/netstandard2.0/Mono.Cecil.dll]
Considering entry [Mono.Cecil/0.11.5/lib/netstandard2.0/Mono.Cecil.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Mono.Cecil.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Mono.Cecil.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Mono.Cecil.dll, AssemblyVersion: 0.11.5.0, FileVersion: 0.11.5.0
Processing TPA for deps entry [Newtonsoft.Json, 13.0.3, lib/net6.0/Newtonsoft.Json.dll]
Considering entry [Newtonsoft.Json/13.0.3/lib/net6.0/Newtonsoft.Json.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Newtonsoft.Json.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Newtonsoft.Json.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Newtonsoft.Json.dll, AssemblyVersion: 13.0.0.0, FileVersion: 13.0.3.27908
Processing TPA for deps entry [ReverseMarkdown, 3.25.0, lib/net6.0/ReverseMarkdown.dll]
Considering entry [ReverseMarkdown/3.25.0/lib/net6.0/ReverseMarkdown.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ReverseMarkdown.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ReverseMarkdown.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ReverseMarkdown.dll, AssemblyVersion: 3.25.0.0, FileVersion: 3.25.0.0
Processing TPA for deps entry [System.ComponentModel.Composition, 7.0.0, lib/net7.0/System.ComponentModel.Composition.dll]
Considering entry [System.ComponentModel.Composition/7.0.0/lib/net7.0/System.ComponentModel.Composition.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ComponentModel.Composition.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ComponentModel.Composition.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ComponentModel.Composition.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.22.51805
Processing TPA for deps entry [System.ComponentModel.Composition.Registration, 7.0.0, lib/net7.0/System.ComponentModel.Composition.Registration.dll]
Considering entry [System.ComponentModel.Composition.Registration/7.0.0/lib/net7.0/System.ComponentModel.Composition.Registration.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ComponentModel.Composition.Registration.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ComponentModel.Composition.Registration.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ComponentModel.Composition.Registration.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.22.51805
Processing TPA for deps entry [System.Data.Odbc, 7.0.0, runtimes/win/lib/net7.0/System.Data.Odbc.dll]
Considering entry [System.Data.Odbc/7.0.0/runtimes/win/lib/net7.0/System.Data.Odbc.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Data.Odbc.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Data.Odbc.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Data.Odbc.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.22.51805
Processing TPA for deps entry [System.Data.OleDb, 7.0.0, runtimes/win/lib/net7.0/System.Data.OleDb.dll]
Considering entry [System.Data.OleDb/7.0.0/runtimes/win/lib/net7.0/System.Data.OleDb.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Data.OleDb.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Data.OleDb.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Data.OleDb.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.22.51805
Processing TPA for deps entry [System.Data.SqlClient, 4.8.5, runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll]
Considering entry [System.Data.SqlClient/4.8.5/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll, AssemblyVersion: 4.6.1.5, FileVersion: 4.700.22.51706
Processing TPA for deps entry [System.DirectoryServices, 7.0.1, runtimes/win/lib/net7.0/System.DirectoryServices.dll]
Considering entry [System.DirectoryServices/7.0.1/runtimes/win/lib/net7.0/System.DirectoryServices.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.DirectoryServices.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.DirectoryServices.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.DirectoryServices.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.323.6910
Processing TPA for deps entry [System.DirectoryServices.AccountManagement, 7.0.1, runtimes/win/lib/net7.0/System.DirectoryServices.AccountManagement.dll]
Considering entry [System.DirectoryServices.AccountManagement/7.0.1/runtimes/win/lib/net7.0/System.DirectoryServices.AccountManagement.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.DirectoryServices.AccountManagement.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.DirectoryServices.AccountManagement.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.DirectoryServices.AccountManagement.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [System.DirectoryServices.Protocols, 7.0.1, runtimes/win/lib/net7.0/System.DirectoryServices.Protocols.dll]
Considering entry [System.DirectoryServices.Protocols/7.0.1/runtimes/win/lib/net7.0/System.DirectoryServices.Protocols.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.DirectoryServices.Protocols.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.DirectoryServices.Protocols.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.DirectoryServices.Protocols.dll, AssemblyVersion: 7.0.0.1, FileVersion: 7.0.723.27404
Processing TPA for deps entry [System.IO.Ports, 7.0.0, runtimes/win/lib/net7.0/System.IO.Ports.dll]
Considering entry [System.IO.Ports/7.0.0/runtimes/win/lib/net7.0/System.IO.Ports.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.IO.Ports.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.IO.Ports.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.IO.Ports.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.22.51805
Processing TPA for deps entry [System.Management, 7.0.2, runtimes/win/lib/net7.0/System.Management.dll]
Considering entry [System.Management/7.0.2/runtimes/win/lib/net7.0/System.Management.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Management.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Management.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Management.dll, AssemblyVersion: 7.0.0.2, FileVersion: 7.0.723.27404
Processing TPA for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/System.Private.ServiceModel.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/System.Private.ServiceModel.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Private.ServiceModel.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Private.ServiceModel.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Private.ServiceModel.dll, AssemblyVersion: 4.9.0.0, FileVersion: 4.900.21.52002
Processing TPA for deps entry [System.Reflection.Context, 7.0.0, lib/net7.0/System.Reflection.Context.dll]
Considering entry [System.Reflection.Context/7.0.0/lib/net7.0/System.Reflection.Context.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Reflection.Context.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Reflection.Context.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Reflection.Context.dll, AssemblyVersion: 4.0.3.0, FileVersion: 7.0.22.51805
Processing TPA for deps entry [System.Runtime.Caching, 7.0.0, runtimes/win/lib/net7.0/System.Runtime.Caching.dll]
Considering entry [System.Runtime.Caching/7.0.0/runtimes/win/lib/net7.0/System.Runtime.Caching.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Runtime.Caching.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Runtime.Caching.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Runtime.Caching.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.22.51805
Processing TPA for deps entry [System.Security.Cryptography.Pkcs, 7.0.2, runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll]
Considering entry [System.Security.Cryptography.Pkcs/7.0.2/runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Security.Cryptography.Pkcs.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Security.Cryptography.Pkcs.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Security.Cryptography.Pkcs.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.723.27404
Processing TPA for deps entry [System.Security.Cryptography.ProtectedData, 7.0.1, lib/net7.0/System.Security.Cryptography.ProtectedData.dll]
Considering entry [System.Security.Cryptography.ProtectedData/7.0.1/lib/net7.0/System.Security.Cryptography.ProtectedData.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Security.Cryptography.ProtectedData.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Security.Cryptography.ProtectedData.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Security.Cryptography.ProtectedData.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.323.6910
Processing TPA for deps entry [System.Security.Cryptography.Xml, 7.0.1, lib/net7.0/System.Security.Cryptography.Xml.dll]
Considering entry [System.Security.Cryptography.Xml/7.0.1/lib/net7.0/System.Security.Cryptography.Xml.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Security.Cryptography.Xml.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Security.Cryptography.Xml.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Security.Cryptography.Xml.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.222.60605
Processing TPA for deps entry [System.ServiceModel.Duplex, 4.9.0, lib/net6.0/System.ServiceModel.Duplex.dll]
Considering entry [System.ServiceModel.Duplex/4.9.0/lib/net6.0/System.ServiceModel.Duplex.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Duplex.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Duplex.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Duplex.dll, AssemblyVersion: 4.9.0.0, FileVersion: 4.900.21.52002
Processing TPA for deps entry [System.ServiceModel.Http, 4.9.0, lib/net6.0/System.ServiceModel.Http.dll]
Considering entry [System.ServiceModel.Http/4.9.0/lib/net6.0/System.ServiceModel.Http.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Http.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Http.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Http.dll, AssemblyVersion: 4.9.0.0, FileVersion: 4.900.21.52002
Processing TPA for deps entry [System.ServiceModel.NetTcp, 4.9.0, lib/net6.0/System.ServiceModel.NetTcp.dll]
Considering entry [System.ServiceModel.NetTcp/4.9.0/lib/net6.0/System.ServiceModel.NetTcp.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.NetTcp.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.NetTcp.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.NetTcp.dll, AssemblyVersion: 4.9.0.0, FileVersion: 4.900.21.52002
Processing TPA for deps entry [System.ServiceModel.Primitives, 4.9.0, lib/net6.0/System.ServiceModel.Primitives.dll]
Considering entry [System.ServiceModel.Primitives/4.9.0/lib/net6.0/System.ServiceModel.Primitives.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Primitives.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Primitives.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Primitives.dll, AssemblyVersion: 4.9.0.0, FileVersion: 4.900.21.52002
Processing TPA for deps entry [System.ServiceModel.Primitives, 4.9.0, lib/net6.0/System.ServiceModel.dll]
Considering entry [System.ServiceModel.Primitives/4.9.0/lib/net6.0/System.ServiceModel.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.dll, AssemblyVersion: 4.0.0.0, FileVersion: 4.900.21.52002
Processing TPA for deps entry [System.ServiceModel.Security, 4.9.0, lib/net6.0/System.ServiceModel.Security.dll]
Considering entry [System.ServiceModel.Security/4.9.0/lib/net6.0/System.ServiceModel.Security.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Security.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Security.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Security.dll, AssemblyVersion: 4.9.0.0, FileVersion: 4.900.21.52002
Processing TPA for deps entry [System.ServiceModel.Syndication, 7.0.0, lib/net7.0/System.ServiceModel.Syndication.dll]
Considering entry [System.ServiceModel.Syndication/7.0.0/lib/net7.0/System.ServiceModel.Syndication.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Syndication.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Syndication.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.ServiceModel.Syndication.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.22.51805
Processing TPA for deps entry [System.ServiceProcess.ServiceController, 7.0.1, runtimes/win/lib/net7.0/System.ServiceProcess.ServiceController.dll]
Considering entry [System.ServiceProcess.ServiceController/7.0.1/runtimes/win/lib/net7.0/System.ServiceProcess.ServiceController.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.ServiceProcess.ServiceController.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.ServiceProcess.ServiceController.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.ServiceProcess.ServiceController.dll, AssemblyVersion: 7.0.0.1, FileVersion: 7.0.723.27404
Processing TPA for deps entry [System.Speech, 7.0.0, runtimes/win/lib/net7.0/System.Speech.dll]
Considering entry [System.Speech/7.0.0/runtimes/win/lib/net7.0/System.Speech.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Speech.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Speech.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Speech.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.22.51805
Processing TPA for deps entry [System.Threading.AccessControl, 7.0.1, runtimes/win/lib/net7.0/System.Threading.AccessControl.dll]
Considering entry [System.Threading.AccessControl/7.0.1/runtimes/win/lib/net7.0/System.Threading.AccessControl.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Threading.AccessControl.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Threading.AccessControl.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Threading.AccessControl.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.222.60605
Processing TPA for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/System.Web.Services.Description.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/System.Web.Services.Description.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Web.Services.Description.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Web.Services.Description.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Web.Services.Description.dll, AssemblyVersion: 4.9.0.0, FileVersion: 4.900.21.52002
Processing TPA for deps entry [WeCantSpell.Hunspell, 4.0.0, lib/net6.0/WeCantSpell.Hunspell.dll]
Considering entry [WeCantSpell.Hunspell/4.0.0/lib/net6.0/WeCantSpell.Hunspell.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\WeCantSpell.Hunspell.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\WeCantSpell.Hunspell.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\WeCantSpell.Hunspell.dll, AssemblyVersion: 4.0.0.0, FileVersion: 4.0.0.0
Processing TPA for deps entry [Westwind.HtmlPackager, 0.2.1, lib/netstandard2.0/Westwind.HtmlPackager.dll]
Considering entry [Westwind.HtmlPackager/0.2.1/lib/netstandard2.0/Westwind.HtmlPackager.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.HtmlPackager.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.HtmlPackager.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.HtmlPackager.dll, AssemblyVersion: 0.2.1.0, FileVersion: 0.2.1.0
Processing TPA for deps entry [Westwind.Scripting, 1.3.3, lib/net7.0/Westwind.Scripting.dll]
Considering entry [Westwind.Scripting/1.3.3/lib/net7.0/Westwind.Scripting.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.Scripting.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.Scripting.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.Scripting.dll, AssemblyVersion: 1.3.3.0, FileVersion: 1.3.3.0
Processing TPA for deps entry [Westwind.Utilities, 4.0.5, lib/netstandard2.0/Westwind.Utilities.dll]
Considering entry [Westwind.Utilities/4.0.5/lib/netstandard2.0/Westwind.Utilities.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.Utilities.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.Utilities.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.Utilities.dll, AssemblyVersion: 4.0.5.0, FileVersion: 4.0.5.0
Processing TPA for deps entry [Westwind.WebView, 0.1.5, lib/net7.0-windows7.0/Westwind.WebView.dll]
Considering entry [Westwind.WebView/0.1.5/lib/net7.0-windows7.0/Westwind.WebView.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.WebView.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.WebView.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.WebView.dll, AssemblyVersion: 0.1.5.0, FileVersion: 0.1.5.0
Processing TPA for deps entry [YamlDotNet, 13.4.0, lib/net7.0/YamlDotNet.dll]
Considering entry [YamlDotNet/13.4.0/lib/net7.0/YamlDotNet.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\YamlDotNet.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\YamlDotNet.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\YamlDotNet.dll, AssemblyVersion: 13.0.0.0, FileVersion: 13.4.0.0
Processing TPA for deps entry [Westwind.TypeImporter, 0.20.0.0, Westwind.TypeImporter.dll]
Considering entry [Westwind.TypeImporter/0.20.0.0/Westwind.TypeImporter.dll], probe dir [], probe fx level:0, entry fx level:0
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.TypeImporter.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.TypeImporter.dll'
Adding tpa entry: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\Westwind.TypeImporter.dll, AssemblyVersion: 0.20.0.0, FileVersion: 0.20.0.0
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Diagnostics.EventLog.Messages.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Diagnostics.EventLog.Messages.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Diagnostics.EventLog.Messages.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Diagnostics.EventLog.Messages.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Diagnostics.EventLog.Messages.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Diagnostics.EventLog.Messages.dll, AssemblyVersion: 7.0.0.0, FileVersion: 0.0.0.0
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, Accessibility.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/Accessibility.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/Accessibility.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Accessibility.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Accessibility.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Accessibility.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42502
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, Microsoft.VisualBasic.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/Microsoft.VisualBasic.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/Microsoft.VisualBasic.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.VisualBasic.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.VisualBasic.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.VisualBasic.dll, AssemblyVersion: 10.1.0.0, FileVersion: 7.0.1123.42502
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Design.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Design.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Design.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Design.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Design.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Design.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42502
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Drawing.Design.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Drawing.Design.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Drawing.Design.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Drawing.Design.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Drawing.Design.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Drawing.Design.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42502
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Drawing.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Drawing.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Drawing.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Drawing.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Drawing.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Drawing.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42502
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Windows.Forms.Design.Editors.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Forms.Design.Editors.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Forms.Design.Editors.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Forms.Design.Editors.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Forms.Design.Editors.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Forms.Design.Editors.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42502
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, Microsoft.Win32.Registry.AccessControl.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/Microsoft.Win32.Registry.AccessControl.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/Microsoft.Win32.Registry.AccessControl.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.Win32.Registry.AccessControl.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.Win32.Registry.AccessControl.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.Win32.Registry.AccessControl.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, Microsoft.Win32.SystemEvents.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/Microsoft.Win32.SystemEvents.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/Microsoft.Win32.SystemEvents.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.Win32.SystemEvents.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.Win32.SystemEvents.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.Win32.SystemEvents.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.CodeDom.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.CodeDom.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.CodeDom.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.CodeDom.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.CodeDom.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.CodeDom.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Configuration.ConfigurationManager.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Configuration.ConfigurationManager.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Configuration.ConfigurationManager.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Configuration.ConfigurationManager.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Configuration.ConfigurationManager.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Configuration.ConfigurationManager.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Diagnostics.EventLog.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Diagnostics.EventLog.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Diagnostics.EventLog.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Diagnostics.EventLog.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Diagnostics.EventLog.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Diagnostics.EventLog.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Diagnostics.PerformanceCounter.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Diagnostics.PerformanceCounter.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Diagnostics.PerformanceCounter.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Diagnostics.PerformanceCounter.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Diagnostics.PerformanceCounter.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Diagnostics.PerformanceCounter.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.DirectoryServices.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.DirectoryServices.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.DirectoryServices.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.DirectoryServices.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.DirectoryServices.dll'
Replacing deps entry [D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.DirectoryServices.dll, AssemblyVersion:4.0.0.0, FileVersion:7.0.323.6910] with [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.DirectoryServices.dll, AssemblyVersion:4.0.0.0, FileVersion:7.0.1123.42427]
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.DirectoryServices.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Drawing.Common.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Drawing.Common.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Drawing.Common.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Drawing.Common.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Drawing.Common.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Drawing.Common.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.IO.Packaging.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.IO.Packaging.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.IO.Packaging.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.IO.Packaging.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.IO.Packaging.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.IO.Packaging.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Resources.Extensions.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Resources.Extensions.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Resources.Extensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Resources.Extensions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Resources.Extensions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Resources.Extensions.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Security.Cryptography.Pkcs.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Pkcs.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Pkcs.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Cryptography.Pkcs.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Cryptography.Pkcs.dll'
Replacing deps entry [D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Security.Cryptography.Pkcs.dll, AssemblyVersion:7.0.0.0, FileVersion:7.0.723.27404] with [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Cryptography.Pkcs.dll, AssemblyVersion:7.0.0.0, FileVersion:7.0.1123.42427]
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Cryptography.Pkcs.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Security.Cryptography.ProtectedData.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.ProtectedData.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.ProtectedData.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Cryptography.ProtectedData.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Cryptography.ProtectedData.dll'
Replacing deps entry [D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Security.Cryptography.ProtectedData.dll, AssemblyVersion:7.0.0.0, FileVersion:7.0.323.6910] with [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Cryptography.ProtectedData.dll, AssemblyVersion:7.0.0.0, FileVersion:7.0.1123.42427]
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Cryptography.ProtectedData.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Security.Cryptography.Xml.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Xml.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Xml.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Cryptography.Xml.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Cryptography.Xml.dll'
Replacing deps entry [D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\System.Security.Cryptography.Xml.dll, AssemblyVersion:7.0.0.0, FileVersion:7.0.222.60605] with [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Cryptography.Xml.dll, AssemblyVersion:7.0.0.0, FileVersion:7.0.1123.42427]
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Cryptography.Xml.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Security.Permissions.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Security.Permissions.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Security.Permissions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Permissions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Permissions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Security.Permissions.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Threading.AccessControl.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Threading.AccessControl.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Threading.AccessControl.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Threading.AccessControl.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Threading.AccessControl.dll'
Replacing deps entry [D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win\lib\net7.0\System.Threading.AccessControl.dll, AssemblyVersion:7.0.0.0, FileVersion:7.0.222.60605] with [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Threading.AccessControl.dll, AssemblyVersion:7.0.0.0, FileVersion:7.0.1123.42427]
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Threading.AccessControl.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Windows.Extensions.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Extensions.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Extensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Extensions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Extensions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Extensions.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, Microsoft.VisualBasic.Forms.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/Microsoft.VisualBasic.Forms.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/Microsoft.VisualBasic.Forms.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.VisualBasic.Forms.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.VisualBasic.Forms.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\Microsoft.VisualBasic.Forms.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42502
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Windows.Forms.Design.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Forms.Design.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Forms.Design.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Forms.Design.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Forms.Design.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Forms.Design.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42502
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Windows.Forms.Primitives.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Forms.Primitives.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Forms.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Forms.Primitives.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Forms.Primitives.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Forms.Primitives.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42502
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Windows.Forms.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Forms.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Forms.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Forms.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Forms.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Forms.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42502
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, DirectWriteForwarder.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/DirectWriteForwarder.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/DirectWriteForwarder.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\DirectWriteForwarder.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\DirectWriteForwarder.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\DirectWriteForwarder.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationCore.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationCore.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationCore.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationCore.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationCore.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationCore.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationFramework-SystemCore.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework-SystemCore.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework-SystemCore.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemCore.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemCore.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemCore.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationFramework-SystemData.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework-SystemData.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework-SystemData.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemData.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemData.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemData.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationFramework-SystemDrawing.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework-SystemDrawing.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework-SystemDrawing.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemDrawing.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemDrawing.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemDrawing.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationFramework-SystemXml.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework-SystemXml.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework-SystemXml.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemXml.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemXml.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemXml.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationFramework-SystemXmlLinq.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework-SystemXmlLinq.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework-SystemXmlLinq.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemXmlLinq.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemXmlLinq.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework-SystemXmlLinq.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationFramework.Aero.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.Aero.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.Aero.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Aero.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Aero.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Aero.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationFramework.Aero2.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.Aero2.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.Aero2.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Aero2.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Aero2.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Aero2.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationFramework.AeroLite.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.AeroLite.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.AeroLite.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.AeroLite.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.AeroLite.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.AeroLite.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationFramework.Classic.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.Classic.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.Classic.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Classic.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Classic.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Classic.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationFramework.Luna.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.Luna.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.Luna.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Luna.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Luna.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Luna.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationFramework.Royale.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.Royale.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.Royale.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Royale.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Royale.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.Royale.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationFramework.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationFramework.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationFramework.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationUI.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationUI.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationUI.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationUI.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationUI.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationUI.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ReachFramework.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ReachFramework.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ReachFramework.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ReachFramework.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ReachFramework.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ReachFramework.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Printing.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Printing.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Printing.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Printing.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Printing.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Printing.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Windows.Controls.Ribbon.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Controls.Ribbon.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Controls.Ribbon.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Controls.Ribbon.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Controls.Ribbon.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Controls.Ribbon.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Windows.Input.Manipulations.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Input.Manipulations.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Input.Manipulations.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Input.Manipulations.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Input.Manipulations.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Input.Manipulations.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Windows.Presentation.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Presentation.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Windows.Presentation.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Presentation.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Presentation.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Windows.Presentation.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, System.Xaml.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Xaml.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/System.Xaml.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Xaml.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Xaml.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\System.Xaml.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, UIAutomationClient.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/UIAutomationClient.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/UIAutomationClient.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\UIAutomationClient.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\UIAutomationClient.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\UIAutomationClient.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, UIAutomationClientSideProviders.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/UIAutomationClientSideProviders.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/UIAutomationClientSideProviders.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\UIAutomationClientSideProviders.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\UIAutomationClientSideProviders.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\UIAutomationClientSideProviders.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, UIAutomationProvider.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/UIAutomationProvider.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/UIAutomationProvider.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\UIAutomationProvider.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\UIAutomationProvider.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\UIAutomationProvider.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, UIAutomationTypes.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/UIAutomationTypes.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/UIAutomationTypes.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\UIAutomationTypes.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\UIAutomationTypes.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\UIAutomationTypes.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, WindowsBase.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/WindowsBase.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/WindowsBase.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\WindowsBase.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\WindowsBase.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\WindowsBase.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, WindowsFormsIntegration.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/WindowsFormsIntegration.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/WindowsFormsIntegration.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\WindowsFormsIntegration.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\WindowsFormsIntegration.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\WindowsFormsIntegration.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42506
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Private.CoreLib.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.CoreLib.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.CoreLib.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.CoreLib.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.CoreLib.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.CoreLib.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.CoreLib.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, Microsoft.VisualBasic.dll]
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, Microsoft.Win32.Primitives.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.Win32.Primitives.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.Win32.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.Win32.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.Win32.Primitives.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.Win32.Primitives.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.Win32.Primitives.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, mscorlib.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscorlib.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscorlib.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscorlib.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\mscorlib.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\mscorlib.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\mscorlib.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, netstandard.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/netstandard.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/netstandard.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/netstandard.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\netstandard.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\netstandard.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\netstandard.dll, AssemblyVersion: 2.1.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.AppContext.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.AppContext.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.AppContext.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.AppContext.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.AppContext.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.AppContext.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.AppContext.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Buffers.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Buffers.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Buffers.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Buffers.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Buffers.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Buffers.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Buffers.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.ComponentModel.DataAnnotations.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.DataAnnotations.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.DataAnnotations.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.DataAnnotations.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.DataAnnotations.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.DataAnnotations.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.DataAnnotations.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Configuration.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Configuration.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Configuration.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Configuration.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Configuration.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Configuration.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Configuration.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Core.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Core.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Core.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Core.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Core.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Core.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Core.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Data.DataSetExtensions.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Data.DataSetExtensions.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Data.DataSetExtensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Data.DataSetExtensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Data.DataSetExtensions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Data.DataSetExtensions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Data.DataSetExtensions.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Data.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Data.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Data.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Data.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Data.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Data.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Data.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Diagnostics.Contracts.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Contracts.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Contracts.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Contracts.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Contracts.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Contracts.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Contracts.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Diagnostics.Debug.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Debug.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Debug.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Debug.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Debug.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Debug.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Debug.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Diagnostics.Tools.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Tools.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Tools.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Tools.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Tools.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Tools.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Tools.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Diagnostics.Tracing.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Tracing.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Tracing.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Tracing.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Tracing.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Tracing.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Tracing.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Drawing.dll]
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Dynamic.Runtime.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Dynamic.Runtime.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Dynamic.Runtime.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Dynamic.Runtime.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Dynamic.Runtime.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Dynamic.Runtime.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Dynamic.Runtime.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Globalization.Calendars.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Globalization.Calendars.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Globalization.Calendars.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Globalization.Calendars.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Globalization.Calendars.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Globalization.Calendars.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Globalization.Calendars.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Globalization.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Globalization.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Globalization.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Globalization.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Globalization.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Globalization.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Globalization.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Globalization.Extensions.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Globalization.Extensions.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Globalization.Extensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Globalization.Extensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Globalization.Extensions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Globalization.Extensions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Globalization.Extensions.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.Compression.FileSystem.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.FileSystem.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.FileSystem.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.FileSystem.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.FileSystem.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.FileSystem.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.FileSystem.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.FileSystem.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.FileSystem.Primitives.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.Primitives.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.Primitives.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.Primitives.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.Primitives.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.Pipes.AccessControl.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Pipes.AccessControl.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Pipes.AccessControl.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Pipes.AccessControl.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Pipes.AccessControl.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Pipes.AccessControl.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Pipes.AccessControl.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.UnmanagedMemoryStream.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.UnmanagedMemoryStream.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.UnmanagedMemoryStream.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.UnmanagedMemoryStream.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.UnmanagedMemoryStream.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.UnmanagedMemoryStream.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.UnmanagedMemoryStream.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Numerics.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Numerics.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Numerics.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Numerics.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Numerics.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Numerics.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Numerics.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Numerics.Vectors.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Numerics.Vectors.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Numerics.Vectors.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Numerics.Vectors.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Numerics.Vectors.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Numerics.Vectors.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Numerics.Vectors.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Reflection.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Reflection.Emit.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Emit.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Emit.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Emit.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Emit.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Emit.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Emit.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Reflection.Emit.ILGeneration.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Emit.ILGeneration.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Emit.ILGeneration.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Emit.ILGeneration.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Emit.ILGeneration.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Emit.ILGeneration.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Emit.ILGeneration.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Reflection.Emit.Lightweight.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Emit.Lightweight.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Emit.Lightweight.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Emit.Lightweight.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Emit.Lightweight.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Emit.Lightweight.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Emit.Lightweight.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Reflection.Extensions.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Extensions.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Extensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Extensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Extensions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Extensions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Extensions.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Reflection.Primitives.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Primitives.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Primitives.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Primitives.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Primitives.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Resources.Reader.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Resources.Reader.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Resources.Reader.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Resources.Reader.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Resources.Reader.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Resources.Reader.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Resources.Reader.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Resources.ResourceManager.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Resources.ResourceManager.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Resources.ResourceManager.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Resources.ResourceManager.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Resources.ResourceManager.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Resources.ResourceManager.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Resources.ResourceManager.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.CompilerServices.Unsafe.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.CompilerServices.Unsafe.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.CompilerServices.Unsafe.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.CompilerServices.Unsafe.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.CompilerServices.Unsafe.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.CompilerServices.Unsafe.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.CompilerServices.Unsafe.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.Extensions.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Extensions.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Extensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Extensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Extensions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Extensions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Extensions.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.Handles.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Handles.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Handles.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Handles.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Handles.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Handles.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Handles.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.InteropServices.RuntimeInformation.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.InteropServices.RuntimeInformation.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.InteropServices.RuntimeInformation.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.InteropServices.RuntimeInformation.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.InteropServices.RuntimeInformation.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.InteropServices.RuntimeInformation.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.InteropServices.RuntimeInformation.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.Intrinsics.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Intrinsics.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Intrinsics.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Intrinsics.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Intrinsics.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Intrinsics.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Intrinsics.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.Loader.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Loader.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Loader.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Loader.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Loader.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Loader.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Loader.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.Serialization.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.Serialization.Json.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.Json.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.Json.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.Json.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.Json.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.Json.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.Json.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.Serialization.Xml.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.Xml.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.Xml.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.Xml.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.Xml.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.Xml.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.Xml.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.Cryptography.Algorithms.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Algorithms.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Algorithms.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Algorithms.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Algorithms.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Algorithms.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Algorithms.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.Cryptography.Cng.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Cng.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Cng.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Cng.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Cng.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Cng.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Cng.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.Cryptography.Csp.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Csp.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Csp.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Csp.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Csp.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Csp.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Csp.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.Cryptography.Encoding.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Encoding.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Encoding.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Encoding.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Encoding.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Encoding.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Encoding.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.Cryptography.OpenSsl.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.OpenSsl.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.OpenSsl.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.OpenSsl.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.OpenSsl.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.OpenSsl.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.OpenSsl.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.Cryptography.Primitives.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Primitives.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Primitives.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Primitives.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.Primitives.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.Cryptography.X509Certificates.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.X509Certificates.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.X509Certificates.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.X509Certificates.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.X509Certificates.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.X509Certificates.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.X509Certificates.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.Principal.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Principal.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Principal.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Principal.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Principal.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Principal.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Principal.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.SecureString.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.SecureString.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.SecureString.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.SecureString.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.SecureString.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.SecureString.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.SecureString.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.ServiceModel.Web.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ServiceModel.Web.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ServiceModel.Web.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ServiceModel.Web.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ServiceModel.Web.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ServiceModel.Web.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ServiceModel.Web.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.ServiceProcess.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ServiceProcess.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ServiceProcess.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ServiceProcess.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ServiceProcess.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ServiceProcess.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ServiceProcess.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Text.Encoding.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Encoding.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Encoding.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Encoding.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Encoding.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Encoding.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Encoding.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Text.Encoding.Extensions.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Encoding.Extensions.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Encoding.Extensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Encoding.Extensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Encoding.Extensions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Encoding.Extensions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Encoding.Extensions.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Threading.Overlapped.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Overlapped.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Overlapped.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Overlapped.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Overlapped.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Overlapped.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Overlapped.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Threading.Tasks.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Tasks.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Tasks.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Tasks.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Tasks.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Tasks.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Tasks.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Threading.Tasks.Extensions.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Tasks.Extensions.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Tasks.Extensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Tasks.Extensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Tasks.Extensions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Tasks.Extensions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Tasks.Extensions.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Threading.Thread.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Thread.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Thread.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Thread.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Thread.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Thread.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Thread.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Threading.ThreadPool.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.ThreadPool.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.ThreadPool.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.ThreadPool.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.ThreadPool.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.ThreadPool.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.ThreadPool.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Threading.Timer.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Timer.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Timer.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Timer.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Timer.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Timer.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Timer.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Transactions.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Transactions.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Transactions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Transactions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Transactions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Transactions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Transactions.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.ValueTuple.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ValueTuple.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ValueTuple.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ValueTuple.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ValueTuple.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ValueTuple.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ValueTuple.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Web.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Web.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Web.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Web.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Web.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Web.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Web.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Windows.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Windows.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Windows.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Windows.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Windows.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Windows.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Windows.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Xml.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Xml.Linq.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.Linq.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.Linq.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.Linq.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.Linq.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.Linq.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.Linq.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Xml.ReaderWriter.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.ReaderWriter.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.ReaderWriter.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.ReaderWriter.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.ReaderWriter.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.ReaderWriter.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.ReaderWriter.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Xml.Serialization.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.Serialization.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.Serialization.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.Serialization.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.Serialization.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.Serialization.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.Serialization.dll, AssemblyVersion: 4.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Xml.XDocument.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XDocument.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XDocument.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XDocument.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XDocument.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XDocument.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XDocument.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Xml.XmlDocument.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XmlDocument.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XmlDocument.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XmlDocument.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XmlDocument.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XmlDocument.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XmlDocument.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Xml.XmlSerializer.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XmlSerializer.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XmlSerializer.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XmlSerializer.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XmlSerializer.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XmlSerializer.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XmlSerializer.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Xml.XPath.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XPath.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XPath.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XPath.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XPath.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XPath.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XPath.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, WindowsBase.dll]
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, Microsoft.CSharp.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.CSharp.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.CSharp.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.CSharp.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.CSharp.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.CSharp.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.CSharp.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, Microsoft.VisualBasic.Core.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.VisualBasic.Core.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.VisualBasic.Core.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.VisualBasic.Core.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.VisualBasic.Core.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.VisualBasic.Core.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.VisualBasic.Core.dll, AssemblyVersion: 12.0.0.0, FileVersion: 12.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, Microsoft.Win32.Registry.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.Win32.Registry.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.Win32.Registry.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.Win32.Registry.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.Win32.Registry.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.Win32.Registry.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.Win32.Registry.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Collections.Concurrent.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.Concurrent.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.Concurrent.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.Concurrent.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.Concurrent.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.Concurrent.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.Concurrent.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Collections.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Collections.Immutable.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.Immutable.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.Immutable.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.Immutable.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.Immutable.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.Immutable.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.Immutable.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Collections.NonGeneric.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.NonGeneric.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.NonGeneric.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.NonGeneric.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.NonGeneric.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.NonGeneric.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.NonGeneric.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Collections.Specialized.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.Specialized.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.Specialized.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Collections.Specialized.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.Specialized.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.Specialized.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Collections.Specialized.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.ComponentModel.Annotations.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.Annotations.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.Annotations.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.Annotations.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.Annotations.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.Annotations.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.Annotations.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.ComponentModel.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.ComponentModel.EventBasedAsync.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.EventBasedAsync.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.EventBasedAsync.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.EventBasedAsync.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.EventBasedAsync.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.EventBasedAsync.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.EventBasedAsync.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.ComponentModel.Primitives.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.Primitives.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.Primitives.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.Primitives.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.Primitives.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.ComponentModel.TypeConverter.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.TypeConverter.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.TypeConverter.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ComponentModel.TypeConverter.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.TypeConverter.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.TypeConverter.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ComponentModel.TypeConverter.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Console.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Console.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Console.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Console.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Console.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Console.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Console.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Data.Common.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Data.Common.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Data.Common.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Data.Common.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Data.Common.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Data.Common.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Data.Common.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Diagnostics.DiagnosticSource.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.DiagnosticSource.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.DiagnosticSource.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.DiagnosticSource.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.DiagnosticSource.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.DiagnosticSource.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.DiagnosticSource.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Diagnostics.FileVersionInfo.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.FileVersionInfo.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.FileVersionInfo.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.FileVersionInfo.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.FileVersionInfo.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.FileVersionInfo.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.FileVersionInfo.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Diagnostics.Process.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Process.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Process.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.Process.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Process.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Process.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.Process.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Diagnostics.StackTrace.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.StackTrace.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.StackTrace.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.StackTrace.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.StackTrace.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.StackTrace.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.StackTrace.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Diagnostics.TextWriterTraceListener.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.TextWriterTraceListener.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.TextWriterTraceListener.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.TextWriterTraceListener.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.TextWriterTraceListener.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.TextWriterTraceListener.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.TextWriterTraceListener.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Diagnostics.TraceSource.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.TraceSource.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.TraceSource.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Diagnostics.TraceSource.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.TraceSource.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.TraceSource.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Diagnostics.TraceSource.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Drawing.Primitives.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Drawing.Primitives.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Drawing.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Drawing.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Drawing.Primitives.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Drawing.Primitives.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Drawing.Primitives.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Formats.Asn1.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Formats.Asn1.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Formats.Asn1.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Formats.Asn1.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Formats.Asn1.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Formats.Asn1.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Formats.Asn1.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Formats.Tar.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Formats.Tar.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Formats.Tar.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Formats.Tar.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Formats.Tar.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Formats.Tar.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Formats.Tar.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.Compression.Brotli.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.Brotli.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.Brotli.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.Brotli.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.Brotli.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.Brotli.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.Brotli.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.Compression.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.Compression.ZipFile.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.ZipFile.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.ZipFile.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.ZipFile.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.ZipFile.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.ZipFile.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.ZipFile.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.FileSystem.AccessControl.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.AccessControl.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.AccessControl.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.AccessControl.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.AccessControl.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.AccessControl.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.AccessControl.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.FileSystem.DriveInfo.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.DriveInfo.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.DriveInfo.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.DriveInfo.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.DriveInfo.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.DriveInfo.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.DriveInfo.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.FileSystem.Watcher.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.Watcher.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.Watcher.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.FileSystem.Watcher.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.Watcher.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.Watcher.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.FileSystem.Watcher.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.IsolatedStorage.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.IsolatedStorage.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.IsolatedStorage.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.IsolatedStorage.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.IsolatedStorage.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.IsolatedStorage.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.IsolatedStorage.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.MemoryMappedFiles.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.MemoryMappedFiles.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.MemoryMappedFiles.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.MemoryMappedFiles.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.MemoryMappedFiles.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.MemoryMappedFiles.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.MemoryMappedFiles.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.Pipes.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Pipes.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Pipes.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Pipes.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Pipes.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Pipes.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Pipes.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Linq.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Linq.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Linq.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Linq.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Linq.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Linq.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Linq.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Linq.Expressions.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Linq.Expressions.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Linq.Expressions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Linq.Expressions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Linq.Expressions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Linq.Expressions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Linq.Expressions.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Linq.Parallel.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Linq.Parallel.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Linq.Parallel.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Linq.Parallel.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Linq.Parallel.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Linq.Parallel.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Linq.Parallel.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Linq.Queryable.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Linq.Queryable.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Linq.Queryable.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Linq.Queryable.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Linq.Queryable.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Linq.Queryable.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Linq.Queryable.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Memory.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Memory.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Memory.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Memory.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Memory.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Memory.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Memory.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.Http.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Http.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Http.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Http.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Http.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Http.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Http.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.Http.Json.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Http.Json.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Http.Json.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Http.Json.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Http.Json.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Http.Json.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Http.Json.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.HttpListener.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.HttpListener.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.HttpListener.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.HttpListener.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.HttpListener.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.HttpListener.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.HttpListener.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.Mail.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Mail.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Mail.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Mail.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Mail.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Mail.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Mail.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.NameResolution.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.NameResolution.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.NameResolution.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.NameResolution.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.NameResolution.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.NameResolution.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.NameResolution.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.NetworkInformation.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.NetworkInformation.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.NetworkInformation.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.NetworkInformation.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.NetworkInformation.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.NetworkInformation.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.NetworkInformation.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.Ping.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Ping.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Ping.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Ping.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Ping.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Ping.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Ping.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.Primitives.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Primitives.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Primitives.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Primitives.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Primitives.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.Quic.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Quic.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Quic.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Quic.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Quic.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Quic.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Quic.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.Requests.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Requests.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Requests.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Requests.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Requests.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Requests.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Requests.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.Security.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Security.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Security.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Security.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Security.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Security.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Security.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.ServicePoint.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.ServicePoint.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.ServicePoint.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.ServicePoint.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.ServicePoint.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.ServicePoint.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.ServicePoint.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.Sockets.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Sockets.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Sockets.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.Sockets.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Sockets.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Sockets.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.Sockets.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.WebClient.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebClient.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebClient.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebClient.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebClient.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebClient.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebClient.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.WebHeaderCollection.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebHeaderCollection.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebHeaderCollection.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebHeaderCollection.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebHeaderCollection.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebHeaderCollection.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebHeaderCollection.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.WebProxy.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebProxy.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebProxy.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebProxy.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebProxy.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebProxy.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebProxy.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.WebSockets.Client.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebSockets.Client.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebSockets.Client.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebSockets.Client.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebSockets.Client.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebSockets.Client.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebSockets.Client.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Net.WebSockets.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebSockets.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebSockets.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Net.WebSockets.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebSockets.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebSockets.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Net.WebSockets.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.ObjectModel.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ObjectModel.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ObjectModel.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.ObjectModel.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ObjectModel.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ObjectModel.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.ObjectModel.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Private.DataContractSerialization.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.DataContractSerialization.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.DataContractSerialization.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.DataContractSerialization.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.DataContractSerialization.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.DataContractSerialization.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.DataContractSerialization.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Private.Uri.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.Uri.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.Uri.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.Uri.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.Uri.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.Uri.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.Uri.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Private.Xml.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.Xml.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.Xml.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.Xml.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.Xml.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.Xml.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.Xml.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Private.Xml.Linq.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.Xml.Linq.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.Xml.Linq.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Private.Xml.Linq.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.Xml.Linq.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.Xml.Linq.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Private.Xml.Linq.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Reflection.DispatchProxy.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.DispatchProxy.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.DispatchProxy.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.DispatchProxy.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.DispatchProxy.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.DispatchProxy.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.DispatchProxy.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Reflection.Metadata.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Metadata.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Metadata.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.Metadata.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Metadata.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Metadata.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.Metadata.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Reflection.TypeExtensions.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.TypeExtensions.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.TypeExtensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Reflection.TypeExtensions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.TypeExtensions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.TypeExtensions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Reflection.TypeExtensions.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Resources.Writer.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Resources.Writer.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Resources.Writer.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Resources.Writer.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Resources.Writer.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Resources.Writer.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Resources.Writer.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.CompilerServices.VisualC.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.CompilerServices.VisualC.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.CompilerServices.VisualC.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.CompilerServices.VisualC.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.CompilerServices.VisualC.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.CompilerServices.VisualC.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.CompilerServices.VisualC.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.InteropServices.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.InteropServices.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.InteropServices.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.InteropServices.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.InteropServices.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.InteropServices.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.InteropServices.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.InteropServices.JavaScript.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.InteropServices.JavaScript.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.InteropServices.JavaScript.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.InteropServices.JavaScript.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.InteropServices.JavaScript.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.InteropServices.JavaScript.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.InteropServices.JavaScript.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.Numerics.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Numerics.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Numerics.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Numerics.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Numerics.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Numerics.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Numerics.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.Serialization.Formatters.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.Formatters.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.Formatters.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.Formatters.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.Formatters.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.Formatters.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.Formatters.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Runtime.Serialization.Primitives.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.Primitives.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Runtime.Serialization.Primitives.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.Primitives.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.Primitives.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Runtime.Serialization.Primitives.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.AccessControl.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.AccessControl.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.AccessControl.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.AccessControl.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.AccessControl.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.AccessControl.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.AccessControl.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.Claims.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Claims.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Claims.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Claims.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Claims.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Claims.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Claims.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.Cryptography.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Cryptography.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Cryptography.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Security.Principal.Windows.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Principal.Windows.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Principal.Windows.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Security.Principal.Windows.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Principal.Windows.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Principal.Windows.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Security.Principal.Windows.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Text.Encoding.CodePages.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Encoding.CodePages.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Encoding.CodePages.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Encoding.CodePages.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Encoding.CodePages.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Encoding.CodePages.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Encoding.CodePages.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Text.Encodings.Web.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Encodings.Web.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Encodings.Web.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Encodings.Web.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Encodings.Web.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Encodings.Web.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Encodings.Web.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Text.Json.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Json.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Json.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.Json.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Json.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Json.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.Json.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Text.RegularExpressions.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.RegularExpressions.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.RegularExpressions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Text.RegularExpressions.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.RegularExpressions.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.RegularExpressions.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Text.RegularExpressions.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Threading.Channels.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Channels.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Channels.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Channels.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Channels.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Channels.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Channels.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Threading.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Threading.Tasks.Dataflow.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Tasks.Dataflow.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Tasks.Dataflow.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Tasks.Dataflow.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Tasks.Dataflow.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Tasks.Dataflow.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Tasks.Dataflow.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Threading.Tasks.Parallel.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Tasks.Parallel.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Tasks.Parallel.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Threading.Tasks.Parallel.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Tasks.Parallel.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Tasks.Parallel.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Threading.Tasks.Parallel.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Transactions.Local.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Transactions.Local.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Transactions.Local.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Transactions.Local.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Transactions.Local.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Transactions.Local.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Transactions.Local.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Web.HttpUtility.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Web.HttpUtility.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Web.HttpUtility.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Web.HttpUtility.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Web.HttpUtility.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Web.HttpUtility.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Web.HttpUtility.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing TPA for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.Xml.XPath.XDocument.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XPath.XDocument.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XPath.XDocument.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.Xml.XPath.XDocument.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XPath.XDocument.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XPath.XDocument.dll'
Adding tpa entry: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.Xml.XPath.XDocument.dll, AssemblyVersion: 7.0.0.0, FileVersion: 7.0.1123.42427
Processing native/culture for deps entry [LibGit2Sharp.NativeBinaries, 2.0.320, runtimes/win-x64/native/git2-e632535.dll]
Considering entry [LibGit2Sharp.NativeBinaries/2.0.320/runtimes/win-x64/native/git2-e632535.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win-x64\native\git2-e632535.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win-x64\native\git2-e632535.dll'
Adding to native path: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win-x64\native\
Processing native/culture for deps entry [Microsoft.Web.WebView2, 1.0.2045.28, runtimes/win-x64/native/WebView2Loader.dll]
Considering entry [Microsoft.Web.WebView2/1.0.2045.28/runtimes/win-x64/native/WebView2Loader.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win-x64\native\WebView2Loader.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win-x64\native\WebView2Loader.dll'
Processing native/culture for deps entry [runtime.win-x64.runtime.native.System.Data.SqlClient.sni, 4.4.0, runtimes/win-x64/native/sni.dll]
Considering entry [runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0/runtimes/win-x64/native/sni.dll], probe dir [], probe fx level:0, entry fx level:0
Relative path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win-x64\native\sni.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\runtimes\win-x64\native\sni.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, D3DCompiler_47_cor3.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/D3DCompiler_47_cor3.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/D3DCompiler_47_cor3.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\D3DCompiler_47_cor3.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\D3DCompiler_47_cor3.dll'
Adding to native path: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PenImc_cor3.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PenImc_cor3.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PenImc_cor3.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PenImc_cor3.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PenImc_cor3.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, PresentationNative_cor3.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationNative_cor3.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/PresentationNative_cor3.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationNative_cor3.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\PresentationNative_cor3.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, vcruntime140_cor3.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/vcruntime140_cor3.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/vcruntime140_cor3.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\vcruntime140_cor3.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\vcruntime140_cor3.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, wpfgfx_cor3.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/wpfgfx_cor3.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/wpfgfx_cor3.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\wpfgfx_cor3.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\wpfgfx_cor3.dll'
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, clretwrc.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/clretwrc.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/clretwrc.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/clretwrc.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\clretwrc.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\clretwrc.dll'
Adding to native path: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, clrgc.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/clrgc.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/clrgc.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/clrgc.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\clrgc.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\clrgc.dll'
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, clrjit.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/clrjit.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/clrjit.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/clrjit.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\clrjit.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\clrjit.dll'
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, coreclr.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/coreclr.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/coreclr.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/coreclr.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\coreclr.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\coreclr.dll'
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, createdump.exe]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/createdump.exe], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/createdump.exe], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/createdump.exe], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\createdump.exe (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\createdump.exe'
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, mscordaccore.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscordaccore.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscordaccore.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscordaccore.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\mscordaccore.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\mscordaccore.dll'
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, mscordaccore_amd64_amd64_7.0.1123.42427.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscordaccore_amd64_amd64_7.0.1123.42427.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscordaccore_amd64_amd64_7.0.1123.42427.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscordaccore_amd64_amd64_7.0.1123.42427.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\mscordaccore_amd64_amd64_7.0.1123.42427.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\mscordaccore_amd64_amd64_7.0.1123.42427.dll'
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, mscordbi.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscordbi.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscordbi.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscordbi.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\mscordbi.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\mscordbi.dll'
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, mscorrc.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscorrc.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscorrc.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/mscorrc.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\mscorrc.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\mscorrc.dll'
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, msquic.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/msquic.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/msquic.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/msquic.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\msquic.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\msquic.dll'
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, System.IO.Compression.Native.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.Native.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.Native.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/System.IO.Compression.Native.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.Native.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\System.IO.Compression.Native.dll'
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, hostpolicy.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/hostpolicy.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/hostpolicy.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/hostpolicy.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\hostpolicy.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\hostpolicy.dll'
Processing native/culture for deps entry [Microsoft.NETCore.App.Runtime.win-x64, 7.0.11, Microsoft.DiaSymReader.Native.amd64.dll]
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.DiaSymReader.Native.amd64.dll], probe dir [], probe fx level:0, entry fx level:2
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.DiaSymReader.Native.amd64.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:2
Skipping... not found in deps json.
Skipping... not found in probe dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Considering entry [Microsoft.NETCore.App.Runtime.win-x64/7.0.11/Microsoft.DiaSymReader.Native.amd64.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11], probe fx level:2, entry fx level:2
Local path query C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.DiaSymReader.Native.amd64.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.11\Microsoft.DiaSymReader.Native.amd64.dll'
Processing native/culture for deps entry [MahApps.Metro, 2.4.10, lib/netcoreapp3.1/de/MahApps.Metro.resources.dll]
Considering entry [MahApps.Metro/2.4.10/lib/netcoreapp3.1/de/MahApps.Metro.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: de asset: MahApps.Metro.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\de\MahApps.Metro.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\de\MahApps.Metro.resources.dll'
Adding to resources path: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: cs asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\cs\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\cs\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: de asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\de\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\de\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: es asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\es\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\es\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: fr asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\fr\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\fr\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: it asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\it\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\it\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ja asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ja\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ja\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ko asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ko\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ko\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: pl asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pl\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pl\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: pt-BR asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pt-BR\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pt-BR\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ru asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ru\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ru\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: tr asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\tr\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\tr\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: zh-Hans asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hans\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hans\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Common, 4.6.0, lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Common/4.6.0/lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: zh-Hant asset: Microsoft.CodeAnalysis.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hant\Microsoft.CodeAnalysis.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hant\Microsoft.CodeAnalysis.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: cs asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\cs\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\cs\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: de asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\de\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\de\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: es asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\es\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\es\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: fr asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\fr\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\fr\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: it asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\it\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\it\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ja asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ja\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ja\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ko asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ko\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ko\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: pl asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pl\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pl\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: pt-BR asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ru asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ru\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ru\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: tr asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\tr\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\tr\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: zh-Hans asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.CSharp, 4.6.0, lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll]
Considering entry [Microsoft.CodeAnalysis.CSharp/4.6.0/lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: zh-Hant asset: Microsoft.CodeAnalysis.CSharp.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/cs/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/cs/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: cs asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\cs\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\cs\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/de/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/de/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: de asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\de\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\de\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/es/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/es/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: es asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\es\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\es\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/fr/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/fr/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: fr asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\fr\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\fr\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/it/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/it/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: it asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\it\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\it\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/ja/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/ja/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ja asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ja\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ja\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/ko/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/ko/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ko asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ko\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ko\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/pl/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/pl/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: pl asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pl\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pl\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: pt-BR asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pt-BR\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pt-BR\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/ru/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/ru/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ru asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ru\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ru\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/tr/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/tr/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: tr asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\tr\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\tr\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: zh-Hans asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hans\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hans\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [Microsoft.CodeAnalysis.Scripting.Common, 4.6.0, lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll]
Considering entry [Microsoft.CodeAnalysis.Scripting.Common/4.6.0/lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: zh-Hant asset: Microsoft.CodeAnalysis.Scripting.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hant\Microsoft.CodeAnalysis.Scripting.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hant\Microsoft.CodeAnalysis.Scripting.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/cs/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/cs/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: cs asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\cs\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\cs\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/de/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/de/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: de asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\de\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\de\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/es/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/es/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: es asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\es\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\es\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/fr/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/fr/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: fr asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\fr\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\fr\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/it/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/it/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: it asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\it\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\it\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/ja/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/ja/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ja asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ja\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ja\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/ko/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/ko/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ko asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ko\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ko\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/pl/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/pl/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: pl asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pl\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pl\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/pt-BR/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/pt-BR/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: pt-BR asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pt-BR\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pt-BR\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/ru/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/ru/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ru asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ru\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ru\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/tr/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/tr/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: tr asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\tr\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\tr\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/zh-Hans/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/zh-Hans/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: zh-Hans asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hans\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hans\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Private.ServiceModel, 4.9.0, lib/netstandard2.0/zh-Hant/System.Private.ServiceModel.resources.dll]
Considering entry [System.Private.ServiceModel/4.9.0/lib/netstandard2.0/zh-Hant/System.Private.ServiceModel.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: zh-Hant asset: System.Private.ServiceModel.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hant\System.Private.ServiceModel.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hant\System.Private.ServiceModel.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/cs/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/cs/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: cs asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\cs\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\cs\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/de/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/de/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: de asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\de\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\de\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/es/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/es/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: es asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\es\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\es\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/fr/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/fr/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: fr asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\fr\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\fr\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/it/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/it/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: it asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\it\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\it\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/ja/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/ja/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ja asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ja\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ja\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/ko/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/ko/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ko asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ko\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ko\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/pl/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/pl/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: pl asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pl\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pl\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/pt-BR/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/pt-BR/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: pt-BR asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pt-BR\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\pt-BR\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/ru/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/ru/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: ru asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ru\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ru\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/tr/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/tr/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: tr asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\tr\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\tr\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/zh-Hans/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/zh-Hans/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: zh-Hans asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hans\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hans\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [System.Web.Services.Description, 4.9.0, lib/netstandard2.0/zh-Hant/System.Web.Services.Description.resources.dll]
Considering entry [System.Web.Services.Description/4.9.0/lib/netstandard2.0/zh-Hant/System.Web.Services.Description.resources.dll], probe dir [], probe fx level:0, entry fx level:0
Detected a resource asset, will query dir/ietf-tag/resource base: D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\ ietf: zh-Hant asset: System.Web.Services.Description.resources
Local path query D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hant\System.Web.Services.Description.resources.dll (skipped file existence check)
Probed deps dir and matched 'D:\projects\MarkdownMonsterCode\MarkdownMonster\bin\release\net7.0-windows\zh-Hant\System.Web.Services.Description.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\Microsoft.VisualBasic.Forms.resources.dll'
Adding to resources path: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: System.Windows.Forms.Primitives.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\System.Windows.Forms.Primitives.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\System.Windows.Forms.Primitives.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/System.Windows.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/System.Windows.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/System.Windows.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: System.Windows.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\System.Windows.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\System.Windows.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/PresentationCore.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/PresentationCore.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/PresentationCore.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: PresentationCore.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\PresentationCore.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\PresentationCore.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/PresentationFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/PresentationFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/PresentationFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: PresentationFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\PresentationFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\PresentationFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/PresentationUI.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/PresentationUI.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/PresentationUI.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: PresentationUI.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\PresentationUI.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\PresentationUI.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/ReachFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/ReachFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/ReachFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: ReachFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\ReachFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\ReachFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/System.Windows.Controls.Ribbon.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/System.Windows.Controls.Ribbon.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/System.Windows.Controls.Ribbon.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: System.Windows.Controls.Ribbon.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\System.Windows.Controls.Ribbon.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\System.Windows.Controls.Ribbon.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/System.Windows.Input.Manipulations.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/System.Windows.Input.Manipulations.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/System.Windows.Input.Manipulations.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: System.Windows.Input.Manipulations.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\System.Windows.Input.Manipulations.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\System.Windows.Input.Manipulations.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/System.Xaml.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/System.Xaml.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/System.Xaml.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: System.Xaml.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\System.Xaml.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\System.Xaml.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/UIAutomationClient.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/UIAutomationClient.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/UIAutomationClient.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: UIAutomationClient.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\UIAutomationClient.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\UIAutomationClient.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/UIAutomationClientSideProviders.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/UIAutomationClientSideProviders.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/UIAutomationClientSideProviders.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: UIAutomationClientSideProviders.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\UIAutomationClientSideProviders.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\UIAutomationClientSideProviders.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/UIAutomationProvider.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/UIAutomationProvider.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/UIAutomationProvider.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: UIAutomationProvider.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\UIAutomationProvider.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\UIAutomationProvider.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/UIAutomationTypes.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/UIAutomationTypes.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/UIAutomationTypes.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: UIAutomationTypes.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\UIAutomationTypes.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\UIAutomationTypes.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/WindowsBase.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/WindowsBase.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/WindowsBase.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: WindowsBase.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\WindowsBase.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\WindowsBase.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, cs/WindowsFormsIntegration.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/WindowsFormsIntegration.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/cs/WindowsFormsIntegration.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: cs asset: WindowsFormsIntegration.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\WindowsFormsIntegration.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\cs\WindowsFormsIntegration.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\Microsoft.VisualBasic.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: System.Windows.Forms.Primitives.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\System.Windows.Forms.Primitives.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\System.Windows.Forms.Primitives.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/System.Windows.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/System.Windows.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/System.Windows.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: System.Windows.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\System.Windows.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\System.Windows.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/PresentationCore.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/PresentationCore.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/PresentationCore.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: PresentationCore.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\PresentationCore.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\PresentationCore.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/PresentationFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/PresentationFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/PresentationFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: PresentationFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\PresentationFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\PresentationFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/PresentationUI.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/PresentationUI.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/PresentationUI.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: PresentationUI.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\PresentationUI.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\PresentationUI.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/ReachFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/ReachFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/ReachFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: ReachFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\ReachFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\ReachFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/System.Windows.Controls.Ribbon.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/System.Windows.Controls.Ribbon.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/System.Windows.Controls.Ribbon.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: System.Windows.Controls.Ribbon.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\System.Windows.Controls.Ribbon.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\System.Windows.Controls.Ribbon.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/System.Windows.Input.Manipulations.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/System.Windows.Input.Manipulations.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/System.Windows.Input.Manipulations.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: System.Windows.Input.Manipulations.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\System.Windows.Input.Manipulations.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\System.Windows.Input.Manipulations.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/System.Xaml.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/System.Xaml.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/System.Xaml.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: System.Xaml.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\System.Xaml.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\System.Xaml.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/UIAutomationClient.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/UIAutomationClient.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/UIAutomationClient.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: UIAutomationClient.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\UIAutomationClient.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\UIAutomationClient.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/UIAutomationClientSideProviders.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/UIAutomationClientSideProviders.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/UIAutomationClientSideProviders.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: UIAutomationClientSideProviders.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\UIAutomationClientSideProviders.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\UIAutomationClientSideProviders.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/UIAutomationProvider.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/UIAutomationProvider.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/UIAutomationProvider.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: UIAutomationProvider.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\UIAutomationProvider.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\UIAutomationProvider.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/UIAutomationTypes.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/UIAutomationTypes.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/UIAutomationTypes.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: UIAutomationTypes.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\UIAutomationTypes.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\UIAutomationTypes.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/WindowsBase.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/WindowsBase.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/WindowsBase.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: WindowsBase.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\WindowsBase.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\WindowsBase.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, de/WindowsFormsIntegration.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/WindowsFormsIntegration.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/de/WindowsFormsIntegration.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: de asset: WindowsFormsIntegration.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\WindowsFormsIntegration.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\de\WindowsFormsIntegration.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\Microsoft.VisualBasic.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: System.Windows.Forms.Primitives.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\System.Windows.Forms.Primitives.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\System.Windows.Forms.Primitives.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/System.Windows.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/System.Windows.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/System.Windows.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: System.Windows.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\System.Windows.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\System.Windows.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/PresentationCore.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/PresentationCore.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/PresentationCore.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: PresentationCore.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\PresentationCore.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\PresentationCore.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/PresentationFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/PresentationFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/PresentationFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: PresentationFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\PresentationFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\PresentationFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/PresentationUI.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/PresentationUI.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/PresentationUI.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: PresentationUI.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\PresentationUI.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\PresentationUI.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/ReachFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/ReachFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/ReachFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: ReachFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\ReachFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\ReachFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/System.Windows.Controls.Ribbon.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/System.Windows.Controls.Ribbon.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/System.Windows.Controls.Ribbon.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: System.Windows.Controls.Ribbon.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\System.Windows.Controls.Ribbon.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\System.Windows.Controls.Ribbon.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/System.Windows.Input.Manipulations.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/System.Windows.Input.Manipulations.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/System.Windows.Input.Manipulations.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: System.Windows.Input.Manipulations.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\System.Windows.Input.Manipulations.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\System.Windows.Input.Manipulations.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/System.Xaml.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/System.Xaml.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/System.Xaml.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: System.Xaml.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\System.Xaml.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\System.Xaml.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/UIAutomationClient.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/UIAutomationClient.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/UIAutomationClient.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: UIAutomationClient.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\UIAutomationClient.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\UIAutomationClient.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/UIAutomationClientSideProviders.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/UIAutomationClientSideProviders.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/UIAutomationClientSideProviders.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: UIAutomationClientSideProviders.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\UIAutomationClientSideProviders.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\UIAutomationClientSideProviders.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/UIAutomationProvider.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/UIAutomationProvider.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/UIAutomationProvider.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: UIAutomationProvider.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\UIAutomationProvider.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\UIAutomationProvider.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/UIAutomationTypes.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/UIAutomationTypes.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/UIAutomationTypes.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: UIAutomationTypes.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\UIAutomationTypes.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\UIAutomationTypes.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/WindowsBase.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/WindowsBase.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/WindowsBase.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: WindowsBase.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\WindowsBase.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\WindowsBase.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, es/WindowsFormsIntegration.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/WindowsFormsIntegration.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/es/WindowsFormsIntegration.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: es asset: WindowsFormsIntegration.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\WindowsFormsIntegration.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\es\WindowsFormsIntegration.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\Microsoft.VisualBasic.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: System.Windows.Forms.Primitives.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\System.Windows.Forms.Primitives.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\System.Windows.Forms.Primitives.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/System.Windows.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/System.Windows.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/System.Windows.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: System.Windows.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\System.Windows.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\System.Windows.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/PresentationCore.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/PresentationCore.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/PresentationCore.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: PresentationCore.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\PresentationCore.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\PresentationCore.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/PresentationFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/PresentationFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/PresentationFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: PresentationFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\PresentationFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\PresentationFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/PresentationUI.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/PresentationUI.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/PresentationUI.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: PresentationUI.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\PresentationUI.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\PresentationUI.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/ReachFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/ReachFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/ReachFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: ReachFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\ReachFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\ReachFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/System.Windows.Controls.Ribbon.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/System.Windows.Controls.Ribbon.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/System.Windows.Controls.Ribbon.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: System.Windows.Controls.Ribbon.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\System.Windows.Controls.Ribbon.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\System.Windows.Controls.Ribbon.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/System.Windows.Input.Manipulations.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/System.Windows.Input.Manipulations.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/System.Windows.Input.Manipulations.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: System.Windows.Input.Manipulations.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\System.Windows.Input.Manipulations.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\System.Windows.Input.Manipulations.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/System.Xaml.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/System.Xaml.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/System.Xaml.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: System.Xaml.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\System.Xaml.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\System.Xaml.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/UIAutomationClient.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/UIAutomationClient.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/UIAutomationClient.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: UIAutomationClient.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\UIAutomationClient.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\UIAutomationClient.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/UIAutomationClientSideProviders.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/UIAutomationClientSideProviders.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/UIAutomationClientSideProviders.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: UIAutomationClientSideProviders.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\UIAutomationClientSideProviders.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\UIAutomationClientSideProviders.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/UIAutomationProvider.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/UIAutomationProvider.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/UIAutomationProvider.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: UIAutomationProvider.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\UIAutomationProvider.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\UIAutomationProvider.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/UIAutomationTypes.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/UIAutomationTypes.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/UIAutomationTypes.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: UIAutomationTypes.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\UIAutomationTypes.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\UIAutomationTypes.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/WindowsBase.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/WindowsBase.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/WindowsBase.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: WindowsBase.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\WindowsBase.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\WindowsBase.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, fr/WindowsFormsIntegration.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/WindowsFormsIntegration.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/fr/WindowsFormsIntegration.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: fr asset: WindowsFormsIntegration.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\WindowsFormsIntegration.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\fr\WindowsFormsIntegration.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\Microsoft.VisualBasic.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: System.Windows.Forms.Primitives.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\System.Windows.Forms.Primitives.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\System.Windows.Forms.Primitives.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/System.Windows.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/System.Windows.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/System.Windows.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: System.Windows.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\System.Windows.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\System.Windows.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/PresentationCore.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/PresentationCore.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/PresentationCore.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: PresentationCore.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\PresentationCore.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\PresentationCore.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/PresentationFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/PresentationFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/PresentationFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: PresentationFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\PresentationFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\PresentationFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/PresentationUI.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/PresentationUI.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/PresentationUI.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: PresentationUI.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\PresentationUI.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\PresentationUI.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/ReachFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/ReachFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/ReachFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: ReachFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\ReachFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\ReachFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/System.Windows.Controls.Ribbon.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/System.Windows.Controls.Ribbon.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/System.Windows.Controls.Ribbon.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: System.Windows.Controls.Ribbon.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\System.Windows.Controls.Ribbon.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\System.Windows.Controls.Ribbon.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/System.Windows.Input.Manipulations.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/System.Windows.Input.Manipulations.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/System.Windows.Input.Manipulations.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: System.Windows.Input.Manipulations.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\System.Windows.Input.Manipulations.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\System.Windows.Input.Manipulations.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/System.Xaml.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/System.Xaml.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/System.Xaml.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: System.Xaml.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\System.Xaml.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\System.Xaml.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/UIAutomationClient.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/UIAutomationClient.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/UIAutomationClient.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: UIAutomationClient.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\UIAutomationClient.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\UIAutomationClient.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/UIAutomationClientSideProviders.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/UIAutomationClientSideProviders.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/UIAutomationClientSideProviders.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: UIAutomationClientSideProviders.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\UIAutomationClientSideProviders.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\UIAutomationClientSideProviders.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/UIAutomationProvider.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/UIAutomationProvider.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/UIAutomationProvider.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: UIAutomationProvider.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\UIAutomationProvider.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\UIAutomationProvider.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/UIAutomationTypes.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/UIAutomationTypes.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/UIAutomationTypes.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: UIAutomationTypes.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\UIAutomationTypes.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\UIAutomationTypes.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/WindowsBase.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/WindowsBase.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/WindowsBase.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: WindowsBase.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\WindowsBase.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\WindowsBase.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, it/WindowsFormsIntegration.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/WindowsFormsIntegration.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/it/WindowsFormsIntegration.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: it asset: WindowsFormsIntegration.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\WindowsFormsIntegration.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\it\WindowsFormsIntegration.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\Microsoft.VisualBasic.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: System.Windows.Forms.Primitives.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\System.Windows.Forms.Primitives.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\System.Windows.Forms.Primitives.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/System.Windows.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/System.Windows.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/System.Windows.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: System.Windows.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\System.Windows.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\System.Windows.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/PresentationCore.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/PresentationCore.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/PresentationCore.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: PresentationCore.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\PresentationCore.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\PresentationCore.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/PresentationFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/PresentationFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/PresentationFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: PresentationFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\PresentationFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\PresentationFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/PresentationUI.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/PresentationUI.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/PresentationUI.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: PresentationUI.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\PresentationUI.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\PresentationUI.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/ReachFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/ReachFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/ReachFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: ReachFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\ReachFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\ReachFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/System.Windows.Controls.Ribbon.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/System.Windows.Controls.Ribbon.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/System.Windows.Controls.Ribbon.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: System.Windows.Controls.Ribbon.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\System.Windows.Controls.Ribbon.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\System.Windows.Controls.Ribbon.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/System.Windows.Input.Manipulations.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/System.Windows.Input.Manipulations.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/System.Windows.Input.Manipulations.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: System.Windows.Input.Manipulations.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\System.Windows.Input.Manipulations.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\System.Windows.Input.Manipulations.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/System.Xaml.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/System.Xaml.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/System.Xaml.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: System.Xaml.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\System.Xaml.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\System.Xaml.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/UIAutomationClient.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/UIAutomationClient.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/UIAutomationClient.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: UIAutomationClient.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\UIAutomationClient.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\UIAutomationClient.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/UIAutomationClientSideProviders.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/UIAutomationClientSideProviders.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/UIAutomationClientSideProviders.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: UIAutomationClientSideProviders.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\UIAutomationClientSideProviders.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\UIAutomationClientSideProviders.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/UIAutomationProvider.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/UIAutomationProvider.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/UIAutomationProvider.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: UIAutomationProvider.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\UIAutomationProvider.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\UIAutomationProvider.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/UIAutomationTypes.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/UIAutomationTypes.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/UIAutomationTypes.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: UIAutomationTypes.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\UIAutomationTypes.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\UIAutomationTypes.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/WindowsBase.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/WindowsBase.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/WindowsBase.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: WindowsBase.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\WindowsBase.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\WindowsBase.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ja/WindowsFormsIntegration.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/WindowsFormsIntegration.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ja/WindowsFormsIntegration.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ja asset: WindowsFormsIntegration.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\WindowsFormsIntegration.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ja\WindowsFormsIntegration.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\Microsoft.VisualBasic.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: System.Windows.Forms.Primitives.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\System.Windows.Forms.Primitives.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\System.Windows.Forms.Primitives.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/System.Windows.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/System.Windows.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/System.Windows.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: System.Windows.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\System.Windows.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\System.Windows.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/PresentationCore.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/PresentationCore.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/PresentationCore.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: PresentationCore.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\PresentationCore.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\PresentationCore.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/PresentationFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/PresentationFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/PresentationFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: PresentationFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\PresentationFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\PresentationFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/PresentationUI.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/PresentationUI.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/PresentationUI.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: PresentationUI.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\PresentationUI.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\PresentationUI.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/ReachFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/ReachFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/ReachFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: ReachFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\ReachFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\ReachFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/System.Windows.Controls.Ribbon.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/System.Windows.Controls.Ribbon.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/System.Windows.Controls.Ribbon.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: System.Windows.Controls.Ribbon.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\System.Windows.Controls.Ribbon.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\System.Windows.Controls.Ribbon.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/System.Windows.Input.Manipulations.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/System.Windows.Input.Manipulations.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/System.Windows.Input.Manipulations.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: System.Windows.Input.Manipulations.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\System.Windows.Input.Manipulations.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\System.Windows.Input.Manipulations.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/System.Xaml.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/System.Xaml.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/System.Xaml.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: System.Xaml.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\System.Xaml.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\System.Xaml.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/UIAutomationClient.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/UIAutomationClient.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/UIAutomationClient.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: UIAutomationClient.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\UIAutomationClient.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\UIAutomationClient.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/UIAutomationClientSideProviders.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/UIAutomationClientSideProviders.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/UIAutomationClientSideProviders.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: UIAutomationClientSideProviders.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\UIAutomationClientSideProviders.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\UIAutomationClientSideProviders.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/UIAutomationProvider.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/UIAutomationProvider.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/UIAutomationProvider.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: UIAutomationProvider.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\UIAutomationProvider.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\UIAutomationProvider.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/UIAutomationTypes.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/UIAutomationTypes.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/UIAutomationTypes.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: UIAutomationTypes.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\UIAutomationTypes.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\UIAutomationTypes.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/WindowsBase.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/WindowsBase.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/WindowsBase.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: WindowsBase.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\WindowsBase.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\WindowsBase.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ko/WindowsFormsIntegration.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/WindowsFormsIntegration.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ko/WindowsFormsIntegration.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ko asset: WindowsFormsIntegration.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\WindowsFormsIntegration.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ko\WindowsFormsIntegration.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\Microsoft.VisualBasic.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: System.Windows.Forms.Primitives.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\System.Windows.Forms.Primitives.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\System.Windows.Forms.Primitives.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/System.Windows.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/System.Windows.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/System.Windows.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: System.Windows.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\System.Windows.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\System.Windows.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/PresentationCore.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/PresentationCore.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/PresentationCore.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: PresentationCore.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\PresentationCore.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\PresentationCore.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/PresentationFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/PresentationFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/PresentationFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: PresentationFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\PresentationFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\PresentationFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/PresentationUI.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/PresentationUI.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/PresentationUI.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: PresentationUI.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\PresentationUI.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\PresentationUI.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/ReachFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/ReachFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/ReachFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: ReachFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\ReachFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\ReachFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/System.Windows.Controls.Ribbon.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/System.Windows.Controls.Ribbon.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/System.Windows.Controls.Ribbon.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: System.Windows.Controls.Ribbon.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\System.Windows.Controls.Ribbon.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\System.Windows.Controls.Ribbon.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/System.Windows.Input.Manipulations.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/System.Windows.Input.Manipulations.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/System.Windows.Input.Manipulations.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: System.Windows.Input.Manipulations.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\System.Windows.Input.Manipulations.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\System.Windows.Input.Manipulations.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/System.Xaml.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/System.Xaml.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/System.Xaml.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: System.Xaml.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\System.Xaml.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\System.Xaml.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/UIAutomationClient.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/UIAutomationClient.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/UIAutomationClient.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: UIAutomationClient.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\UIAutomationClient.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\UIAutomationClient.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/UIAutomationClientSideProviders.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/UIAutomationClientSideProviders.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/UIAutomationClientSideProviders.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: UIAutomationClientSideProviders.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\UIAutomationClientSideProviders.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\UIAutomationClientSideProviders.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/UIAutomationProvider.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/UIAutomationProvider.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/UIAutomationProvider.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: UIAutomationProvider.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\UIAutomationProvider.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\UIAutomationProvider.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/UIAutomationTypes.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/UIAutomationTypes.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/UIAutomationTypes.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: UIAutomationTypes.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\UIAutomationTypes.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\UIAutomationTypes.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/WindowsBase.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/WindowsBase.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/WindowsBase.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: WindowsBase.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\WindowsBase.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\WindowsBase.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pl/WindowsFormsIntegration.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/WindowsFormsIntegration.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pl/WindowsFormsIntegration.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pl asset: WindowsFormsIntegration.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\WindowsFormsIntegration.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pl\WindowsFormsIntegration.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\Microsoft.VisualBasic.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: System.Windows.Forms.Primitives.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\System.Windows.Forms.Primitives.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\System.Windows.Forms.Primitives.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/System.Windows.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/System.Windows.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/System.Windows.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: System.Windows.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\System.Windows.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\System.Windows.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/PresentationCore.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/PresentationCore.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/PresentationCore.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: PresentationCore.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\PresentationCore.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\PresentationCore.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/PresentationFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/PresentationFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/PresentationFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: PresentationFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\PresentationFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\PresentationFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/PresentationUI.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/PresentationUI.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/PresentationUI.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: PresentationUI.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\PresentationUI.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\PresentationUI.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/ReachFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/ReachFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/ReachFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: ReachFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\ReachFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\ReachFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/System.Windows.Controls.Ribbon.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/System.Windows.Controls.Ribbon.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/System.Windows.Controls.Ribbon.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: System.Windows.Controls.Ribbon.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\System.Windows.Controls.Ribbon.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\System.Windows.Controls.Ribbon.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/System.Windows.Input.Manipulations.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/System.Windows.Input.Manipulations.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/System.Windows.Input.Manipulations.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: System.Windows.Input.Manipulations.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\System.Windows.Input.Manipulations.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\System.Windows.Input.Manipulations.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/System.Xaml.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/System.Xaml.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/System.Xaml.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: System.Xaml.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\System.Xaml.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\System.Xaml.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/UIAutomationClient.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/UIAutomationClient.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/UIAutomationClient.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: UIAutomationClient.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\UIAutomationClient.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\UIAutomationClient.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/UIAutomationClientSideProviders.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/UIAutomationClientSideProviders.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/UIAutomationClientSideProviders.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: UIAutomationClientSideProviders.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\UIAutomationClientSideProviders.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\UIAutomationClientSideProviders.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/UIAutomationProvider.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/UIAutomationProvider.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/UIAutomationProvider.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: UIAutomationProvider.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\UIAutomationProvider.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\UIAutomationProvider.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/UIAutomationTypes.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/UIAutomationTypes.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/UIAutomationTypes.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: UIAutomationTypes.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\UIAutomationTypes.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\UIAutomationTypes.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/WindowsBase.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/WindowsBase.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/WindowsBase.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: WindowsBase.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\WindowsBase.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\WindowsBase.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, pt-BR/WindowsFormsIntegration.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/WindowsFormsIntegration.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/pt-BR/WindowsFormsIntegration.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: pt-BR asset: WindowsFormsIntegration.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\WindowsFormsIntegration.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\pt-BR\WindowsFormsIntegration.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\Microsoft.VisualBasic.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: System.Windows.Forms.Primitives.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\System.Windows.Forms.Primitives.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\System.Windows.Forms.Primitives.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/System.Windows.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/System.Windows.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/System.Windows.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: System.Windows.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\System.Windows.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\System.Windows.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/PresentationCore.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/PresentationCore.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/PresentationCore.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: PresentationCore.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\PresentationCore.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\PresentationCore.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/PresentationFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/PresentationFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/PresentationFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: PresentationFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\PresentationFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\PresentationFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/PresentationUI.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/PresentationUI.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/PresentationUI.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: PresentationUI.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\PresentationUI.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\PresentationUI.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/ReachFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/ReachFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/ReachFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: ReachFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\ReachFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\ReachFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/System.Windows.Controls.Ribbon.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/System.Windows.Controls.Ribbon.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/System.Windows.Controls.Ribbon.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: System.Windows.Controls.Ribbon.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\System.Windows.Controls.Ribbon.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\System.Windows.Controls.Ribbon.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/System.Windows.Input.Manipulations.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/System.Windows.Input.Manipulations.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/System.Windows.Input.Manipulations.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: System.Windows.Input.Manipulations.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\System.Windows.Input.Manipulations.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\System.Windows.Input.Manipulations.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/System.Xaml.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/System.Xaml.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/System.Xaml.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: System.Xaml.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\System.Xaml.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\System.Xaml.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/UIAutomationClient.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/UIAutomationClient.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/UIAutomationClient.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: UIAutomationClient.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\UIAutomationClient.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\UIAutomationClient.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/UIAutomationClientSideProviders.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/UIAutomationClientSideProviders.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/UIAutomationClientSideProviders.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: UIAutomationClientSideProviders.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\UIAutomationClientSideProviders.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\UIAutomationClientSideProviders.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/UIAutomationProvider.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/UIAutomationProvider.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/UIAutomationProvider.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: UIAutomationProvider.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\UIAutomationProvider.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\UIAutomationProvider.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/UIAutomationTypes.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/UIAutomationTypes.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/UIAutomationTypes.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: UIAutomationTypes.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\UIAutomationTypes.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\UIAutomationTypes.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/WindowsBase.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/WindowsBase.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/WindowsBase.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: WindowsBase.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\WindowsBase.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\WindowsBase.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, ru/WindowsFormsIntegration.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/WindowsFormsIntegration.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/ru/WindowsFormsIntegration.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: ru asset: WindowsFormsIntegration.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\WindowsFormsIntegration.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\ru\WindowsFormsIntegration.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\Microsoft.VisualBasic.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: System.Windows.Forms.Primitives.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\System.Windows.Forms.Primitives.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\System.Windows.Forms.Primitives.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/System.Windows.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/System.Windows.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/System.Windows.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: System.Windows.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\System.Windows.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\System.Windows.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/PresentationCore.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/PresentationCore.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/PresentationCore.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: PresentationCore.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\PresentationCore.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\PresentationCore.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/PresentationFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/PresentationFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/PresentationFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: PresentationFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\PresentationFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\PresentationFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/PresentationUI.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/PresentationUI.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/PresentationUI.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: PresentationUI.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\PresentationUI.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\PresentationUI.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/ReachFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/ReachFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/ReachFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: ReachFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\ReachFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\ReachFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/System.Windows.Controls.Ribbon.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/System.Windows.Controls.Ribbon.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/System.Windows.Controls.Ribbon.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: System.Windows.Controls.Ribbon.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\System.Windows.Controls.Ribbon.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\System.Windows.Controls.Ribbon.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/System.Windows.Input.Manipulations.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/System.Windows.Input.Manipulations.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/System.Windows.Input.Manipulations.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: System.Windows.Input.Manipulations.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\System.Windows.Input.Manipulations.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\System.Windows.Input.Manipulations.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/System.Xaml.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/System.Xaml.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/System.Xaml.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: System.Xaml.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\System.Xaml.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\System.Xaml.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/UIAutomationClient.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/UIAutomationClient.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/UIAutomationClient.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: UIAutomationClient.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\UIAutomationClient.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\UIAutomationClient.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/UIAutomationClientSideProviders.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/UIAutomationClientSideProviders.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/UIAutomationClientSideProviders.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: UIAutomationClientSideProviders.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\UIAutomationClientSideProviders.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\UIAutomationClientSideProviders.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/UIAutomationProvider.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/UIAutomationProvider.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/UIAutomationProvider.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: UIAutomationProvider.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\UIAutomationProvider.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\UIAutomationProvider.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/UIAutomationTypes.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/UIAutomationTypes.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/UIAutomationTypes.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: UIAutomationTypes.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\UIAutomationTypes.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\UIAutomationTypes.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/WindowsBase.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/WindowsBase.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/WindowsBase.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: WindowsBase.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\WindowsBase.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\WindowsBase.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, tr/WindowsFormsIntegration.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/WindowsFormsIntegration.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/tr/WindowsFormsIntegration.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: tr asset: WindowsFormsIntegration.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\WindowsFormsIntegration.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\tr\WindowsFormsIntegration.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\Microsoft.VisualBasic.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: System.Windows.Forms.Primitives.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\System.Windows.Forms.Primitives.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\System.Windows.Forms.Primitives.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/System.Windows.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/System.Windows.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/System.Windows.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: System.Windows.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\System.Windows.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\System.Windows.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/PresentationCore.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/PresentationCore.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/PresentationCore.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: PresentationCore.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\PresentationCore.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\PresentationCore.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/PresentationFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/PresentationFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/PresentationFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: PresentationFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\PresentationFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\PresentationFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/PresentationUI.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/PresentationUI.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/PresentationUI.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: PresentationUI.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\PresentationUI.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\PresentationUI.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/ReachFramework.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/ReachFramework.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/ReachFramework.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: ReachFramework.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\ReachFramework.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\ReachFramework.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/System.Windows.Controls.Ribbon.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/System.Windows.Controls.Ribbon.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/System.Windows.Controls.Ribbon.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: System.Windows.Controls.Ribbon.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\System.Windows.Controls.Ribbon.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\System.Windows.Controls.Ribbon.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/System.Windows.Input.Manipulations.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/System.Windows.Input.Manipulations.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/System.Windows.Input.Manipulations.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: System.Windows.Input.Manipulations.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\System.Windows.Input.Manipulations.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\System.Windows.Input.Manipulations.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/System.Xaml.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/System.Xaml.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/System.Xaml.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: System.Xaml.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\System.Xaml.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\System.Xaml.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/UIAutomationClient.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/UIAutomationClient.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/UIAutomationClient.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: UIAutomationClient.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\UIAutomationClient.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\UIAutomationClient.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/UIAutomationClientSideProviders.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/UIAutomationClientSideProviders.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/UIAutomationClientSideProviders.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: UIAutomationClientSideProviders.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\UIAutomationClientSideProviders.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\UIAutomationClientSideProviders.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/UIAutomationProvider.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/UIAutomationProvider.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/UIAutomationProvider.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: UIAutomationProvider.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\UIAutomationProvider.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\UIAutomationProvider.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/UIAutomationTypes.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/UIAutomationTypes.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/UIAutomationTypes.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: UIAutomationTypes.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\UIAutomationTypes.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\UIAutomationTypes.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/WindowsBase.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/WindowsBase.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/WindowsBase.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: WindowsBase.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\WindowsBase.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\WindowsBase.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hans/WindowsFormsIntegration.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/WindowsFormsIntegration.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hans/WindowsFormsIntegration.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hans asset: WindowsFormsIntegration.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\WindowsFormsIntegration.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hans\WindowsFormsIntegration.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hant/Microsoft.VisualBasic.Forms.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hant asset: Microsoft.VisualBasic.Forms.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hant\Microsoft.VisualBasic.Forms.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hant\Microsoft.VisualBasic.Forms.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hant/System.Windows.Forms.Design.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hant/System.Windows.Forms.Design.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hant/System.Windows.Forms.Design.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx level:1, entry fx level:1
Detected a resource asset, will query dir/ietf-tag/resource base: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11 ietf: zh-Hant asset: System.Windows.Forms.Design.resources
Local path query C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hant\System.Windows.Forms.Design.resources.dll (skipped file existence check)
Probed deps json and matched 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11\zh-Hant\System.Windows.Forms.Design.resources.dll'
Processing native/culture for deps entry [Microsoft.WindowsDesktop.App.Runtime.win-x64, 7.0.11, zh-Hant/System.Windows.Forms.Primitives.resources.dll]
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hant/System.Windows.Forms.Primitives.resources.dll], probe dir [], probe fx level:0, entry fx level:1
Skipping... not found in deps dir 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11'
Skipping... not found in probe dir ''
Considering entry [Microsoft.WindowsDesktop.App.Runtime.win-x64/7.0.11/zh-Hant/System.Windows.Forms.Primitives.resources.dll], probe dir [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.11], probe fx le
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment