Skip to content

Commit fda76ab

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

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
@@ -1441,10 +1441,6 @@ Copyright (c) .NET Foundation. All rights reserved.
14411441
<RunCommand Condition="'$(RunCommand)' == ''">$(TargetPath)</RunCommand>
14421442
<RunArguments Condition="'$(RunArguments)' == ''">$(StartArguments)</RunArguments>
14431443
</PropertyGroup>
1444-
<PropertyGroup Condition="$([MSBuild]::IsOSUnixLike())">
1445-
<RunCommand Condition="'$(RunCommand)' == ''">mono</RunCommand>
1446-
<RunArguments Condition="'$(RunArguments)' == ''">&quot;$(TargetPath)&quot; $(StartArguments)</RunArguments>
1447-
</PropertyGroup>
14481444
</When>
14491445
</Choose>
14501446

0 commit comments

Comments
 (0)