7 references to TargetFrameworkVersion
dotnet (7)
Commands\Run\CSharpCompilerCommand.cs (7)
178string assemblyAttributes = Path.Join(objDir, $".NETCoreApp,Version=v{TargetFrameworkVersion}.AssemblyAttributes.cs"); 185[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v{TargetFrameworkVersion}", FrameworkDisplayName = ".NET {TargetFrameworkVersion}")] 247build_property.TargetFramework = net{TargetFrameworkVersion} 249build_property.TargetFrameworkVersion = v{TargetFrameworkVersion} 261build_property.EffectiveAnalysisLevelStyle = {TargetFrameworkVersion} 285"tfm": "net{{TargetFrameworkVersion}}",