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

Commit665f986

Browse files
committed
Fix computation of dependencies for resources in Microsoft.FSharp.targets
We weren't rebuilding when a resouce changed. Copy fromMicrosoft.CSharp.targets
1 parente57a811 commit665f986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ Copyright (C) Microsoft Corporation. All rights reserved.
9797
</ItemGroup>
9898

9999
<PropertyGroup>
100-
<CoreCompileDependsOn>_ComputeNonExistentFileProperty</CoreCompileDependsOn>
100+
<CreateManifestResourceNamesDependsOn></CreateManifestResourceNamesDependsOn>
101+
<CoreCompileDependsOn></CoreCompileDependsOn>
101102
</PropertyGroup>
102103

103104
<Target

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp