Win7 loading issue - #4463
Conversation
Start-Process "" -Wait doesn't wait preventing proper extraction of tools. See these issues: * PowerShell/PowerShell#2091 (Main issue) * PowerShell/PowerShell#3747 * PowerShell/PowerShell#4463
|
I am still getting the startup error in win7 System.TypeInitializationException: The type initializer for 'System.Management. |
|
dotnet is trying to resolve the vcredist dll everywhere beside the nuget package location After i added the package runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets explicitly to |
Added package reference for 'Microsoft.NETCore.Windows.ApiSets'
Since .Net Core 2.0, the api sets were moved to a nuget package. Adding a package reference for "Microsoft.NETCore.Windows.ApiSets" gets the required binaries for the Win7 package.
Opening this PR for release branch. Original PR #4438
Updated by iSazonov:
Fix #3747.