Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update dependencies from https://github.com/dotnet/core-setup build 2…
…0191109.5

- Microsoft.NETCore.App - 5.0.0-alpha.1.19559.5
- Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha.1.19559.5
- Microsoft.NETCore.DotNetHost - 5.0.0-alpha.1.19559.5
  • Loading branch information
dotnet-maestro[bot] committed Nov 11, 2019
commit c547eac1189f848729b0b0297d62f5bb8afad69e
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>94a60d5238f654ab22f162ad3d6dac01adcdaeb8</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha.1.19555.8">
<Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha.1.19559.5">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>4c8b86f1ab28adb38faf923ba1b49fd9c13c2d5b</Sha>
<Sha>72dd42ffc2dd50509a4a4255d21f01e87a1b431f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHost" Version="5.0.0-alpha.1.19555.8">
<Dependency Name="Microsoft.NETCore.DotNetHost" Version="5.0.0-alpha.1.19559.5">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>4c8b86f1ab28adb38faf923ba1b49fd9c13c2d5b</Sha>
<Sha>72dd42ffc2dd50509a4a4255d21f01e87a1b431f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostPolicy" Version="5.0.0-alpha.1.19555.8">
<Dependency Name="Microsoft.NETCore.DotNetHostPolicy" Version="5.0.0-alpha.1.19559.5">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>4c8b86f1ab28adb38faf923ba1b49fd9c13c2d5b</Sha>
<Sha>72dd42ffc2dd50509a4a4255d21f01e87a1b431f</Sha>
</Dependency>
<Dependency Name="runtime.native.System.IO.Ports" Version="5.0.0-alpha.1.19557.1">
<Uri>https://github.com/dotnet/corefx</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.19557.1</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetVersionToolsTasksVersion>5.0.0-beta.19557.1</MicrosoftDotNetVersionToolsTasksVersion>
<!-- Installer dependencies -->
<MicrosoftNETCoreAppVersion>5.0.0-alpha.1.19555.8</MicrosoftNETCoreAppVersion>
<MicrosoftNETCoreDotNetHostVersion>5.0.0-alpha.1.19555.8</MicrosoftNETCoreDotNetHostVersion>
<MicrosoftNETCoreDotNetHostPolicyVersion>5.0.0-alpha.1.19555.8</MicrosoftNETCoreDotNetHostPolicyVersion>
<MicrosoftNETCoreAppVersion>5.0.0-alpha.1.19559.5</MicrosoftNETCoreAppVersion>
<MicrosoftNETCoreDotNetHostVersion>5.0.0-alpha.1.19559.5</MicrosoftNETCoreDotNetHostVersion>
<MicrosoftNETCoreDotNetHostPolicyVersion>5.0.0-alpha.1.19559.5</MicrosoftNETCoreDotNetHostPolicyVersion>
<MicrosoftExtensionsDependencyModelVersion>2.1.0</MicrosoftExtensionsDependencyModelVersion>
<MicrosoftDotNetPlatformAbstractionsVersion>3.0.0</MicrosoftDotNetPlatformAbstractionsVersion>
<!-- CoreClr dependencies -->
Expand Down