From e8e2b745599fb5b87fa086948697aeb106f429dc Mon Sep 17 00:00:00 2001 From: Dong-Heon Jung Date: Fri, 13 Oct 2023 18:37:21 +0900 Subject: [PATCH] Fix test build error when BuildAsStandalone is true Build error of provider.ilproj test when BuildAsStandalone is true `EXEC : error : No entry point declared for executable` This is due to https://github.com/dotnet/runtime/pull/92029 Restore OutputType to Library. --- src/tests/Regressions/coreclr/22021/provider.ilproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/Regressions/coreclr/22021/provider.ilproj b/src/tests/Regressions/coreclr/22021/provider.ilproj index 5798b3c769204b..a10e6d25b0e4fb 100644 --- a/src/tests/Regressions/coreclr/22021/provider.ilproj +++ b/src/tests/Regressions/coreclr/22021/provider.ilproj @@ -1,4 +1,7 @@ + + Library +