12 references to ConditionFrameworkNet451
dotnet.Tests (12)
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (12)
266
int condBefore = lib.CsProj().NumberOfItemGroupsWithConditionContaining(
ConditionFrameworkNet451
);
274
csproj.NumberOfItemGroupsWithConditionContaining(
ConditionFrameworkNet451
).Should().Be(condBefore - 1);
275
csproj.NumberOfProjectReferencesWithIncludeAndConditionContaining(libref.Name,
ConditionFrameworkNet451
).Should().Be(0);
342
int condBefore = csprojBefore.NumberOfItemGroupsWithConditionContaining(
ConditionFrameworkNet451
);
353
csproj.NumberOfItemGroupsWithConditionContaining(
ConditionFrameworkNet451
).Should().Be(condBefore);
354
csproj.NumberOfProjectReferencesWithIncludeAndConditionContaining(librefCond.Name,
ConditionFrameworkNet451
).Should().Be(1);
367
int condBefore = csprojBefore.NumberOfItemGroupsWithConditionContaining(
ConditionFrameworkNet451
);
378
csproj.NumberOfItemGroupsWithConditionContaining(
ConditionFrameworkNet451
).Should().Be(condBefore - 1);
379
csproj.NumberOfProjectReferencesWithIncludeAndConditionContaining(librefCond.Name,
ConditionFrameworkNet451
).Should().Be(0);
391
int condNet451Before = csprojBefore.NumberOfItemGroupsWithConditionContaining(
ConditionFrameworkNet451
);
400
csproj.NumberOfItemGroupsWithConditionContaining(
ConditionFrameworkNet451
).Should().Be(condNet451Before - 1);
401
csproj.NumberOfProjectReferencesWithIncludeAndConditionContaining(librefCondNet451.Name,
ConditionFrameworkNet451
).Should().Be(0);