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

Commite8a8ef5

Browse files
committed
Fixing up targets file to reorder compile items for FSharp.Core whenever needed, regardless of target profile (changeset 1275183)
1 parent0a3a5a8 commite8a8ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/FSharpSource.targets‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696

697697
<TargetName="ReorderCompileItems"
698698
BeforeTargets="CoreCompile"
699-
Condition="'$(GenerateTargetFrameworkAttribute)' == 'true' AND('$(TargetFramework)' == 'netcore78' OR '$(TargetFramework)' == 'netcore259')">
699+
Condition="'$(GenerateTargetFrameworkAttribute)' == 'true' AND '$(AssemblyName)' == 'FSharp.Core'">
700700
<ItemGroup>
701701
<!-- Infrastructure puts AssemblyAttributes.fs at the beginning of the list and this will result and error when compiling FSharp.Core because all primitive types are not defined yet - fixup is required-->
702702
<CompileAfterInclude="@(CompileBefore)"/>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp