2 references to TargetFramework
aspire (2)
Projects\AppHostInfoResolver.cs (2)
202
var targetFramework = string.IsNullOrWhiteSpace(properties.
TargetFramework
) ? null : properties.
TargetFramework
;