Revert "Fix runtime.depproj allconfigurations restore" (dotnet/corefx#34409)
authorDavis Goodin <dagood@users.noreply.github.com>
Tue, 8 Jan 2019 01:00:41 +0000 (19:00 -0600)
committerGitHub <noreply@github.com>
Tue, 8 Jan 2019 01:00:41 +0000 (19:00 -0600)
This reverts commit dotnet/corefx@98aac1eab50bcc379c14e85fb1f530d2858cc8f6.

Commit migrated from https://github.com/dotnet/corefx/commit/97d3ca8b3ed8c0af48ac4f346b00553e1d2cecd8

src/libraries/external/runtime/runtime.depproj

index e10100e..5759bcf 100644 (file)
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <!--
-      Use the configuration default for PackageRID. PackageRID might be overridden by the build
-      command, and interfere with this depproj in -allconfigurations mode.
-    -->
-    <RuntimeIdentifier>$(PackageRIDConfigurationDefault)</RuntimeIdentifier>
+    <RuntimeIdentifier>$(PackageRID)</RuntimeIdentifier>
     <NoWarn>$(NoWarn);NU1603;NU1605</NoWarn>
   </PropertyGroup>
   <PropertyGroup Condition="'$(TargetsAOT)'=='true'">