1 write to RuntimeFrameworks
Microsoft.NET.Build.Tasks (1)
ProcessFrameworkReferences.cs (1)
541RuntimeFrameworks = runtimeFrameworks.ToArray();
5 references to RuntimeFrameworks
Microsoft.NET.Build.Tasks.UnitTests (5)
ProcessFrameworkReferencesTests.cs (5)
239task.RuntimeFrameworks.Should().NotBeNull().And.HaveCount(1); 240task.RuntimeFrameworks[0].ItemSpec.Should().Be("Microsoft.AspNetCore.App"); 241task.RuntimeFrameworks[0].GetMetadata(MetadataKeys.Version).Should().Be("1.9.5"); 262task.RuntimeFrameworks.Should().BeNull(); 297task.RuntimeFrameworks.Should().BeNullOrEmpty("Should not contain RuntimePackAlwaysCopyLocal framework");