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 (#2331)

- 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 Sep 10, 2019
1 parent 039fa8f commit 799a2da
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
Expand Up @@ -76,17 +76,17 @@
</Dependency>
</ProductDependencies>
<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.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>
<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.NETCore.Platforms" Version="3.0.0-rc2.19459.12" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/corefx</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<!-- Workaround https://github.com/dotnet/cli/issues/10528-->
<MicrosoftNETCorePlatformsPackageVersion>3.0.0-rc2.19459.12</MicrosoftNETCorePlatformsPackageVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19459.10</MicrosoftDotNetGenAPIPackageVersion>
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19460.3</MicrosoftDotNetGenAPIPackageVersion>
<!-- Packages from dotnet/roslyn -->
<MicrosoftNetCompilersToolsetVersion>3.3.1-beta3-19456-04</MicrosoftNetCompilersToolsetVersion>
</PropertyGroup>
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 @@
}
},
"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 799a2da

Please sign in to comment.