Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2016-04-26 00:14:00 +0300
committerEric St. John <ericstj@microsoft.com>2016-04-26 22:39:49 +0300
commit7f871515097039b95b70c974eb5947fe7afaa322 (patch)
treef4ee4bc3689b220bf98fef133c1c51a3350044f2 /src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj
parent0b7a2b6b4d1cf5f5a1fc2abc7e8c00c298bbe449 (diff)
Eliminate use of PackageTargetRuntime in CSPROJ
PackageTargetRuntime can now be derived from the OSGroup of the project. Set the default values in dir.props and only override if necessary.
Diffstat (limited to 'src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj')
-rw-r--r--src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj b/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj
index 0d821e6e9b..ce8ab58b74 100644
--- a/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj
+++ b/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj
@@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
- <PackageTargetRuntime>win7</PackageTargetRuntime>
+ <PackageTargetRuntime>win</PackageTargetRuntime>
<PreventImplementationReference>true</PreventImplementationReference>
</PropertyGroup>