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 Mellino <erme@microsoft.com>2017-02-04 03:09:13 +0300
committerEric Mellino <erme@microsoft.com>2017-02-07 21:44:24 +0300
commit4c4c908d6a2fd900249885b3713fcfa79136c38a (patch)
treec07dbf64382bb653e97d8fe61cedf2311ce5cdbb
parentb5b0a77d2b77f40de96e0a185266adc51d5fe460 (diff)
Remove all TargetingPackReference's from project files
* The only remaining uses are in the CoreFX.Tools project (to be removed eventually, anyways).
-rw-r--r--src/System.Globalization/tests/Performance/System.Globalization.Performance.Tests.csproj7
-rw-r--r--src/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj1
-rw-r--r--src/System.Runtime.Extensions/tests/TestApp/TestApp.csproj3
-rw-r--r--src/System.Runtime/tests/TestAssembly/TestAssembly.csproj3
-rw-r--r--src/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj3
5 files changed, 0 insertions, 17 deletions
diff --git a/src/System.Globalization/tests/Performance/System.Globalization.Performance.Tests.csproj b/src/System.Globalization/tests/Performance/System.Globalization.Performance.Tests.csproj
index d59d5e64dc..72819ad3be 100644
--- a/src/System.Globalization/tests/Performance/System.Globalization.Performance.Tests.csproj
+++ b/src/System.Globalization/tests/Performance/System.Globalization.Performance.Tests.csproj
@@ -3,7 +3,6 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<IncludePerformanceTests>true</IncludePerformanceTests>
- <DefineConstants Condition="'$(TargetGroup)' == 'net46'">$(DefineConstants);net46</DefineConstants>
<ProjectGuid>{0BA6851E-0E75-453D-9D2A-CEB94E4DE975}</ProjectGuid>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
@@ -17,12 +16,6 @@
<Link>Common\System\PerfUtils.cs</Link>
</Compile>
</ItemGroup>
- <ItemGroup Condition="'$(TargetGroup)' == 'net46'">
- <TargetingPackReference Include="System" />
- <TargetingPackReference Include="System.Threading.Tasks" />
- <TargetingPackReference Include="System.Core" />
- <TargetingPackReference Include="System.Runtime" />
- </ItemGroup>
<ItemGroup>
<EmbeddedResource Include="$(CommonTestPath)\Data\UnicodeData.8.0.txt">
<Link>CharUnicodeInfo\UnicodeData8.0.txt</Link>
diff --git a/src/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj b/src/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj
index cefe71aaaa..08e199e95b 100644
--- a/src/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj
+++ b/src/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj
@@ -29,7 +29,6 @@
<Compile Include="$(CommonPath)\System\SR.Core.cs">
<Link>Common\System\SR.Core.cs</Link>
</Compile>
- <TargetingPackReference Include="System.Private.CoreLib.WinRTInterop" />
<Reference Include="mscorlib" />
<Reference Include="Windows" />
<Reference Include="System.Resources.Reader" />
diff --git a/src/System.Runtime.Extensions/tests/TestApp/TestApp.csproj b/src/System.Runtime.Extensions/tests/TestApp/TestApp.csproj
index b006989c76..9b30e2e22e 100644
--- a/src/System.Runtime.Extensions/tests/TestApp/TestApp.csproj
+++ b/src/System.Runtime.Extensions/tests/TestApp/TestApp.csproj
@@ -18,8 +18,5 @@
<Link>Common\System\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAssemblyAttribute.cs</Link>
</Compile>
</ItemGroup>
- <ItemGroup>
- <None Include="project.json" />
- </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file
diff --git a/src/System.Runtime/tests/TestAssembly/TestAssembly.csproj b/src/System.Runtime/tests/TestAssembly/TestAssembly.csproj
index b9fcefb5da..b185e3f2e8 100644
--- a/src/System.Runtime/tests/TestAssembly/TestAssembly.csproj
+++ b/src/System.Runtime/tests/TestAssembly/TestAssembly.csproj
@@ -17,8 +17,5 @@
<Link>Common\System\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAssemblyAttribute.cs</Link>
</Compile>
</ItemGroup>
- <ItemGroup>
- <None Include="project.json" />
- </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file
diff --git a/src/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj b/src/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj
index 98cbec67fa..7a13ac873d 100644
--- a/src/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj
+++ b/src/System.Runtime/tests/TestLoadAssembly/TestLoadAssembly.csproj
@@ -12,8 +12,5 @@
<ItemGroup>
<Compile Include="TestLoadAssembly.cs" />
</ItemGroup>
- <ItemGroup>
- <None Include="project.json" />
- </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file