We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$(DisableTransitiveFrameworkReferenceDownloads)
1 parent 52f0866 commit 9c50a2dCopy full SHA for 9c50a2d
Directory.Build.props
@@ -3,6 +3,8 @@
3
<!-- Note: MUST be imported *after* $(Configuration) is set! -->
4
<PropertyGroup>
5
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
+ <!-- Disables the transitive restore of packages like Microsoft.AspNetCore.App.Ref, Microsoft.WindowsDesktop.App.Ref -->
7
+ <DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads>
8
</PropertyGroup>
9
<Import
10
Project="$(MSBuildThisFileDirectory)Configuration.Override.props"
0 commit comments