6 references to TargetFramework
Microsoft.NET.ProjectData (6)
CacheFileReader.cs (2)
966 if (this.SliceDimensions.TryGetValue(ProjectProperties.TargetFramework, out string? targetFramework)) 968 if (this.Properties.TryGetValue(ProjectProperties.TargetFramework, out targetFramework))
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TypedProperties.g.cs (2)
20 public string TargetFramework => this.inner[ProjectProperties.TargetFramework] ?? throw new InvalidOperationException("Required Data Model property '" + ProjectProperties.TargetFramework + "' is missing. The .lscache file may be incomplete or the property merge failed.");
Model\ProjectDataSnapshotFactory.cs (2)
108 string sliceLabel = snapshot.Dimensions.TryGetValue(ProjectProperties.TargetFramework, out string? tf) ? tf : "default"; 118 string sliceLabel = snapshot.Dimensions.TryGetValue(ProjectProperties.TargetFramework, out string? tf) ? tf : "default";