Skip to content

Commit

Permalink
Remove unused property from Microsoft.NET.CrossGen.targets (#43429)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored Sep 14, 2024
1 parent 3186bd0 commit 4f70002
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,6 @@ Copyright (c) .NET Foundation. All rights reserved.
</Copy>
</Target>

<PropertyGroup>
<MicrosoftNETCrossgenBuildTasksAssembly Condition="'$(MSBuildRuntimeType)' == 'Core'">$(MSBuildThisFileDirectory)..\tasks\net7.0\Microsoft.NET.Sdk.Crossgen.dll</MicrosoftNETCrossgenBuildTasksAssembly>
<MicrosoftNETCrossgenBuildTasksAssembly Condition="'$(MSBuildRuntimeType)' != 'Core'">$(MSBuildThisFileDirectory)..\tasks\net472\Microsoft.NET.Sdk.Crossgen.dll</MicrosoftNETCrossgenBuildTasksAssembly>
</PropertyGroup>

<!--
============================================================
CreateReadyToRunImages
Expand Down

0 comments on commit 4f70002

Please sign in to comment.