From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Mon, 23 May 2022 19:09:18 +0000 Subject: [PATCH] Add Microsoft.FSharp.Compiler to source-build Backport issue: Tracking issue: https://github.com/dotnet/fsharp/issues/13174 --- eng/SourceBuild.props | 17 +---------------- .../Microsoft.FSharp.Compiler.csproj | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props index 903ee00d3..b8402e043 100644 --- a/eng/SourceBuild.props +++ b/eng/SourceBuild.props @@ -5,28 +5,13 @@ true - - - - - - - - - $(InnerBuildArgs) /p:Projects="$(InnerSourceBuildRepoRoot)\FSharp.sln" + $(InnerBuildArgs) '/p:Projects="$(InnerSourceBuildRepoRoot)\FSharp.sln;$(InnerSourceBuildRepoRoot)\Microsoft.FSharp.Compiler.sln"' diff --git a/src/fsharp/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.csproj b/src/fsharp/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.csproj index eaeac80f3..417beac4e 100644 --- a/src/fsharp/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.csproj +++ b/src/fsharp/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.csproj @@ -9,8 +9,24 @@ .NET Core compatible version of the F# compiler fsc.exe. /blob/main/release-notes.md#FSharp-Tools-$(FSProductVersionReleaseNotesVersion) true + false + + + TargetFramework=net6.0 + + + TargetFramework=net6.0 + + + TargetFramework=netstandard2.0 + + + TargetFramework=netstandard2.0 + + +