File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
test/Ionide.ProjInfo.Tests Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1- namespace Ionide.ProjInfo
1+ namespace Ionide.ProjInfo
22
33open System
44open System.Collections .Generic
@@ -657,7 +657,6 @@ module ProjectLoader =
657657 else
658658 [|
659659 yield ! designTimeBuildTargetsCore
660- " DispatchToInnerBuilds"
661660 |]
662661
663662 let setLegacyMsbuildProperties isOldStyleProjFile =
@@ -906,9 +905,6 @@ module ProjectLoader =
906905 msbuildPropString " ProjectAssetsFile"
907906 |> Option.defaultValue " "
908907 RestoreSuccess =
909- // match msbuildPropString "TargetFrameworkVersion" with
910- // | Some _ -> true
911- // | None ->
912908 msbuildPropBool " RestoreSuccess"
913909 |> Option.defaultValue false
914910
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ module ProjectLoader2Tests =
253253
254254
255255 let buildManagerSessionTests toolsPath =
256- ftestList " buildManagerSessionTests" [
256+ testList " buildManagerSessionTests" [
257257 yield ! applyTests " loader2-no-solution-with-2-projects" `` loader2-no-solution-with-2-projects ``
258258
259259 yield ! applyTests " sample2-NetSdk-library2" `` sample2-NetSdk-library2 ``
You can’t perform that action at this time.
0 commit comments