Skip to content

Commit aac6425

Browse files
committed
Fix OutputType=exe in OpenDelegate.csproj
I believe this was a pre-existing bug - previously, with the special clause regarding SharedLibrary, the test just got silently skipped because it was considered to be a shared library. Thanks Tomas
1 parent c52a6a1 commit aac6425

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tests/CoreMangLib/system/delegate/VSD/OpenDelegate.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<OutputType>exe</OutputType>
34
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
45
<CLRTestPriority>1</CLRTestPriority>
56
</PropertyGroup>

0 commit comments

Comments
 (0)