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

Commit0a85a5b

Browse files
committed
adjust condition so ReorderCompileItems is applicable only for netcore78 configuration
1 parent5f61505 commit0a85a5b

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
@@ -623,7 +623,7 @@
623623

624624
<TargetName="ReorderCompileItems"
625625
BeforeTargets="CoreCompile"
626-
Condition="'$(GenerateTargetFrameworkAttribute)' == 'true'">
626+
Condition="'$(GenerateTargetFrameworkAttribute)' == 'true' AND '$(TargetFramework)' == 'netcore78'">
627627
<ItemGroup>
628628
<!-- 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-->
629629
<CompileAfterInclude="@(CompileBefore)"/>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp