Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbffb2ab

Browse files
authored
Always do TFM Attributes at front of compile list (#5511)
1 parent6a548ca commitbffb2ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/fsharp/FSharp.Build/Microsoft.FSharp.Targets‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,7 @@ this file.
394394
Overwrite="true"/>
395395

396396
<ItemGroup>
397-
<CompileBeforeInclude="$(TargetFrameworkMonikerAssemblyAttributesPath)"Condition="'$(AdditionalSourcesText)' != '' AND ('$(OutputType)' == 'Exe' OR '$(OutputType)' == 'WinExe')"/>
398-
<CompileAfterInclude="$(TargetFrameworkMonikerAssemblyAttributesPath)"Condition="'$(AdditionalSourcesText)' != '' AND '$(OutputType)' != 'Exe' AND '$(OutputType)' != 'WinExe'"/>
397+
<CompileBeforeInclude="$(TargetFrameworkMonikerAssemblyAttributesPath)"Condition="'$(AdditionalSourcesText)' != ''"/>
399398
</ItemGroup>
400399

401400
</Target>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp