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
Prev Previous 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 10, 2019
commit 7b4accdf9efac18b895cd082fb4abfb92e7b969c
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.19558.7">
<Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha.1.19559.5">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>6be9d8471e89ce738aaf6017e9b10979337c6a2c</Sha>
<Sha>72dd42ffc2dd50509a4a4255d21f01e87a1b431f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHost" Version="5.0.0-alpha.1.19558.7">
<Dependency Name="Microsoft.NETCore.DotNetHost" Version="5.0.0-alpha.1.19559.5">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>6be9d8471e89ce738aaf6017e9b10979337c6a2c</Sha>
<Sha>72dd42ffc2dd50509a4a4255d21f01e87a1b431f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostPolicy" Version="5.0.0-alpha.1.19558.7">
<Dependency Name="Microsoft.NETCore.DotNetHostPolicy" Version="5.0.0-alpha.1.19559.5">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>6be9d8471e89ce738aaf6017e9b10979337c6a2c</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.19558.7</MicrosoftNETCoreAppVersion>
<MicrosoftNETCoreDotNetHostVersion>5.0.0-alpha.1.19558.7</MicrosoftNETCoreDotNetHostVersion>
<MicrosoftNETCoreDotNetHostPolicyVersion>5.0.0-alpha.1.19558.7</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