Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Update CoreClr, CoreFx, ProjectNTfsTestILC to preview2-26315-05, prev…
Browse files Browse the repository at this point in the history
…iew2-26315-04, beta-26315-03, respectively
  • Loading branch information
dotnet-maestro-bot committed Mar 16, 2018
1 parent 0087308 commit 532c68f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
These ref versions are pulled from https://github.com/dotnet/versions.
-->
<PropertyGroup>
<CoreFxCurrentRef>6ee8780dffdb35ed08d4377a1c8594da7bdfe3ed</CoreFxCurrentRef>
<CoreClrCurrentRef>6ee8780dffdb35ed08d4377a1c8594da7bdfe3ed</CoreClrCurrentRef>
<CoreFxCurrentRef>cbb0f96b1db73ece37520e05d29c442faf0aea25</CoreFxCurrentRef>
<CoreClrCurrentRef>cbb0f96b1db73ece37520e05d29c442faf0aea25</CoreClrCurrentRef>
<CoreSetupCurrentRef>6ee8780dffdb35ed08d4377a1c8594da7bdfe3ed</CoreSetupCurrentRef>
<ExternalCurrentRef>96dc7805f5df4a70a55783964ce69dcd91bfca80</ExternalCurrentRef>
<ProjectNTfsCurrentRef>6ee8780dffdb35ed08d4377a1c8594da7bdfe3ed</ProjectNTfsCurrentRef>
<ProjectNTfsTestILCCurrentRef>6ee8780dffdb35ed08d4377a1c8594da7bdfe3ed</ProjectNTfsTestILCCurrentRef>
<ProjectNTfsTestILCCurrentRef>cbb0f96b1db73ece37520e05d29c442faf0aea25</ProjectNTfsTestILCCurrentRef>
<SniCurrentRef>8bd1ec5fac9f0eec34ff6b34b1d878b4359e02dd</SniCurrentRef>
<StandardCurrentRef>6298244e25cf84d91e3cda9627315f2425274624</StandardCurrentRef>
<BuildToolsCurrentRef>8654ee51dcd86c19a049716f506516cba29956e0</BuildToolsCurrentRef>
Expand All @@ -31,12 +31,12 @@

<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
<CoreFxExpectedPrerelease>preview2-26314-06</CoreFxExpectedPrerelease>
<MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview2-26314-06</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview2-26314-17</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<CoreFxExpectedPrerelease>preview2-26315-04</CoreFxExpectedPrerelease>
<MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview2-26315-04</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview2-26315-05</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<ProjectNTfsExpectedPrerelease>beta-26314-01</ProjectNTfsExpectedPrerelease>
<ProjectNTfsTestILCExpectedPrerelease>beta-26314-01</ProjectNTfsTestILCExpectedPrerelease>
<ProjectNTfsTestILCPackageVersion>1.0.0-beta-26314-01</ProjectNTfsTestILCPackageVersion>
<ProjectNTfsTestILCExpectedPrerelease>beta-26315-03</ProjectNTfsTestILCExpectedPrerelease>
<ProjectNTfsTestILCPackageVersion>1.0.0-beta-26315-03</ProjectNTfsTestILCPackageVersion>
<MicrosoftNETCoreDotNetHostPackageVersion>2.1.0-preview2-26314-02</MicrosoftNETCoreDotNetHostPackageVersion>
<MicrosoftNETCoreDotNetHostPolicyPackageVersion>2.1.0-preview2-26314-02</MicrosoftNETCoreDotNetHostPolicyPackageVersion>
<MicrosoftNETCoreAppPackageVersion>2.1.0-preview2-26314-02</MicrosoftNETCoreAppPackageVersion>
Expand Down
6 changes: 3 additions & 3 deletions external/test-runtime/optional.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"net45": {
"dependencies": {
"Microsoft.DotNet.IBCMerge": "4.6.0-alpha-00001",
"TestILC.amd64ret": "1.0.0-beta-26314-01",
"TestILC.armret": "1.0.0-beta-26314-01",
"TestILC.x86ret": "1.0.0-beta-26314-01"
"TestILC.amd64ret": "1.0.0-beta-26315-03",
"TestILC.armret": "1.0.0-beta-26315-03",
"TestILC.x86ret": "1.0.0-beta-26315-03"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tools-local/ILAsmVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0-preview2-26314-17
2.1.0-preview2-26315-05

0 comments on commit 532c68f

Please sign in to comment.