Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-03-10 15:10:50 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-03-10 15:10:50 +0300
commit0dbd11ed143bfd654aba809c118e316956f9a606 (patch)
tree35ae9edfb7db0528abfb7e23dc704b56eaf06420
parente2a1ce42b2e7b1d7082c14564634eb322904336e (diff)
Apply changes from https://github.com/mono/mono/pull/13383 to API snapshot
-rw-r--r--profiles/net_4_x/Microsoft.Build.Utilities.v4.0.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/net_4_x/Microsoft.Build.Utilities.v4.0.cs b/profiles/net_4_x/Microsoft.Build.Utilities.v4.0.cs
index e898a9f..e90cb6a 100644
--- a/profiles/net_4_x/Microsoft.Build.Utilities.v4.0.cs
+++ b/profiles/net_4_x/Microsoft.Build.Utilities.v4.0.cs
@@ -189,9 +189,13 @@ namespace Microsoft.Build.Utilities
public static string GetPathToDotNetFrameworkSdk(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; }
[System.MonoTODOAttribute]
public static string GetPathToDotNetFrameworkSdkFile(string fileName, Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; }
+ public static System.Collections.Generic.IList<string> GetPathToReferenceAssemblies(System.Runtime.Versioning.FrameworkName frameworkName) { throw null; }
+ public static System.Collections.Generic.IList<string> GetPathToReferenceAssemblies(string targetFrameworkRootPath, System.Runtime.Versioning.FrameworkName frameworkName) { throw null; }
+ public static System.Collections.Generic.IList<string> GetPathToReferenceAssemblies(string targetFrameworkIdentifier, string targetFrameworkVersion, string targetFrameworkProfile) { throw null; }
public static string GetPathToStandardLibraries(string targetFrameworkIdentifier, string targetFrameworkVersion, string targetFrameworkProfile) { throw null; }
[System.MonoTODOAttribute]
public static string GetPathToSystemFile(string fileName) { throw null; }
+ public static System.Collections.Generic.IList<string> GetSupportedTargetFrameworks() { throw null; }
}
public abstract partial class ToolTask : Microsoft.Build.Utilities.Task, Microsoft.Build.Framework.ICancelableTask, Microsoft.Build.Framework.ITask
{