Skip to content

Commit 4f72a96

Browse files
committed
Remove inner rules
1 parent 76a6ab9 commit 4f72a96

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Directory.Build.props

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
44

5-
<!--
6-
When developers load the FSharp.Compiler.Service solution we set FSHARPCORE_USE_PACKAGE to true if it hasn't already been set to a value.
7-
This option ensures that building and testing uses the specified FSharp.Core nuget package instead of the local
8-
FSharp.Core project.
9-
-->
10-
<PropertyGroup Condition="'$(FSHARPCORE_USE_PACKAGE)' == ''">
11-
<FSHARPCORE_USE_PACKAGE Condition="'$(SolutionName)' == 'FSharp.Compiler.Service'">true</FSHARPCORE_USE_PACKAGE>
12-
</PropertyGroup>
13-
145
<PropertyGroup>
156
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
167
<UseStandardResourceNames>false</UseStandardResourceNames>

0 commit comments

Comments
 (0)