Skip to content

Commit

Permalink
[master] Update dependencies from dotnet/arcade (#792)
Browse files Browse the repository at this point in the history
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19511.1
- Microsoft.DotNet.GenAPI - 5.0.0-beta.19511.1
- Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19511.1
  • Loading branch information
dotnet-maestro[bot] authored and joperezr committed Oct 14, 2019
1 parent f31816a commit a5a53b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19510.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19511.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8cd48078f550fbcbd4f684b897b14db207397b52</Sha>
<Sha>64a027b8d8b3a8e8e214bb00da02148335e3bd92</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.19510.4">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.19511.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8cd48078f550fbcbd4f684b897b14db207397b52</Sha>
<Sha>64a027b8d8b3a8e8e214bb00da02148335e3bd92</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.19510.4">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.19511.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8cd48078f550fbcbd4f684b897b14db207397b52</Sha>
<Sha>64a027b8d8b3a8e8e214bb00da02148335e3bd92</Sha>
</Dependency>
</ToolsetDependencies>
<!-- ProductDependencies -->
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
<MicrosoftDotNetGenAPIPackageVersion>5.0.0-beta.19510.4</MicrosoftDotNetGenAPIPackageVersion>
<MicrosoftDotNetGenAPIPackageVersion>5.0.0-beta.19511.1</MicrosoftDotNetGenAPIPackageVersion>
<!-- dotnet/corefx dependencies -->
<SystemDrawingCommonPackageVersion>4.6.0</SystemDrawingCommonPackageVersion>
<SystemIOPortsPackageVersion>4.6.0</SystemIOPortsPackageVersion>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": "3.0.100"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19510.4",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19510.4"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19511.1",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19511.1"
}
}

0 comments on commit a5a53b5

Please sign in to comment.