From b869f40132d9f152bdc46b5a760953579843bae9 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Fri, 24 Jun 2022 06:13:27 +0300 Subject: [PATCH] Set NativeLib=Shared for classlib by default (#70879) --- ...tive.Unix.props => Microsoft.NETCore.Native.Unix.targets} | 2 +- ...indows.props => Microsoft.NETCore.Native.Windows.targets} | 2 +- .../BuildIntegration/Microsoft.NETCore.Native.targets | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) rename src/coreclr/nativeaot/BuildIntegration/{Microsoft.NETCore.Native.Unix.props => Microsoft.NETCore.Native.Unix.targets} (99%) rename src/coreclr/nativeaot/BuildIntegration/{Microsoft.NETCore.Native.Windows.props => Microsoft.NETCore.Native.Windows.targets} (99%) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets similarity index 99% rename from src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props rename to src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index c8ef6487bd50..243754c30229 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -1,6 +1,6 @@ + Shared $(IntermediateOutputPath)native\ $(OutputPath)native\ true @@ -274,8 +275,8 @@ The .NET Foundation licenses this file to you under the MIT license. - - + +