Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit d1fcc8a

Browse files
committed
Revert "Update default fsharp.core to 4.5.0 and valuetuple to 4.4.0 for dotnet sdk apps (dotnet#5152)"
This reverts commit 13896d0.
1 parent 42bdccf commit d1fcc8a

14 files changed

Lines changed: 13 additions & 15 deletions

File tree

fcs/FSharp.Compiler.Service.MSBuild.v12/FSharp.Compiler.Service.MSBuild.v12.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<Import Project="..\netfx.props" />
77
<PropertyGroup>
88
<TargetFrameworks>net45</TargetFrameworks>
9-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
109
<OutputPath>..\..\$(Configuration.ToLower())\fcs</OutputPath>
1110
<DefineConstants>$(DefineConstants);CROSS_PLATFORM_COMPILER</DefineConstants>
1211
<DefineConstants>$(DefineConstants);ENABLE_MONO_SUPPORT</DefineConstants>

fcs/FSharp.Compiler.Service.ProjectCracker/FSharp.Compiler.Service.ProjectCracker.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<Import Project="..\netfx.props" />
77
<PropertyGroup>
88
<TargetFrameworks>net45</TargetFrameworks>
9-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
109
<OutputPath>..\..\$(Configuration.ToLower())\fcs</OutputPath>
1110
</PropertyGroup>
1211
<PropertyGroup>

fcs/FSharp.Compiler.Service.ProjectCrackerTool/FSharp.Compiler.Service.ProjectCrackerTool.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<PropertyGroup>
88
<OutputType>Exe</OutputType>
99
<TargetFrameworks>net45</TargetFrameworks>
10-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
1110
<DefineConstants>$(DefineConstants);CROSS_PLATFORM_COMPILER</DefineConstants>
1211
<DefineConstants>$(DefineConstants);ENABLE_MONO_SUPPORT</DefineConstants>
1312
<OtherFlags>$(OtherFlags) --staticlink:FSharp.Core</OtherFlags>

fcs/FSharp.Compiler.Service.Tests/FSharp.Compiler.Service.Tests.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<Import Project="..\netfx.props" />
77
<PropertyGroup>
88
<TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
9-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
109
<NoWarn>$(NoWarn);44;75;</NoWarn>
1110
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1211
<GenerateDocumentationFile>true</GenerateDocumentationFile>

fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<Import Project="..\netfx.props" />
77
<PropertyGroup>
88
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
9-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
109
<DefineConstants>$(DefineConstants);COMPILER_SERVICE_AS_DLL</DefineConstants>
1110
<DefineConstants>$(DefineConstants);COMPILER</DefineConstants>
1211
<DefineConstants>$(DefineConstants);ENABLE_MONO_SUPPORT</DefineConstants>

fcs/samples/EditorService/EditorService.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<Import Project="..\..\netfx.props" />
44
<PropertyGroup>
55
<TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
6-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
76
<OutputType>Exe</OutputType>
87
<IsPackable>false</IsPackable>
98
</PropertyGroup>

fcs/samples/FscExe/FscExe.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<Import Project="..\..\netfx.props" />
44
<PropertyGroup>
55
<TargetFrameworks>net46</TargetFrameworks>
6-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
76
<OutputType>Exe</OutputType>
87
<IsPackable>false</IsPackable>
98
<DefineConstants>$(DefineConstants);RESIDENT_COMPILER</DefineConstants>

fcs/samples/FsiExe/FsiExe.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<Import Project="..\..\netfx.props" />
44
<PropertyGroup>
55
<TargetFrameworks>net46</TargetFrameworks>
6-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
76
<OutputType>Exe</OutputType>
87
<IsPackable>false</IsPackable>
98
</PropertyGroup>

fcs/samples/InteractiveService/InteractiveService.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<Import Project="..\..\netfx.props" />
44
<PropertyGroup>
55
<TargetFrameworks>net46</TargetFrameworks>
6-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
76
<OutputType>Exe</OutputType>
87
<IsPackable>false</IsPackable>
98
</PropertyGroup>

fcs/samples/Tokenizer/Tokenizer.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<Import Project="..\..\netfx.props" />
44
<PropertyGroup>
55
<TargetFrameworks>net46</TargetFrameworks>
6-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
76
<OutputType>Exe</OutputType>
87
<IsPackable>false</IsPackable>
98
</PropertyGroup>

0 commit comments

Comments
 (0)