-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[master] Update dependencies from dotnet/runtime #15067
[master] Update dependencies from dotnet/runtime #15067
Conversation
…1222.5 Microsoft.NETCore.Platforms , Microsoft.NETCore.DotNetHostResolver , Microsoft.NET.HostModel , Microsoft.Extensions.DependencyModel , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.6.0 From Version 6.0.0-alpha.1.20621.9 -> To Version 6.0.0-alpha.1.20622.5
@jkoritzinsky this runs into an issue loading libhostfxr.dylib in the tests: https://dev.azure.com/dnceng/public/_build/results?buildId=929647&view=ms.vss-test-web.build-test-results-tab&runId=29458080&resultId=100013&paneView=debug (note: I canceled the build since there's no point in continuing with this test failure).
I checked and the runtime pack does include libhostfxr.dylib. |
I'm not sure what would cause that. @agocke @vitek-karas any ideas? |
I looked at this locally and noticed this in the binlog with the new version:
This is because the PlatformManifest.txt now contains libhostfxr.dylib but in 5.0 that wasn't the case. I talked to Jeremy and he has a fix: dotnet/runtime#46342 |
…1222.8 Microsoft.NETCore.Platforms , Microsoft.NETCore.DotNetHostResolver , Microsoft.NET.HostModel , Microsoft.Extensions.DependencyModel , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.6.0 From Version 6.0.0-alpha.1.20621.9 -> To Version 6.0.0-alpha.1.20622.8
…1222.11 Microsoft.NETCore.Platforms , Microsoft.NETCore.DotNetHostResolver , Microsoft.NET.HostModel , Microsoft.Extensions.DependencyModel , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.6.0 From Version 6.0.0-alpha.1.20621.9 -> To Version 6.0.0-alpha.1.20622.11
This pull request updates the following dependencies
From https://github.com/dotnet/runtime