Skip to content

Commit

Permalink
[release/3.0] Update dependencies from dotnet/core-setup dotnet/roslyn (
Browse files Browse the repository at this point in the history
#2244)

* Update dependencies from https://github.com/dotnet/core-setup build 20190827.13

- Microsoft.NETCore.App.Ref - 3.0.0-rc1-19427-13
- NETStandard.Library.Ref - 2.1.0-rc1-19427-13
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-rc1-19427-13

* Update dependencies from https://github.com/dotnet/roslyn build 20190828.2

- Microsoft.Net.Compilers.Toolset - 3.3.1-beta3-19428-02
  • Loading branch information
dotnet-maestro[bot] authored Aug 28, 2019
1 parent ae9d51f commit 9ae2560
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>d341fd37dcb2c22e382adccdc06770cf8f160577</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0-rc1-19426-11">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0-rc1-19427-13">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>b33b6c20d855e7f9fdda6383ad12d849079f9b21</Sha>
<Sha>1c0f7e38cc371a298353a459c53138f23ba40a2a</Sha>
</Dependency>
<!--
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
All Runtime.$rid packages should have the same version.
-->
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.0-rc1-19426-11">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.0-rc1-19427-13">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>b33b6c20d855e7f9fdda6383ad12d849079f9b21</Sha>
<Sha>1c0f7e38cc371a298353a459c53138f23ba40a2a</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-rc1-19426-11">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-rc1-19427-13">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>b33b6c20d855e7f9fdda6383ad12d849079f9b21</Sha>
<Sha>1c0f7e38cc371a298353a459c53138f23ba40a2a</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand All @@ -92,7 +92,7 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>d341fd37dcb2c22e382adccdc06770cf8f160577</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.3.1-beta3-19426-02">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.3.1-beta3-19428-02">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>c82648d8964d1e683f92b7daa91beef2fdc5fb72</Sha>
</Dependency>
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
-->
<PropertyGroup Label="Automated">
<!-- Packages from dotnet/core-setup -->
<MicrosoftNETCoreAppRefPackageVersion>3.0.0-rc1-19426-11</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.0-rc1-19426-11</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-rc1-19426-11</NETStandardLibraryRefPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.0.0-rc1-19427-13</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.0-rc1-19427-13</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-rc1-19427-13</NETStandardLibraryRefPackageVersion>
<!-- Packages from dotnet/corefx -->
<MicrosoftWin32RegistryPackageVersion>4.6.0-rc1.19420.10</MicrosoftWin32RegistryPackageVersion>
<SystemComponentModelAnnotationsPackageVersion>4.6.0-rc1.19420.10</SystemComponentModelAnnotationsPackageVersion>
Expand All @@ -63,7 +63,7 @@
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19425.1</MicrosoftDotNetGenAPIPackageVersion>
<!-- Packages from dotnet/roslyn -->
<MicrosoftNetCompilersToolsetVersion>3.3.1-beta3-19426-02</MicrosoftNetCompilersToolsetVersion>
<MicrosoftNetCompilersToolsetVersion>3.3.1-beta3-19428-02</MicrosoftNetCompilersToolsetVersion>
</PropertyGroup>
<PropertyGroup Label="Dependency version settings">
<!--
Expand Down

0 comments on commit 9ae2560

Please sign in to comment.