Skip to content

Commit e634ec7

Browse files
committed
fix multi-targeting
1 parent 3bdbbf8 commit e634ec7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FSharp.Compiler.Tools.Nuget/build/FSharp.Compiler.Tools.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ WARNING: You CAN MODIFY this file, doesnt matter if you are not knowledgeable a
1717
<!-- when using the old SDK, override FSharpTargetsPath and PortableFSharpTargetsPath -->
1818
<FSharpTargetsPath>$(MSBuildThisFileDirectory)../tools/Microsoft.FSharp.Targets</FSharpTargetsPath>
1919
<PortableFSharpTargetsPath>$(MSBuildThisFileDirectory)../tools/Microsoft.Portable.FSharp.Targets</PortableFSharpTargetsPath>
20+
</PropertyGroup>
21+
<PropertyGroup>
2022
<FscToolPath>$(MSBuildThisFileDirectory)../tools</FscToolPath>
2123
<FscToolExe>fsc.exe</FscToolExe>
2224
<FscToolFullPath>$(MSBuildThisFileDirectory)../tools/fsc.exe</FscToolFullPath>

0 commit comments

Comments
 (0)