|
11 | 11 | <PropertyGroup> |
12 | 12 | <CoreFxCurrentRef>275a162bb4b3a749767b2c0a863917a1e96a0ecd</CoreFxCurrentRef> |
13 | 13 | <CoreClrCurrentRef>275a162bb4b3a749767b2c0a863917a1e96a0ecd</CoreClrCurrentRef> |
| 14 | + <CoreSetupCurrentRef>13370c3f3bfe6b3c9c498234a0327dbb3ed3bd83</CoreSetupCurrentRef> |
14 | 15 | <ExternalCurrentRef>9be29f5804c4798d8b51bd3fed99ea076041aeb2</ExternalCurrentRef> |
15 | 16 | <ProjectNTfsCurrentRef>632844c7a2acab0893934aff6ce75e794a36a0a2</ProjectNTfsCurrentRef> |
16 | 17 | <ProjectNTfsTestILCCurrentRef>632844c7a2acab0893934aff6ce75e794a36a0a2</ProjectNTfsTestILCCurrentRef> |
|
28 | 29 | <ProjectNTfsTestILCPackageVersion>1.0.0-beta-25308-00</ProjectNTfsTestILCPackageVersion> |
29 | 30 | <NETStandardPackageVersion>2.0.0-preview2-25308-01</NETStandardPackageVersion> |
30 | 31 | <NETStandardPackageId>NETStandard.Library</NETStandardPackageId> |
| 32 | + <MicrosoftNETCoreAppPackageVersion>2.0.0-preview2-002093-00</MicrosoftNETCoreAppPackageVersion> |
31 | 33 | <!-- Use the SNI runtime package --> |
32 | 34 | <SniPackageVersion>4.4.0-beta-25007-02</SniPackageVersion> |
33 | 35 | </PropertyGroup> |
|
56 | 58 | <BuildInfoPath>$(BaseDotNetBuildInfo)coreclr/$(DependencyBranch)</BuildInfoPath> |
57 | 59 | <CurrentRef>$(CoreClrCurrentRef)</CurrentRef> |
58 | 60 | </RemoteDependencyBuildInfo> |
| 61 | + <RemoteDependencyBuildInfo Include="CoreSetup"> |
| 62 | + <BuildInfoPath>$(BaseDotNetBuildInfo)core-setup/$(DependencyBranch)</BuildInfoPath> |
| 63 | + <CurrentRef>$(CoreSetupCurrentRef)</CurrentRef> |
| 64 | + </RemoteDependencyBuildInfo> |
59 | 65 | <RemoteDependencyBuildInfo Include="External"> |
60 | 66 | <BuildInfoPath>$(BaseDotNetBuildInfo)projectk-tfs/$(DependencyBranch)</BuildInfoPath> |
61 | 67 | <CurrentRef>$(ExternalCurrentRef)</CurrentRef> |
|
119 | 125 | <XmlUpdateStep Include="Sni"> |
120 | 126 | <Path>$(MSBuildThisFileFullPath)</Path> |
121 | 127 | <ElementName>SniPackageVersion</ElementName> |
122 | | - <!-- Pick any of the SNI runtime packages. All the runtime packages of sni will have the same version --> |
123 | 128 | <PackageId>runtime.win7-x64.runtime.native.System.Data.SqlClient.sni</PackageId> |
124 | 129 | </XmlUpdateStep> |
| 130 | + <XmlUpdateStep Include="CoreSetup"> |
| 131 | + <Path>$(MSBuildThisFileFullPath)</Path> |
| 132 | + <ElementName>MicrosoftNETCoreAppPackageVersion</ElementName> |
| 133 | + <PackageId>Microsoft.NETCore.App</PackageId> |
| 134 | + </XmlUpdateStep> |
125 | 135 | </ItemGroup> |
126 | 136 |
|
127 | 137 | <PropertyGroup> |
|
0 commit comments