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 /src/System.Runtime.Extensions/tests
parentb5b0a77d2b77f40de96e0a185266adc51d5fe460 (diff)
Remove all TargetingPackReference's from project files
* The only remaining uses are in the CoreFX.Tools project (to be removed eventually, anyways).
Diffstat (limited to 'src/System.Runtime.Extensions/tests')
-rw-r--r--src/System.Runtime.Extensions/tests/TestApp/TestApp.csproj3
1 files changed, 0 insertions, 3 deletions
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