Skip to content

Commit fae5e94

Browse files
authored
[release/9.0.1xx-preview7] Update dependencies from dotnet/fsharp (#42308)
2 parents 675dd28 + 13c4ef5 commit fae5e94

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@
8383
<Sha>fb48b92ae74b61c678d1406e6faa2cb73e264075</Sha>
8484
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8585
</Dependency>
86-
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.400-beta.24351.2">
86+
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.100-beta.24373.4">
8787
<Uri>https://github.com/dotnet/fsharp</Uri>
88-
<Sha>02adf13f8d69e0105fff4d68dbd5fb1d43bc0e17</Sha>
88+
<Sha>c14b2b7bfec6cbaadea1951196118a6cb95aeb4a</Sha>
8989
</Dependency>
9090
<!-- Intermediate is necessary for source build. -->
91-
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="8.0.400-beta.24351.2">
91+
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="9.0.100-beta.24373.4">
9292
<Uri>https://github.com/dotnet/fsharp</Uri>
93-
<Sha>02adf13f8d69e0105fff4d68dbd5fb1d43bc0e17</Sha>
93+
<Sha>c14b2b7bfec6cbaadea1951196118a6cb95aeb4a</Sha>
9494
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
9595
</Dependency>
9696
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-1.24372.18">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
</PropertyGroup>
227227
<PropertyGroup>
228228
<!-- Dependencies from https://github.com/Microsoft/visualfsharp -->
229-
<MicrosoftFSharpCompilerPackageVersion>12.8.400-beta.24351.2</MicrosoftFSharpCompilerPackageVersion>
229+
<MicrosoftFSharpCompilerPackageVersion>12.9.100-beta.24373.4</MicrosoftFSharpCompilerPackageVersion>
230230
</PropertyGroup>
231231
<PropertyGroup>
232232
<!-- Dependencies from https://github.com/dotnet/roslyn -->

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)