Skip to content

Commit 9d9fde5

Browse files
[build] remove $(TargetsCurrent) (#10698)
This was added in a2c2045, but should not be necessary.
1 parent c6045d3 commit 9d9fde5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Directory.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
2828
<!-- Disables the transitive restore of packages like Microsoft.AspNetCore.App.Ref, Microsoft.WindowsDesktop.App.Ref -->
2929
<DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads>
30-
<!-- Setting TargetsCurrent=true is necessary until we get https://github.com/dotnet/sdk/pull/52031 -->
31-
<!-- Ref: https://github.com/dotnet/macios/issues/24418 -->
32-
<TargetsCurrent>true</TargetsCurrent>
3330
</PropertyGroup>
3431

3532
<PropertyGroup>

0 commit comments

Comments
 (0)