MultiProjectValidator Fixes

Ignore desktop frameworks (if specified)
This commit is contained in:
Bryan 2016-01-07 17:10:45 -08:00
parent 2d70ffc508
commit d8b04851e6
7 changed files with 40 additions and 18 deletions

View file

@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
namespace ProjectSanity.AnalysisRules.DependencyMismatch
namespace MultiProjectValidator.AnalysisRules.DependencyMismatch
{
internal class DependencyGroup
{