|
23 | 23 |
|
24 | 24 | <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
|
25 | 25 | <PropertyGroup>
|
26 |
| - <CoreFxCurrentRef>e3595665a1f18a7ebbc332285fb34cc386e6f2df</CoreFxCurrentRef> |
27 |
| - <CoreClrCurrentRef>2933eeeb69055d5c85231ead3b06e90e10f9563e</CoreClrCurrentRef> |
28 |
| - <BuildToolsCurrentRef>2933eeeb69055d5c85231ead3b06e90e10f9563e</BuildToolsCurrentRef> |
29 |
| - <PgoDataCurrentRef>fb8aaa87581eafdad52a1997540471169cf1b6bb</PgoDataCurrentRef> |
| 26 | + <CoreFxCurrentRef>2ed83aee4d64fcf9a954294bdbae31aed09e0d3a</CoreFxCurrentRef> |
| 27 | + <CoreClrCurrentRef>2ed83aee4d64fcf9a954294bdbae31aed09e0d3a</CoreClrCurrentRef> |
| 28 | + <BuildToolsCurrentRef>2ed83aee4d64fcf9a954294bdbae31aed09e0d3a</BuildToolsCurrentRef> |
| 29 | + <PgoDataCurrentRef>2ed83aee4d64fcf9a954294bdbae31aed09e0d3a</PgoDataCurrentRef> |
30 | 30 | </PropertyGroup>
|
31 | 31 |
|
32 | 32 | <!-- Tests/infrastructure dependency versions. -->
|
33 | 33 | <PropertyGroup>
|
34 |
| - <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview2-26202-05</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> |
35 |
| - <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview2-26202-05</MicrosoftNETCorePlatformsPackageVersion> |
36 |
| - <PgoDataPackageVersion>99.99.99-master-20180131-0033</PgoDataPackageVersion> |
37 |
| - <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview2-26207-11</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> |
| 34 | + <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview2-26210-01</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> |
| 35 | + <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview2-26210-01</MicrosoftNETCorePlatformsPackageVersion> |
| 36 | + <PgoDataPackageVersion>99.99.99-master-20180209-0035</PgoDataPackageVersion> |
| 37 | + <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview2-26209-08</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> |
38 | 38 | <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
|
39 | 39 | <XunitConsoleNetcorePackageVersion>1.0.2-prerelease-00177</XunitConsoleNetcorePackageVersion>
|
40 | 40 | <XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>
|
|
50 | 50 | <!-- Package versions used as toolsets -->
|
51 | 51 | <PropertyGroup>
|
52 | 52 | <FeedTasksPackage>Microsoft.DotNet.Build.Tasks.Feed</FeedTasksPackage>
|
53 |
| - <FeedTasksPackageVersion>2.1.0-preview2-02507-02</FeedTasksPackageVersion> |
| 53 | + <FeedTasksPackageVersion>2.1.0-preview2-02509-01</FeedTasksPackageVersion> |
54 | 54 | </PropertyGroup>
|
55 | 55 |
|
56 | 56 | <!-- Package dependency verification/auto-upgrade configuration. -->
|
|
0 commit comments