You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clr -> x86 (default)
Core Clr -> x64 (default)...expected?
C:\github\musicstore [release]> dnvm install 1.0.0-beta8 -r clr
Default stable feed (https://www.nuget.org/api/v2) is being overridden by the value of the DNX_FEED environment variable (https://www.myget.org/F/aspnetbeta8/api/v2)
Downloading dnx-clr-win-x86.1.0.0-beta8 from https://www.myget.org/F/aspnetbeta8/api/v2
Installing to C:\Users\kichalla\.dnx\runtimes\dnx-clr-win-x86.1.0.0-beta8
Adding C:\Users\kichalla\.dnx\runtimes\dnx-clr-win-x86.1.0.0-beta8\bin to process PATH
C:\github\musicstore [release]> dnvm install 1.0.0-beta8 -r coreclr
Default stable feed (https://www.nuget.org/api/v2) is being overridden by the value of the DNX_FEED environment variable (https://www.myget.org/F/aspnetbeta8/api/v2)
Downloading dnx-coreclr-win-x64.1.0.0-beta8 from https://www.myget.org/F/aspnetbeta8/api/v2
Installing to C:\Users\kichalla\.dnx\runtimes\dnx-coreclr-win-x64.1.0.0-beta8
Adding C:\Users\kichalla\.dnx\runtimes\dnx-coreclr-win-x64.1.0.0-beta8\bin to process PATH
Compiling native images for dnx-coreclr-win-x64.1.0.0-beta8 to improve startup performance...
Finished native image compilation.
Clr -> x86 (default)
Core Clr -> x64 (default)...expected?