We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3f95e commit 2e9008cCopy full SHA for 2e9008c
src/Layout/tool_fsharp/tool_fsc.csproj
@@ -17,7 +17,7 @@
17
<PropertyGroup>
18
<FSharpCorePath Condition="'$(DotNetFinalVersionKind)'!='release'">Shipping</FSharpCorePath>
19
<FSharpCorePath Condition="'$(DotNetFinalVersionKind)'=='release'">Release</FSharpCorePath>
20
- <FSharpTfm>net8.0</FSharpTfm>
+ <FSharpTfm>net9.0</FSharpTfm>
21
<!-- In full product source-only mode, fsharp currently builds net9.0. In repo source-only modes, non VMR builds, or MSFT VMR builds,
22
it's net8.0. -->
23
<FSharpTfm Condition="'$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildOrchestrator)' == 'true'">net9.0</FSharpTfm>
0 commit comments