Skip to content

Commit 26c7585

Browse files
CopilotmarcpopMSFT
andcommitted
Remove mono support for .NET Framework apps on Unix-like systems
Co-authored-by: marcpopMSFT <[email protected]>
1 parent 9e3f601 commit 26c7585

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,10 +1437,6 @@ Copyright (c) .NET Foundation. All rights reserved.
14371437
<RunCommand Condition="'$(RunCommand)' == ''">$(TargetPath)</RunCommand>
14381438
<RunArguments Condition="'$(RunArguments)' == ''">$(StartArguments)</RunArguments>
14391439
</PropertyGroup>
1440-
<PropertyGroup Condition="$([MSBuild]::IsOSUnixLike())">
1441-
<RunCommand Condition="'$(RunCommand)' == ''">mono</RunCommand>
1442-
<RunArguments Condition="'$(RunArguments)' == ''">&quot;$(TargetPath)&quot; $(StartArguments)</RunArguments>
1443-
</PropertyGroup>
14441440
</When>
14451441
</Choose>
14461442

0 commit comments

Comments
 (0)