Skip to content

Commit

Permalink
Fix OutputType=exe in OpenDelegate.csproj
Browse files Browse the repository at this point in the history
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
  • Loading branch information
trylek committed Nov 10, 2021
1 parent c52a6a1 commit aac6425
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
Expand Down

0 comments on commit aac6425

Please sign in to comment.