Cleanup External Dependency references
authorGaurav Khanna <gkhanna@microsoft.com>
Tue, 18 Oct 2016 22:04:48 +0000 (15:04 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Tue, 18 Oct 2016 22:04:48 +0000 (15:04 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/66b9f6796f40e18f0179b018a59cf25e66b3c0a7

src/coreclr/dependencies.props
src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj

index 188525d..4821add 100644 (file)
@@ -9,7 +9,6 @@
   <!-- Auto-upgraded properties for each build info dependency. -->
   <PropertyGroup>
     <CoreFxExpectedPrerelease>beta-24615-03</CoreFxExpectedPrerelease>
-    <ExternalExpectedPrerelease>beta-24616-00</ExternalExpectedPrerelease>
   </PropertyGroup>
 
   <!-- Full package version strings that are used in other parts of the build. -->
       <ElementName>CoreClrPackageVersion</ElementName>
       <PackageId>Microsoft.NETCore.Runtime.CoreCLR</PackageId>
     </XmlUpdateStep>
-    <XmlUpdateStep Include="External">
-      <Path>$(MSBuildThisFileFullPath)</Path>
-      <ElementName>ExternalExpectedPrerelease</ElementName>
-      <BuildInfoName>External</BuildInfoName>
-    </XmlUpdateStep>
   </ItemGroup>
 
   <!-- Set up dependencies on packages that aren't found in a BuildInfo. -->
index 9e173ff..928397e 100644 (file)
@@ -9,11 +9,6 @@
     <IncludeRuntimeJson>true</IncludeRuntimeJson>
   </PropertyGroup>
   <ItemGroup>
-    <!-- Declare a runtime dependency on the win8-arm CoreCLR built using the TFS builds -->
-    <RuntimeDependency Include="runtime.win7-arm.Microsoft.NETCore.TestHost">
-      <TargetRuntime>win7-arm</TargetRuntime>
-      <Version>1.0.1-$(ExternalExpectedPrerelease)</Version>
-    </RuntimeDependency>
     <ProjectReference Include="win\Microsoft.NETCore.TestHost.pkgproj">
       <Platform>amd64</Platform>
     </ProjectReference>