3 references to ConditionCurrentFramework
dotnet.Tests (3)
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (3)
392
int condNetCoreApp10Before = csprojBefore.NumberOfItemGroupsWithConditionContaining(
ConditionCurrentFramework
);
403
csproj.NumberOfItemGroupsWithConditionContaining(
ConditionCurrentFramework
).Should().Be(condNetCoreApp10Before);
404
csproj.NumberOfProjectReferencesWithIncludeAndConditionContaining(librefCondNetCoreApp10.Name,
ConditionCurrentFramework
).Should().Be(1);