From: Alexander Köplinger Date: Mon, 31 Jul 2023 19:32:05 +0000 (+0200) Subject: Fix MSB4120 warning in Microsoft.NETCore.App.Runtime.props (#89723) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~658 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d1f6ec8734a21d710fad29a3d03053b370a359a;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix MSB4120 warning in Microsoft.NETCore.App.Runtime.props (#89723) --- diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets index efdf7a9..65dcc22 100644 --- a/eng/liveBuilds.targets +++ b/eng/liveBuilds.targets @@ -123,9 +123,10 @@ true - - + + + diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props index f5f3df8..e7b4ad40 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props @@ -81,26 +81,22 @@ tools - - runtimes/$(RuntimeIdentifier)/native/include/%(RecursiveDir) - - - + runtimes/$(RuntimeIdentifier)/native/Mono.release.framework/%(RecursiveDir) - + runtimes/$(RuntimeIdentifier)/native/Mono.debug.framework/%(RecursiveDir) - + runtimes/$(RuntimeIdentifier)/native/include/%(RecursiveDir) + + + runtimes/$(RuntimeIdentifier)/build/%(RecursiveDir)