9 references to Dependencies
dotnet-svcutil-lib.Tests (9)
MSBuildProjTests.cs (8)
44Assert.NotEmpty(build.Dependencies); 45Assert.Contains(build.Dependencies, x => x.Name == "xunit" && x.Version == "2.4.1"); 64Assert.NotEmpty(build.Dependencies); 65Assert.Contains(build.Dependencies, x => x.Name == "xunit" && x.Version == "2.4.1"); 83Assert.NotEmpty(build.Dependencies); 84Assert.Contains(build.Dependencies, x => x.Name == "xunit" && x.Version == "2.4.1"); 103Assert.NotEmpty(build.Dependencies); 104Assert.Contains(build.Dependencies, x => x.Name == "xunit" && x.Version == "2.4.1");
ProjectUtils.cs (1)
65if (!project.Dependencies.Any(d => d.Equals(svcutilPkgRef)))