Skip to content

Commit f3686d5

Browse files
teo-tsirpanisgithub-actions
authored andcommitted
Fix typo.
1 parent 5654c29 commit f3686d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.BeforeCommon.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Copyright (c) .NET Foundation. All rights reserved.
259259
project will end up selecting the other code paths instead, which can cause all kinds of build failures or other
260260
problems. For additional context, see: https://github.com/dotnet/sdk/issues/43908.
261261
-->
262-
<Target Name=""
262+
<Target Name="AddImplicitDefineConstants"
263263
Condition=" '$(DisableImplicitFrameworkDefines)' != 'true' "
264264
DependsOnTargets="GenerateTargetPlatformDefineConstants;GenerateNETCompatibleDefineConstants;GeneratePlatformCompatibleDefineConstants;_DisableDiagnosticTracing"
265265
AfterTargets="PrepareForBuild" >

0 commit comments

Comments
 (0)