Skip to content

Commit

Permalink
Update fallback .Net Core TFM for script resolution to netcoreapp3.1 (d…
Browse files Browse the repository at this point in the history
…otnet#8492)

since 3.1 is the LTS this seems like a fine default to me.
  • Loading branch information
baronfel authored and nosami committed Feb 22, 2021
1 parent e151bb1 commit 329d1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/DotNetFrameworkDependencies.fs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module internal FSharp.Compiler.DotNetFrameworkDependencies
| _, -1 ->
if isRunningOnCoreClr then
// Running on coreclr but no deps.json was deployed with the host so default to 3.0
Some "netcoreapp3.0"
Some "netcoreapp3.1"
else
// Running on desktop
None
Expand Down

0 comments on commit 329d1f6

Please sign in to comment.