diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj
index 1310cc7ba8..54c17cad3a 100644
--- a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj
+++ b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj
@@ -63,6 +63,18 @@
Pack="true"
Visible="false"
/>
+
+
+
+
diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.props b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.props
new file mode 100644
index 0000000000..fd57ab3adc
--- /dev/null
+++ b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.props
@@ -0,0 +1,20 @@
+
+
+
+
+
+ onnxruntime.dll
+ PreserveNewest
+ false
+
+
+ mkldnn.dll
+ PreserveNewest
+ false
+
+
+
diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.targets b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.targets
new file mode 100644
index 0000000000..c4829504ed
--- /dev/null
+++ b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.targets
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+