From a5b89cbe429ccbc3a3ef9751ba9587f7ad540f6d Mon Sep 17 00:00:00 2001 From: Alex Ghiondea Date: Mon, 31 Oct 2016 14:37:00 -0700 Subject: A couple of changes included: - Make sure we have a way to disable building with the Roslyn compiler. That should only happen in the internal build. - Update the FeatureSpanOfT to also condition on using the latest compiler - Introduce an if/def in string.cs for code that uses the ref locals / ref return. - Make sure we only include the CryptographicException when building CoreCLR - Update the PInvokeMap.txt file to include the right set of APIs. - Remove duplicated APIs from PInvokeMap.txt [tfs-changeset: 1636041] --- clr.coreclr.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clr.coreclr.props') diff --git a/clr.coreclr.props b/clr.coreclr.props index ec9c23fa0f..26e21187aa 100644 --- a/clr.coreclr.props +++ b/clr.coreclr.props @@ -34,7 +34,7 @@ true true true - true + true true true true -- cgit v1.2.3