Skip to content

Commit

Permalink
Line up corefx & core-setup versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Nov 8, 2019
1 parent 259cbcb commit fbd5751
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8eb29ba860a3cfcfe68f9a8256caa7efc1f1aaba</Sha>
</Dependency>
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-preview3.19555.2">
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.7.0-preview3.19551.4">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>52985c4d5ebda0d1870ee75bd85ba96d7dd7ff1b</Sha>
<Sha>046765913dff824f9ed0f2d2fe0fb9b111906cf5</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.0-preview3.19555.2">
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.0-preview3.19551.4">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>52985c4d5ebda0d1870ee75bd85ba96d7dd7ff1b</Sha>
<Sha>046765913dff824f9ed0f2d2fe0fb9b111906cf5</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.1.0-preview3.19553.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<!-- roslyn -->
<MicrosoftNetCompilersToolsetVersion>3.3.0-beta2-19367-02</MicrosoftNetCompilersToolsetVersion>
<!-- corefx -->
<MicrosoftPrivateCoreFxNETCoreAppVersion>4.7.0-preview3.19555.2</MicrosoftPrivateCoreFxNETCoreAppVersion>
<MicrosoftNETCorePlatformsVersion>3.1.0-preview3.19555.2</MicrosoftNETCorePlatformsVersion>
<MicrosoftPrivateCoreFxNETCoreAppVersion>4.7.0-preview3.19551.4</MicrosoftPrivateCoreFxNETCoreAppVersion>
<MicrosoftNETCorePlatformsVersion>3.1.0-preview3.19551.4</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19326.2</MicrosoftBclAsyncInterfacesVersion>
<!-- core-setup -->
<MicrosoftNETCoreAppVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreAppVersion>
Expand Down

0 comments on commit fbd5751

Please sign in to comment.