Skip to content

Commit 415e585

Browse files
authored
Merge pull request #16432 from dotnet/darc-main-7571f9df-ee8c-4fff-95cc-674161582f81
[main] Update dependencies from dotnet/fsharp
2 parents c69d9a3 + fe606c3 commit 415e585

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
<Uri>https://github.com/dotnet/msbuild</Uri>
7575
<Sha>97463e3cdb3ce4ccf9638eb68fd9f82646ca6a11</Sha>
7676
</Dependency>
77-
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.3.2-beta.21102.9">
77+
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.4.2-beta.21170.3">
7878
<Uri>https://github.com/dotnet/fsharp</Uri>
79-
<Sha>7ce7132f1459095e635194d09d6f73265352029a</Sha>
79+
<Sha>9d2784803952b7b138e61be3a5b1ef556effcad2</Sha>
8080
</Dependency>
8181
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.10.0-2.21170.16">
8282
<Uri>https://github.com/dotnet/roslyn</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</PropertyGroup>
111111
<PropertyGroup>
112112
<!-- Dependencies from https://github.com/Microsoft/visualfsharp -->
113-
<MicrosoftFSharpCompilerPackageVersion>11.3.2-beta.21102.9</MicrosoftFSharpCompilerPackageVersion>
113+
<MicrosoftFSharpCompilerPackageVersion>11.4.2-beta.21170.3</MicrosoftFSharpCompilerPackageVersion>
114114
</PropertyGroup>
115115
<PropertyGroup>
116116
<!-- 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
@@ -14,7 +14,7 @@
1414
AfterTargets="_ResolveCopyLocalAssetsForPublish">
1515
<ItemGroup>
1616
<ResolvedFileToPublish
17-
Include="$(PkgMicrosoft_FSharp_Compiler)/lib/netcoreapp3.1/FSharp.Core.xml"
17+
Include="$(PkgMicrosoft_FSharp_Compiler)/lib/net5.0/FSharp.Core.xml"
1818
CopyToPublishDirectory="PreserveNewest"
1919
DestinationSubPath="FSharp.Core.xml"
2020
RelativePath="FSharp.Core.xml"

0 commit comments

Comments
 (0)