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

Commit0826f7a

Browse files
committed
Handle feedback, fix some potential redirects
1 parentbda4c09 commit0826f7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎vsintegration/src/vs/FsPkgs/FSharp.Project/FS/AppConfigHelper.fs‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,15 +353,15 @@ namespace Microsoft.VisualStudio.FSharp.ProjectSystem
353353
// If the target version is between TagetMin and TargetMax inclusive then the redirects list contains the appropriate redirects
354354
//
355355
//TargetMin, targetMax, redirects
356-
"2.3.0.0","2.3.0.0",["2.0.0.0";"2.0.0.0"]
356+
"2.3.0.0","2.3.0.0",["2.0.0.0";"2.3.0.0"]
357357
"2.3.5.1","2.3.5.1",["2.3.5.0";"2.3.5.1"]
358358
"3.7.4.0","3.7.4.0",["3.3.1.0";"3.7.4.0"]
359359
"3.47.4.0","3.47.4.0",["2.3.5.0";"2.3.5.1";"3.47.4.0"]
360360
"3.78.4.0","3.78.4.0",["3.78.3.1";"3.78.4.0"]
361361
"3.259.4.0","3.259.4.0",["3.259.3.1";"3.259.4.0"]
362-
"4.3.0.0","4.4.0.0",["2.0.0.0";"2.3.5.0";"4.0.0.0";"4.3.1.0"]
363-
"4.3.1.0","4.4.0.0",["3.3.1.0";"2.3.5.1";"3.78.3.1";"3.259.3.1"]
364-
"4.4.0.0","4.4.0.0",["3.47.4.0";"3.78.4.0";"3.259.4.0";"4.3.1.0";"4.4.0.0"]
362+
"4.3.0.0","4.4.0.0",["2.0.0.0";"2.3.5.0";"4.0.0.0";"4.3.0.0"]
363+
"4.3.1.0","4.4.0.0",["3.3.1.0";"2.3.5.1";"3.78.3.1";"3.259.3.1";"4.3.1.0"]
364+
"4.4.0.0","4.4.0.0",["3.47.4.0";"3.78.4.0";"3.259.4.0";"4.4.0.0"]
365365
]|> Seq.where(fun(min,max,_)-> targetFSharpCoreVersion>= min&& targetFSharpCoreVersion<= max)
366366

367367
// some helpers to simplify work with XLinq

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp