8 references to AddSupportedRuntimeToAppconfig
Microsoft.NET.Build.Tasks (1)
WriteAppConfigWithSupportedRuntime.cs (1)
35AddSupportedRuntimeToAppconfig(doc, TargetFrameworkIdentifier, TargetFrameworkVersion, TargetFrameworkProfile);
Microsoft.NET.Build.Tasks.UnitTests (7)
GivenWriteAppConfigWithSupportedRuntimeTask.cs (7)
22WriteAppConfigWithSupportedRuntime.AddSupportedRuntimeToAppconfig(doc, ".NETFramework", "v4.5.2"); 38WriteAppConfigWithSupportedRuntime.AddSupportedRuntimeToAppconfig(doc, ".NETFramework", "v4.5.2"); 58WriteAppConfigWithSupportedRuntime.AddSupportedRuntimeToAppconfig(doc, ".NETFramework", "v4.6.2"); 85WriteAppConfigWithSupportedRuntime.AddSupportedRuntimeToAppconfig(doc, targetFrameworkIdentifier, targetFrameworkVersion); 117WriteAppConfigWithSupportedRuntime.AddSupportedRuntimeToAppconfig(doc, targetFrameworkIdentifier, targetFrameworkVersion); 142WriteAppConfigWithSupportedRuntime.AddSupportedRuntimeToAppconfig(doc, 169WriteAppConfigWithSupportedRuntime.AddSupportedRuntimeToAppconfig(doc, parsedFramework.Framework, parsedFramework.Version.ToString());