Skip to content
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/arcade #3445

Merged

Conversation

dotnet-maestro[bot]
Copy link
Contributor

This pull request updates the following dependencies

From https://github.com/dotnet/arcade

  • Build: 20190722.10
  • Date Produced: 7/23/2019 2:43 AM
  • Commit: 0793e2df782efc9ccae387bc779b2549208fa4a1
  • Branch: refs/heads/master
  • Updates:
    • Microsoft.DotNet.Arcade.Sdk -> 1.0.0-beta.19372.10
    • Microsoft.DotNet.SignTool -> 1.0.0-beta.19372.10

…722.10

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19372.10
- Microsoft.DotNet.SignTool - 1.0.0-beta.19372.10
@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Jul 23, 2019

Auto-Merge Status

This pull request has been merged because the following merge policies have succeeded.

  • ✔️ All Checks Successful Succeeded - Successful checks: dotnet-sdk-public-ci, dotnet-sdk-public-ci (Linux_Perf_CI Build_Release), dotnet-sdk-public-ci (Windows_Perf_CI_FullFramework Build_Release), dotnet-sdk-public-ci (Windows_Perf_CI Build_Release), dotnet-sdk-public-ci (Ubuntu_16_04 Build_Release), dotnet-sdk-public-ci (Ubuntu_16_04 Build_Debug), dotnet-sdk-public-ci (Darwin Build_Release), dotnet-sdk-public-ci (Darwin Build_Debug), dotnet-sdk-public-ci (Windows_NT_FullFramework Build_Release), dotnet-sdk-public-ci (Windows_NT_FullFramework Build_Debug), dotnet-sdk-public-ci (Windows_NT_TestAsTools Build_Debug), dotnet-sdk-public-ci (Windows_NT Build_Release), dotnet-sdk-public-ci (Ubuntu_14_04 Build_Release), dotnet-sdk-public-ci (Windows_NT Build_Debug), dotnet-sdk-public-ci (Ubuntu_14_04 Build_Debug)

@dotnet-maestro dotnet-maestro bot merged commit e102567 into master Jul 23, 2019
@dotnet-maestro dotnet-maestro bot deleted the darc-master-00f66d42-aa1a-4b92-8cf5-8c6d51b587a2 branch July 23, 2019 13:41
dsplaisted pushed a commit to dsplaisted/sdk that referenced this pull request Feb 19, 2020
* Update dependencies from https://github.com/dotnet/core-setup build 20191102.7

- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19552.7
- Microsoft.NET.HostModel - 5.0.0-alpha.1.19552.7
- Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.19552.7
- Microsoft.DotNet.PlatformAbstractions - 5.0.0-alpha.1.19552.7
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19552.7
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.7

Dependency coherency updates

- System.CodeDom - 5.0.0-alpha.1.19552.5 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19552.5 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encoding.CodePages - 5.0.0-alpha.1.19552.5 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Resources.Extensions - 5.0.0-alpha.1.19552.5 (parent: Microsoft.NETCore.App.Runtime.win-x64)

* Update dependencies from https://github.com/dotnet/core-setup build 20191104.1

- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.1
- Microsoft.NET.HostModel - 5.0.0-alpha.1.19554.1
- Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.19554.1
- Microsoft.DotNet.PlatformAbstractions - 5.0.0-alpha.1.19554.1
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.1
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.1

Dependency coherency updates

- System.CodeDom - 5.0.0-alpha.1.19553.8 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19553.8 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encoding.CodePages - 5.0.0-alpha.1.19553.8 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Resources.Extensions - 5.0.0-alpha.1.19553.8 (parent: Microsoft.NETCore.App.Runtime.win-x64)
dsplaisted pushed a commit to dsplaisted/sdk that referenced this pull request Feb 19, 2020
* master: (27 commits)
  Add DOTNET_ROOT to tests and fix dogfood script
  Remove duplicated key
  Installation script update (dotnet#13030)
  Use scanelf over ldconfig on musl-libc distros (dotnet#12642)
  Allow list more properties (dotnet#3459)
  Update dependencies from https://github.com/mono/linker build 20191106.1 (dotnet#3476)
  [master] Update dependencies from aspnet/websdk (dotnet#3466)
  Update dependencies from https://github.com/aspnet/AspNetCore build 20191105.3 (dotnet#3473)
  Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.1 (dotnet#3469)
  Update dependencies from https://github.com/dotnet/arcade build 20191104.3 (dotnet#3465)
  Update dependencies from https://github.com/aspnet/websdk build 20191103.2 (dotnet#3454)
  [master] Update dependencies from dotnet/arcade (dotnet#3416)
  Update dependencies from https://github.com/aspnet/AspNetCore build 20191104.3 (dotnet#3458)
  Update dependencies from https://github.com/dotnet/templating build 20191104.1 (dotnet#3457)
  [master] Update dependencies from Microsoft/msbuild (dotnet#3423)
  [master] Update dependencies from aspnet/AspNetCore (dotnet#3440)
  Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.2 (dotnet#3455)
  [master] Update dependencies from dotnet/core-setup (dotnet#3445)
  Update dependencies from https://github.com/dotnet/windowsdesktop build 20191102.6 (dotnet#3446)
  Update dependencies from https://github.com/aspnet/websdk build 20191102.2 (#3444)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants