Skip to content

Commit 61acf88

Browse files
committed
Update fallback .Net Core TFM for script resolution to netcoreapp3.1 (#8492)
since 3.1 is the LTS this seems like a fine default to me.
1 parent 9296b4f commit 61acf88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/DotNetFrameworkDependencies.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module internal FSharp.Compiler.DotNetFrameworkDependencies
100100
| _, -1 ->
101101
if isRunningOnCoreClr then
102102
// Running on coreclr but no deps.json was deployed with the host so default to 3.0
103-
Some "netcoreapp3.0"
103+
Some "netcoreapp3.1"
104104
else
105105
// Running on desktop
106106
None

0 commit comments

Comments
 (0)