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.
1 parent 6270bcf commit 75d88aaCopy full SHA for 75d88aa
src/Tasks/Microsoft.NET.Build.Tasks/sdk/Sdk.targets
@@ -10,6 +10,7 @@ Copyright (c) .NET Foundation. All rights reserved.
10
***********************************************************************************************
11
-->
12
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
13
+ <Import Project="$(BeforeMicrosoftNETSdkTargets)" Condition="'$(BeforeMicrosoftNETSdkTargets)' != ''"/>
14
15
<!-- Using the same property as Microsoft.CSharp.targets and presumably Microsoft.VisualBasic.targets here -->
16
<PropertyGroup Condition="'$(TargetFrameworks)' != '' and '$(TargetFramework)' == ''">
0 commit comments