You've already forked linux-packaging-mono
Imported Upstream version 5.14.0.78
Former-commit-id: 3494343bcc9ddb42b36b82dd9ae7b69e85e0229f
This commit is contained in:
parent
74b74abd9f
commit
19234507ba
@@ -21,8 +21,9 @@ bare/System_REFS := mscorlib
|
||||
bare/System.Xml_REFS := mscorlib bare/System
|
||||
|
||||
mscorlib_CSC_ARGS := -runtimemetadataversion:v4.0.30319
|
||||
System_CSC_ARGS := ../../src/Mono/System.extra.cs
|
||||
|
||||
ECMA_KEY := ../../../mono/mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
|
||||
ECMA_KEY := ../../../../../mono/mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
|
||||
|
||||
ECMA_KEY_ASSEMBLIES := System.Core System.Net.Http System.Numerics System.Xml System mscorlib \
|
||||
bare/System bare/System.Xml
|
||||
|
@@ -1 +1 @@
|
||||
ab4c9433b3b63fe16e478cc37a18ea453bc19ff1
|
||||
b0ba3c261fe2fa1392dc649a3da36ccb1eb213ba
|
@@ -21,8 +21,9 @@ bare/System_REFS := mscorlib
|
||||
bare/System.Xml_REFS := mscorlib bare/System
|
||||
|
||||
mscorlib_CSC_ARGS := -runtimemetadataversion:v4.0.30319
|
||||
System_CSC_ARGS := ../../src/Mono/System.extra.cs
|
||||
|
||||
ECMA_KEY := ../../../mono/mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
|
||||
ECMA_KEY := ../../../../../mono/mcs/class/ecma.pub # Public Key Token: b77a5c561934e089
|
||||
|
||||
ECMA_KEY_ASSEMBLIES := System.Core System.Net.Http System.Numerics System.Xml System mscorlib \
|
||||
bare/System bare/System.Xml
|
||||
|
@@ -1 +1 @@
|
||||
c10bd54a5cd051a2a47e5599bb382bf9db02da79
|
||||
589327cb425c2811156435a75cd5c0cc003ae1dc
|
94
external/binary-reference-assemblies/src/mono/System.extra.cs
vendored
Normal file
94
external/binary-reference-assemblies/src/mono/System.extra.cs
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using System.Net.Security;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo ("Mono.Security, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
|
||||
|
||||
namespace System.Security.Cryptography.X509Certificates
|
||||
{
|
||||
abstract class X509Certificate2Impl
|
||||
{
|
||||
}
|
||||
|
||||
static class X509Helper2
|
||||
{
|
||||
internal static long GetSubjectNameHash (X509Certificate certificate)
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
|
||||
internal static void ExportAsPEM (X509Certificate certificate, Stream stream, bool includeHumanReadableForm)
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace Mono.Net.Security
|
||||
{
|
||||
static class NoReflectionHelper
|
||||
{
|
||||
internal static object GetInternalValidator (object provider, object settings)
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
|
||||
internal static object GetDefaultValidator (object settings)
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
|
||||
internal static object GetProvider ()
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
|
||||
internal static bool IsInitialized {
|
||||
get {
|
||||
throw null;
|
||||
}
|
||||
}
|
||||
|
||||
internal static void Initialize ()
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
|
||||
internal static void Initialize (string provider)
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
|
||||
internal static HttpWebRequest CreateHttpsRequest (Uri requestUri, object provider, object settings)
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
|
||||
internal static object CreateHttpListener (object certificate, object provider, object settings)
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
|
||||
internal static object GetMonoSslStream (SslStream stream)
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
|
||||
internal static object GetMonoSslStream (HttpListenerContext context)
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
|
||||
internal static bool IsProviderSupported (string name)
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
|
||||
internal static object GetProvider (string name)
|
||||
{
|
||||
throw null;
|
||||
}
|
||||
}
|
||||
}
|
@@ -258,7 +258,7 @@ Facades/System.Xml.XmlSerializer_REFS := mscorlib System.Xml
|
||||
Facades/netstandard_REFS := mscorlib System System.Core System.Data System.Diagnostics.Tracing System.Drawing System.IO.Compression System.IO.Compression.FileSystem System.ComponentModel.Composition System.Net.Http System.Numerics System.Runtime.Serialization System.Transactions System.Web System.Xml System.Xml.Linq
|
||||
|
||||
mscorlib_CSC_ARGS := -runtimemetadataversion:v4.0.30319
|
||||
System_CSC_ARGS := -d:CONFIG_DEP -d:XML_DEP
|
||||
System_CSC_ARGS := -d:CONFIG_DEP -d:XML_DEP ../src/Mono/System.extra.cs
|
||||
System.Configuration_CSC_ARGS := -d:CONFIG_DEP
|
||||
System.Xml_CSC_ARGS := -d:CONFIG_DEP
|
||||
System.ServiceModel.Activation_CSC_ARGS := -d:SERVICEMODEL_DEP -d:WEB_DEP
|
||||
|
@@ -1 +1 @@
|
||||
a30decf6496151191fbebdc8c0ea6709870a4ed3
|
||||
ea33a272ed6642fd300e619349eab0546fec86e1
|
Reference in New Issue
Block a user