|
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>da652e4a8bc35af23a524468c3ba29bba818af3f</CoreFxCurrentRef> |
27 |
| - <CoreClrCurrentRef>da652e4a8bc35af23a524468c3ba29bba818af3f</CoreClrCurrentRef> |
28 |
| - <BuildToolsCurrentRef>077835c69ffeed87cc350b45f04a831900b1d680</BuildToolsCurrentRef> |
| 26 | + <CoreFxCurrentRef>4e62135cfafb40ac88dd776c2d55a83fc0885cbb</CoreFxCurrentRef> |
| 27 | + <CoreClrCurrentRef>4e62135cfafb40ac88dd776c2d55a83fc0885cbb</CoreClrCurrentRef> |
| 28 | + <BuildToolsCurrentRef>4e62135cfafb40ac88dd776c2d55a83fc0885cbb</BuildToolsCurrentRef> |
29 | 29 | <PgoDataCurrentRef>d3905f8bd930e7d23dff5a775841f4003e80d22e</PgoDataCurrentRef>
|
30 | 30 | </PropertyGroup>
|
31 | 31 |
|
32 | 32 | <!-- Tests/infrastructure dependency versions. -->
|
33 | 33 | <PropertyGroup>
|
34 |
| - <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.220-servicing-27414-05</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> |
| 34 | + <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.220-servicing-27521-01</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> |
35 | 35 | <MicrosoftNETCorePlatformsPackageVersion>2.2.0</MicrosoftNETCorePlatformsPackageVersion>
|
36 | 36 | <PgoDataPackageVersion>2.2.0-release-20180912-0041</PgoDataPackageVersion>
|
37 |
| - <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.2.3-servicing-27414-05</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> |
| 37 | + <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.2.4-servicing-27521-02</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> |
38 | 38 | <XunitPackageVersion>2.4.1-pre.build.4059</XunitPackageVersion>
|
39 | 39 | <XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>
|
40 | 40 | <MicrosoftDiagnosticsTracingTraceEventPackageVersion>2.0.4</MicrosoftDiagnosticsTracingTraceEventPackageVersion>
|
|
50 | 50 | <!-- Package versions used as toolsets -->
|
51 | 51 | <PropertyGroup>
|
52 | 52 | <FeedTasksPackage>Microsoft.DotNet.Build.Tasks.Feed</FeedTasksPackage>
|
53 |
| - <FeedTasksPackageVersion>2.2.0-preview1-03415-02</FeedTasksPackageVersion> |
| 53 | + <FeedTasksPackageVersion>2.2.0-preview1-03827-03</FeedTasksPackageVersion> |
54 | 54 | </PropertyGroup>
|
55 | 55 |
|
56 | 56 | <!-- Publish symbol build task package -->
|
|
0 commit comments