Skip to content

Commit 05fde28

Browse files
committed
fix build 2
1 parent 1f5f3bb commit 05fde28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/FSharpSource.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@
742742
<When Condition="'$(BuildWith)' == 'LKG'">
743743
<PropertyGroup>
744744
<FSharpTargetsPath>..\lkg\FSharp-$(LkgVersion)\bin\Microsoft.FSharp.Targets</FSharpTargetsPath>
745-
<FscToolPath>$(FSharpSourcesRoot)\..\lkg\bin\Debug\dnxcore50\win7-x64\publish</FscToolPath>
745+
<FscToolPath>$(FSharpSourcesRoot)\..\lkg\bin\Debug\netstandard1.6\win7-x64\publish</FscToolPath>
746746
<FSLKGPath>$(FSharpSourcesRoot)\..\lkg\FSharp-$(LkgVersion)\bin</FSLKGPath>
747747
<FSCoreLKGPath>$(FSLKGPath)\FSharp.Core.dll</FSCoreLKGPath>
748748
</PropertyGroup>

src/fsharp/FSharp.Build/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"System.Diagnostics.Tools": "4.0.1-rc2-24027",
1414
"System.Reflection.Primitives": "4.0.1-rc2-24027",
1515
"System.Resources.ResourceManager": "4.0.1-rc2-24027"
16-
},
17-
"frameworks": {
18-
"dnxcore50": {
16+
},
17+
"frameworks": {
18+
"netstandard1.6": {
1919
"imports": "portable-net45+win8"
20-
}
20+
}
2121
}
2222
}

0 commit comments

Comments
 (0)