diff --git a/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props b/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props index 5ed981fedd4..5303d99c4f2 100644 --- a/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props +++ b/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props @@ -70,7 +70,8 @@ See the LICENSE file in the project root for more information. - + + diff --git a/src/BuildIntegration/Microsoft.NETCore.Native.targets b/src/BuildIntegration/Microsoft.NETCore.Native.targets index c64c33a924f..ab0b7d3c0a4 100644 --- a/src/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/BuildIntegration/Microsoft.NETCore.Native.targets @@ -49,11 +49,12 @@ See the LICENSE file in the project root for more information. .a .html - .def + .def + .exports $(NativeIntermediateOutputPath)$(TargetName)$(NativeObjectExt) - $(NativeIntermediateOutputPath)$(TargetName)$(NativeExportExt) $(NativeOutputPath)$(TargetName)$(NativeBinaryExt) + $(NativeIntermediateOutputPath)$(TargetName)$(ExportsFiletExt) $(NativeObject) $(NativeIntermediateOutputPath)$(TargetName).cpp @@ -197,7 +198,8 @@ See the LICENSE file in the project root for more information. - + +