diff --git a/csharp/private/frameworks/net40.BUILD b/csharp/private/frameworks/net40.BUILD index b1a9011..ded41f4 100644 --- a/csharp/private/frameworks/net40.BUILD +++ b/csharp/private/frameworks/net40.BUILD @@ -886,6 +886,9 @@ import_library( name = "System.EnterpriseServices-noncyclic", target_framework = "net40", refdll = "//:build/.NETFramework/v4.0/System.EnterpriseServices.dll", + native_dlls = [ + "//:build/.NETFramework/v4.0/System.EnterpriseServices.Wrapper.dll", + ], deps = [ "//:Microsoft.VisualC", "//:mscorlib", diff --git a/csharp/private/frameworks/net45.BUILD b/csharp/private/frameworks/net45.BUILD index 5f6ad1b..4af11ec 100644 --- a/csharp/private/frameworks/net45.BUILD +++ b/csharp/private/frameworks/net45.BUILD @@ -1050,6 +1050,9 @@ import_library( name = "System.EnterpriseServices-noncyclic", target_framework = "net45", refdll = "//:build/.NETFramework/v4.5/System.EnterpriseServices.dll", + native_dlls = [ + "//:build/.NETFramework/v4.5/System.EnterpriseServices.Wrapper.dll", + ], deps = [ "//:mscorlib", "//:System", diff --git a/csharp/private/frameworks/net451.BUILD b/csharp/private/frameworks/net451.BUILD index 0b11bc1..8249f99 100644 --- a/csharp/private/frameworks/net451.BUILD +++ b/csharp/private/frameworks/net451.BUILD @@ -1051,6 +1051,9 @@ import_library( name = "System.EnterpriseServices-noncyclic", target_framework = "net451", refdll = "//:build/.NETFramework/v4.5.1/System.EnterpriseServices.dll", + native_dlls = [ + "//:build/.NETFramework/v4.5.1/System.EnterpriseServices.Wrapper.dll", + ], deps = [ "//:mscorlib", "//:System", diff --git a/csharp/private/frameworks/net452.BUILD b/csharp/private/frameworks/net452.BUILD index 73e6a6c..b2b8064 100644 --- a/csharp/private/frameworks/net452.BUILD +++ b/csharp/private/frameworks/net452.BUILD @@ -1052,6 +1052,9 @@ import_library( name = "System.EnterpriseServices-noncyclic", target_framework = "net452", refdll = "//:build/.NETFramework/v4.5.2/System.EnterpriseServices.dll", + native_dlls = [ + "//:build/.NETFramework/v4.5.2/System.EnterpriseServices.Wrapper.dll", + ], deps = [ "//:mscorlib", "//:System", diff --git a/csharp/private/frameworks/net46.BUILD b/csharp/private/frameworks/net46.BUILD index a26fffb..81789c4 100644 --- a/csharp/private/frameworks/net46.BUILD +++ b/csharp/private/frameworks/net46.BUILD @@ -1071,6 +1071,9 @@ import_library( name = "System.EnterpriseServices-noncyclic", target_framework = "net46", refdll = "//:build/.NETFramework/v4.6/System.EnterpriseServices.dll", + native_dlls = [ + "//:build/.NETFramework/v4.6/System.EnterpriseServices.Wrapper.dll", + ], deps = [ "//:mscorlib", "//:System", diff --git a/csharp/private/frameworks/net461.BUILD b/csharp/private/frameworks/net461.BUILD index fa044ae..47acdf3 100644 --- a/csharp/private/frameworks/net461.BUILD +++ b/csharp/private/frameworks/net461.BUILD @@ -1072,6 +1072,9 @@ import_library( name = "System.EnterpriseServices-noncyclic", target_framework = "net461", refdll = "//:build/.NETFramework/v4.6.1/System.EnterpriseServices.dll", + native_dlls = [ + "//:build/.NETFramework/v4.6.1/System.EnterpriseServices.Wrapper.dll", + ], deps = [ "//:mscorlib", "//:System", diff --git a/csharp/private/frameworks/net462.BUILD b/csharp/private/frameworks/net462.BUILD index bb2c453..9b840bf 100644 --- a/csharp/private/frameworks/net462.BUILD +++ b/csharp/private/frameworks/net462.BUILD @@ -1073,6 +1073,9 @@ import_library( name = "System.EnterpriseServices-noncyclic", target_framework = "net462", refdll = "//:build/.NETFramework/v4.6.2/System.EnterpriseServices.dll", + native_dlls = [ + "//:build/.NETFramework/v4.6.2/System.EnterpriseServices.Wrapper.dll", + ], deps = [ "//:mscorlib", "//:System", diff --git a/csharp/private/frameworks/net47.BUILD b/csharp/private/frameworks/net47.BUILD index 79c5706..7d26cbc 100644 --- a/csharp/private/frameworks/net47.BUILD +++ b/csharp/private/frameworks/net47.BUILD @@ -1073,6 +1073,9 @@ import_library( name = "System.EnterpriseServices-noncyclic", target_framework = "net47", refdll = "//:build/.NETFramework/v4.7/System.EnterpriseServices.dll", + native_dlls = [ + "//:build/.NETFramework/v4.7/System.EnterpriseServices.Wrapper.dll", + ], deps = [ "//:mscorlib", "//:System", diff --git a/csharp/private/frameworks/net471.BUILD b/csharp/private/frameworks/net471.BUILD index 669b737..5fd1e60 100644 --- a/csharp/private/frameworks/net471.BUILD +++ b/csharp/private/frameworks/net471.BUILD @@ -1246,6 +1246,9 @@ import_library( name = "System.EnterpriseServices-noncyclic", target_framework = "net471", refdll = "//:build/.NETFramework/v4.7.1/System.EnterpriseServices.dll", + native_dlls = [ + "//:build/.NETFramework/v4.7.1/System.EnterpriseServices.Wrapper.dll", + ], deps = [ "//:mscorlib", "//:System", diff --git a/csharp/private/frameworks/net472.BUILD b/csharp/private/frameworks/net472.BUILD index 0bf0860..0efb04c 100644 --- a/csharp/private/frameworks/net472.BUILD +++ b/csharp/private/frameworks/net472.BUILD @@ -1247,6 +1247,9 @@ import_library( name = "System.EnterpriseServices-noncyclic", target_framework = "net472", refdll = "//:build/.NETFramework/v4.7.2/System.EnterpriseServices.dll", + native_dlls = [ + "//:build/.NETFramework/v4.7.2/System.EnterpriseServices.Wrapper.dll", + ], deps = [ "//:mscorlib", "//:System", diff --git a/csharp/private/frameworks/net48.BUILD b/csharp/private/frameworks/net48.BUILD index 7c86530..6442b53 100644 --- a/csharp/private/frameworks/net48.BUILD +++ b/csharp/private/frameworks/net48.BUILD @@ -1249,6 +1249,9 @@ import_library( name = "System.EnterpriseServices-noncyclic", target_framework = "net48", refdll = "//:build/.NETFramework/v4.8/System.EnterpriseServices.dll", + native_dlls = [ + "//:build/.NETFramework/v4.8/System.EnterpriseServices.Wrapper.dll", + ], deps = [ "//:mscorlib", "//:System",