[System] Remove any CFNetwork usage from the watchOS profile. Fixes #45847.
[mono.git] / mcs / build / Makefile
index 34d857a65f552632e95a88665f9a35f7ce82bd8b..f33fcccf2d7635f498496404d5ed0dbadd8f1d56 100644 (file)
@@ -18,10 +18,8 @@ PLATFORMS = darwin linux win32
 PROFILES = \
        basic \
        build \
-       net_2_0 \
-       net_3_5 \
-       net_4_0 \
-       net_4_5 \
+       binary_reference_assemblies \
+       net_4_x \
        xbuild_12 \
        xbuild_14
 
@@ -29,7 +27,9 @@ COMMON_SRCS = \
        Consts.cs.in                    \
        Locale.cs                       \
        MonoTODOAttribute.cs \
-       basic-profile-check.cs
+       basic-profile-check.cs          \
+       SR.cs   \
+       AssemblyRef.cs
 
 DISTFILES = \
        README.makefiles                \