|
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>f9173f18d54ab4e842be4b5d0a0df47323a1451b</CoreFxCurrentRef> |
27 |
| - <CoreClrCurrentRef>f9173f18d54ab4e842be4b5d0a0df47323a1451b</CoreClrCurrentRef> |
28 |
| - <BuildToolsCurrentRef>f9173f18d54ab4e842be4b5d0a0df47323a1451b</BuildToolsCurrentRef> |
29 |
| - <PgoDataCurrentRef>f9173f18d54ab4e842be4b5d0a0df47323a1451b</PgoDataCurrentRef> |
| 26 | + <CoreFxCurrentRef>682cdfa89eaae96583b8826eab98eb15d92d9bbd</CoreFxCurrentRef> |
| 27 | + <CoreClrCurrentRef>682cdfa89eaae96583b8826eab98eb15d92d9bbd</CoreClrCurrentRef> |
| 28 | + <BuildToolsCurrentRef>682cdfa89eaae96583b8826eab98eb15d92d9bbd</BuildToolsCurrentRef> |
| 29 | + <PgoDataCurrentRef>682cdfa89eaae96583b8826eab98eb15d92d9bbd</PgoDataCurrentRef> |
30 | 30 | </PropertyGroup>
|
31 | 31 |
|
32 | 32 | <!-- Tests/infrastructure dependency versions. -->
|
33 | 33 | <PropertyGroup>
|
34 |
| - <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview1-26627-04</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> |
35 |
| - <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview1-26627-04</MicrosoftNETCorePlatformsPackageVersion> |
36 |
| - <PgoDataPackageVersion>99.99.99-master-20180627-0051</PgoDataPackageVersion> |
37 |
| - <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview1-26627-04</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> |
| 34 | + <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview1-26628-03</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> |
| 35 | + <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview1-26628-03</MicrosoftNETCorePlatformsPackageVersion> |
| 36 | + <PgoDataPackageVersion>99.99.99-master-20180629-0054</PgoDataPackageVersion> |
| 37 | + <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview1-26629-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> |
38 | 38 | <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
|
39 | 39 | <XunitConsoleNetcorePackageVersion>2.2.0-preview1-02830-02</XunitConsoleNetcorePackageVersion>
|
40 | 40 | <XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>
|
|
51 | 51 | <!-- Package versions used as toolsets -->
|
52 | 52 | <PropertyGroup>
|
53 | 53 | <FeedTasksPackage>Microsoft.DotNet.Build.Tasks.Feed</FeedTasksPackage>
|
54 |
| - <FeedTasksPackageVersion>2.2.0-preview1-02928-01</FeedTasksPackageVersion> |
| 54 | + <FeedTasksPackageVersion>2.2.0-preview1-02929-01</FeedTasksPackageVersion> |
55 | 55 | </PropertyGroup>
|
56 | 56 |
|
57 | 57 | <!-- Publish symbol build task package -->
|
|
0 commit comments