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 StJohn <ericstj@microsoft.com>2015-05-05 21:54:28 +0300
committerEric StJohn <ericstj@microsoft.com>2015-05-05 22:36:57 +0300
commiteb35a304c7e89e8b4335ed13c5d23706360d49a4 (patch)
tree15599344ead8e7b3f68db8a5eaec96c927ca3b32 /src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
parent8f5899f6cd22458b49c09ee06189b826e2f13668 (diff)
Convert all remaining package dependencies to project.json
DNX and BuildTools now support all of the nuget v2 conventions that we depend on so we can move all remaining nuget v2 packages to the project.json file and eliminate packages.config. This change also adds "frameworks" to the project.json so that dnu restore can calculate applicable assets. I am not yet using "runtimes" in the project.json since we are still resolving our runtime assets manually (eg: build tools copies known files from packages). A future change will move us to using our runtime packages and add runtimes sections to projects as appropriate.
Diffstat (limited to 'src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj')
-rw-r--r--src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj b/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
index 59a45bb5ae..75bffbb287 100644
--- a/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
+++ b/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
@@ -155,7 +155,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
- <None Include="packages.config" />
<None Include="project.json" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />