|
12 | 12 |
|
13 | 13 | <PropertyGroup>
|
14 | 14 | <!-- Central place to set the versions of all nuget packages produced in the repo -->
|
15 |
| - <PackageVersion Condition="'$(PackageVersion)' == ''">2.1.0</PackageVersion> |
| 15 | + <PackageVersion Condition="'$(PackageVersion)' == ''">2.1.1</PackageVersion> |
16 | 16 |
|
17 | 17 | <!-- Set the boolean below to true to generate packages with stabilized versions -->
|
18 | 18 | <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
|
19 | 19 | <StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
|
20 | 20 |
|
21 |
| - <PreReleaseLabel>rtm</PreReleaseLabel> |
| 21 | + <PreReleaseLabel>servicing</PreReleaseLabel> |
22 | 22 | </PropertyGroup>
|
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>9f8dfcd5e5193818acd05bdca82d4b044fd767ae</CoreFxCurrentRef> |
27 |
| - <CoreClrCurrentRef>9f8dfcd5e5193818acd05bdca82d4b044fd767ae</CoreClrCurrentRef> |
| 26 | + <CoreFxCurrentRef>e455bb23eba181ab6c857c5117de4a14c0090bad</CoreFxCurrentRef> |
| 27 | + <CoreClrCurrentRef>e455bb23eba181ab6c857c5117de4a14c0090bad</CoreClrCurrentRef> |
28 | 28 | <BuildToolsCurrentRef>2f4e25ff2bccea64c3da62bff526f24ad3c032de</BuildToolsCurrentRef>
|
29 |
| - <PgoDataCurrentRef>9f8dfcd5e5193818acd05bdca82d4b044fd767ae</PgoDataCurrentRef> |
| 29 | + <PgoDataCurrentRef>1fbc07f918d44a48e734ed445472b9eb2bd2709d</PgoDataCurrentRef> |
30 | 30 | </PropertyGroup>
|
31 | 31 |
|
32 | 32 | <!-- Tests/infrastructure dependency versions. -->
|
33 | 33 | <PropertyGroup>
|
34 |
| - <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-rtm-26514-02</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> |
35 |
| - <MicrosoftNETCorePlatformsPackageVersion>2.1.0-rtm-26514-02</MicrosoftNETCorePlatformsPackageVersion> |
36 |
| - <PgoDataPackageVersion>2.1.0-release-20180514-0049</PgoDataPackageVersion> |
37 |
| - <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-rtm-26514-02</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> |
| 34 | + <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-rtm</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> |
| 35 | + <MicrosoftNETCorePlatformsPackageVersion>2.1.0</MicrosoftNETCorePlatformsPackageVersion> |
| 36 | + <PgoDataPackageVersion>2.1.0-release-20180604-0043</PgoDataPackageVersion> |
| 37 | + <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-rtm-26515-07</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>
|
41 | 41 | <MicrosoftDiagnosticsTracingTraceEventPackageVersion>2.0.4</MicrosoftDiagnosticsTracingTraceEventPackageVersion>
|
42 | 42 | <CommandLineParserVersion>2.1.1</CommandLineParserVersion>
|
43 | 43 | <VCRuntimeVersion>1.2.0</VCRuntimeVersion>
|
44 |
| - |
| 44 | + |
45 | 45 | <!-- Scenario tests install this version of Microsoft.NetCore.App, then patch coreclr binaries via xcopy. At the moment it is
|
46 | 46 | updated manually whenever breaking changes require it to move forward, but it would be nice if we could update it automatically
|
47 | 47 | as we do with many of the package versions above -->
|
|
0 commit comments