We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$(TargetsCurrent)
1 parent c6045d3 commit 9d9fde5Copy full SHA for 9d9fde5
Directory.Build.props
@@ -27,9 +27,6 @@
27
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
28
<!-- Disables the transitive restore of packages like Microsoft.AspNetCore.App.Ref, Microsoft.WindowsDesktop.App.Ref -->
29
<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>
33
</PropertyGroup>
34
35
<PropertyGroup>
0 commit comments