|
14 | 14 | <DefineConstants>$(DefineConstants);ENABLE_MONO_SUPPORT</DefineConstants> |
15 | 15 | <OtherFlags>$(OtherFlags) --staticlink:FSharp.Core</OtherFlags> |
16 | 16 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
17 | | - <IsPackable>false</IsPackable> |
18 | 17 | </PropertyGroup> |
19 | 18 | <ItemGroup> |
20 | 19 | <Compile Include="ProjectCrackerOptions.fs" /> |
|
24 | 23 | <None Include="FSharp.Compiler.Service.ProjectCracker.targets" /> |
25 | 24 | <Reference Include="System.Runtime" /> |
26 | 25 | <Reference Include="System.IO" /> |
27 | | - <PackageReference Include="FSharp.Core" Version="4.6.2" /> |
28 | | - <Reference Include="Microsoft.Build.Framework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
29 | | - <HintPath>$(FSharpSourcesRoot)\..\fcs\dependencies\MSBuild.v12.0\Microsoft.Build.Framework.dll</HintPath> |
30 | | - <Private>false</Private> |
31 | | - </Reference> |
32 | | - <Reference Include="Microsoft.Build.Engine, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
33 | | - <HintPath>$(FSharpSourcesRoot)\..\fcs\dependencies\MSBuild.v12.0\Microsoft.Build.Engine.dll</HintPath> |
34 | | - <Private>false</Private> |
35 | | - </Reference> |
36 | | - <Reference Include="Microsoft.Build, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
37 | | - <HintPath>$(FSharpSourcesRoot)\..\fcs\dependencies\MSBuild.v12.0\Microsoft.Build.dll</HintPath> |
38 | | - <Private>false</Private> |
39 | | - </Reference> |
40 | | - <Reference Include="Microsoft.Build.Utilities.v12.0"> |
41 | | - <HintPath>$(FSharpSourcesRoot)\..\fcs\dependencies\MSBuild.v12.0\Microsoft.Build.Utilities.v12.0.dll</HintPath> |
42 | | - <Private>false</Private> |
43 | | - </Reference> |
44 | | - <Reference Include="Microsoft.Build.Tasks.v12.0"> |
45 | | - <HintPath>$(FSharpSourcesRoot)\..\fcs\dependencies\MSBuild.v12.0\Microsoft.Build.Tasks.v12.0.dll</HintPath> |
46 | | - <Private>false</Private> |
47 | | - </Reference> |
48 | 26 | <PackageReference Include="FSharp.Core" Version="$(FcsFSharpCorePkgVersion)" /> |
49 | 27 | <PackageReference Include="FSharp.Compiler.Service.MSBuild.v12.0" Version="1.0.0" /> |
50 | 28 | </ItemGroup> |
|
0 commit comments