diff --git a/Directory.Build.targets b/Directory.Build.targets
index cd863377199..8a1a1fa4a3f 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -21,4 +21,20 @@
+
+
+
+
+ %(RuntimePackRuntimeIdentifiers);$(NETCoreSdkRuntimeIdentifier)
+
+
+ %(Crossgen2RuntimeIdentifiers);$(NETCoreSdkRuntimeIdentifier)
+
+
+
diff --git a/buildtools/AssemblyCheck/AssemblyCheck.fsproj b/buildtools/AssemblyCheck/AssemblyCheck.fsproj
index 6cfd3b1103f..bb4b9dd2b76 100644
--- a/buildtools/AssemblyCheck/AssemblyCheck.fsproj
+++ b/buildtools/AssemblyCheck/AssemblyCheck.fsproj
@@ -8,7 +8,7 @@
true
- true
+ $(NETCoreSdkRuntimeIdentifier)
diff --git a/buildtools/fslex/fslex.fsproj b/buildtools/fslex/fslex.fsproj
index 03ed6a77a60..f93c26d5559 100644
--- a/buildtools/fslex/fslex.fsproj
+++ b/buildtools/fslex/fslex.fsproj
@@ -9,7 +9,7 @@
true
- true
+ $(NETCoreSdkRuntimeIdentifier)
diff --git a/buildtools/fsyacc/fsyacc.fsproj b/buildtools/fsyacc/fsyacc.fsproj
index 621a2f3c7ca..8dd8f9f7d6a 100644
--- a/buildtools/fsyacc/fsyacc.fsproj
+++ b/buildtools/fsyacc/fsyacc.fsproj
@@ -9,7 +9,7 @@
true
- true
+ $(NETCoreSdkRuntimeIdentifier)
diff --git a/src/fsc/fscProject/fsc.fsproj b/src/fsc/fscProject/fsc.fsproj
index 5f30ad30579..1f22c8531e9 100644
--- a/src/fsc/fscProject/fsc.fsproj
+++ b/src/fsc/fscProject/fsc.fsproj
@@ -11,7 +11,7 @@
$(FSharpNetCoreProductTargetFramework)
true
- true
+ $(NETCoreSdkRuntimeIdentifier)
diff --git a/src/fsi/fsiProject/fsi.fsproj b/src/fsi/fsiProject/fsi.fsproj
index 639ab45af17..634ed56a9ea 100644
--- a/src/fsi/fsiProject/fsi.fsproj
+++ b/src/fsi/fsiProject/fsi.fsproj
@@ -11,7 +11,7 @@
$(FSharpNetCoreProductTargetFramework)
true
- true
+ $(NETCoreSdkRuntimeIdentifier)