Skip to content

Commit

Permalink
Respond to PR feedback.
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@17130d8
  • Loading branch information
mellinoe committed Aug 1, 2017
1 parent a9a9d66 commit 121c9b8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/libraries/external/netcoreapp/netcoreapp.depproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<!-- This project restores and publishes the targeting pack for specific versions of .NET Core.
With this, we are able to compile assemblies against shipped, stable versions of .NET Core. -->
<PropertyGroup>
<BinPlaceRef>true</BinPlaceRef>
<NuGetDeploySourceItem>Reference</NuGetDeploySourceItem>
<NETCoreAppPackageVersion>2.0.0-preview2-25407-01</NETCoreAppPackageVersion>
<NETCoreAppPackageVersion>2.0.0</NETCoreAppPackageVersion>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>

Expand All @@ -19,10 +21,6 @@
<BinPlaceConfiguration Include="$(Configuration)">
<RefPath>$(RefPath)</RefPath>
</BinPlaceConfiguration>
<BinPlaceConfiguration Include="$(Configuration)">
<!-- copy shims to the testhost as well in order to be able to run the netfx tests -->
<RuntimePath>$(TestHostRootPath)</RuntimePath>
</BinPlaceConfiguration>
</ItemGroup>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
Expand Down

0 comments on commit 121c9b8

Please sign in to comment.