Adding System namespace to packagedependencyprovidertest, required by StringComparer.

This commit is contained in:
Livar Cunha 2016-07-28 21:57:00 -07:00
parent dca7a4fd41
commit 174eeed45e

View file

@ -1,3 +1,4 @@
using System;
using System.Linq;
using Microsoft.DotNet.ProjectModel.Graph;
using Microsoft.DotNet.ProjectModel.Resolution;