Skip to content

Commit 2e9008c

Browse files
nagilsonbaronfel
andcommitted
Migrate F# TFM to 9.0 following update changes
Files should point to 9, not 8.0 directories now. See #42308 Co-Authored-By: Chet Husk <[email protected]>
1 parent fa3f95e commit 2e9008c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/tool_fsharp/tool_fsc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PropertyGroup>
1818
<FSharpCorePath Condition="'$(DotNetFinalVersionKind)'!='release'">Shipping</FSharpCorePath>
1919
<FSharpCorePath Condition="'$(DotNetFinalVersionKind)'=='release'">Release</FSharpCorePath>
20-
<FSharpTfm>net8.0</FSharpTfm>
20+
<FSharpTfm>net9.0</FSharpTfm>
2121
<!-- In full product source-only mode, fsharp currently builds net9.0. In repo source-only modes, non VMR builds, or MSFT VMR builds,
2222
it's net8.0. -->
2323
<FSharpTfm Condition="'$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildOrchestrator)' == 'true'">net9.0</FSharpTfm>

0 commit comments

Comments
 (0)