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>2017-01-12 00:23:52 +0300
committerEric St. John <ericstj@microsoft.com>2017-01-19 01:02:30 +0300
commit8590e419f6639d9d5eabdbcb916e62fb1656d30e (patch)
tree0b8b0b6b02ea7e28e32c568f82962b5f4fb2904a /src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
parentd6c9db64c52b1c4cf6b64976341136bc77bb8ad9 (diff)
Remove PackageTargetFramework
This property is largely obsolete and replaced with NuGetTargetMoniker where its needed. I've also cleaned up mentions of this and validation suppression around it in projects that will never be packaged. PackageTargetFramework remains in projects that will be packaged and duplicate their asset in multiple folders, eg: netstandard1.0;portable-net45+win8+wp8+wpa81
Diffstat (limited to 'src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj')
-rw-r--r--src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
index 41885250e6..8e66029a21 100644
--- a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
+++ b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
@@ -26,6 +26,4 @@
<ProjectReference Include="..\..\System.Threading.Tasks\ref\System.Threading.Tasks.csproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
- <!-- Temporarily disable TFM validation until its fixed to ignore windows.winmd -->
- <Target Name="ValidatePackageTargetFramework" />
</Project> \ No newline at end of file