Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20190…
Browse files Browse the repository at this point in the history
…910.3 (#708)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19460.3
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19460.3
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19460.3
  • Loading branch information
dotnet-maestro[bot] authored and joperezr committed Sep 11, 2019
1 parent 4655ea0 commit 711f3bc
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
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19459.10">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19460.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f5ccfdcbd828383d39cf583086ef42d72ca5b320</Sha>
<Sha>0f5cfb20a355c27bc84cedd049c946b44a7fc1da</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19459.10">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19460.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f5ccfdcbd828383d39cf583086ef42d72ca5b320</Sha>
<Sha>0f5cfb20a355c27bc84cedd049c946b44a7fc1da</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19459.10">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19460.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f5ccfdcbd828383d39cf583086ef42d72ca5b320</Sha>
<Sha>0f5cfb20a355c27bc84cedd049c946b44a7fc1da</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19459.10</MicrosoftDotNetGenAPIPackageVersion>
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19460.3</MicrosoftDotNetGenAPIPackageVersion>
</PropertyGroup>
<!-- Restore sources -->
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Expand Up @@ -11,7 +11,7 @@
"version": "3.0.100-preview6-012264"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19459.10",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19459.10"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19460.3",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19460.3"
}
}

0 comments on commit 711f3bc

Please sign in to comment.