diff --git a/src/System.Runtime.InteropServices.RuntimeInformation/ref/Configurations.props b/src/System.Runtime.InteropServices.RuntimeInformation/ref/Configurations.props
index c398e42e8994..129adad32f9c 100644
--- a/src/System.Runtime.InteropServices.RuntimeInformation/ref/Configurations.props
+++ b/src/System.Runtime.InteropServices.RuntimeInformation/ref/Configurations.props
@@ -3,6 +3,7 @@
netstandard;
+ netstandard1.0;
\ No newline at end of file
diff --git a/src/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj b/src/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj
index 13194f29052b..2fd41af3d00b 100644
--- a/src/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj
+++ b/src/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.csproj
@@ -9,5 +9,8 @@
+
+
+
\ No newline at end of file
diff --git a/src/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj b/src/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj
index 5f0d41d100f6..f66881910a49 100644
--- a/src/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj
+++ b/src/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj
@@ -12,6 +12,8 @@
uap
uap;uapaot;netcore50
true
+
+ $(RefRootPath)/netstandard1.1
diff --git a/src/Tools/GenerateProps/targetgroups.props b/src/Tools/GenerateProps/targetgroups.props
index ea4133e92f02..9a06eea7155b 100644
--- a/src/Tools/GenerateProps/targetgroups.props
+++ b/src/Tools/GenerateProps/targetgroups.props
@@ -133,9 +133,11 @@
Windows,Version=v8.0
+ netstandard1.1
WindowsPhoneApp,Version=v8.1
+ netstandard1.2
.NETPortable,Version=v0.0,Profile=Profile47