Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornosami <jasonimison@gmail.com>2016-10-06 17:33:03 +0300
committernosami <jasonimison@gmail.com>2016-10-06 17:33:03 +0300
commitef7b489d2086f8ffdb5c556638de77a214bb34a9 (patch)
treec144e181fb86dcf798547c206bb07211fbb475af /main/external/fsharpbinding/MonoDevelop.FSharp.Shared/MonoDevelop.FSharp.Shared.fsproj
parentb4bb91fdb7402ede43df38fb9027fdf9b216f182 (diff)
[F#] Update desktop templates to use NuGet FSharp
Desktop templates use the NuGet FSharp.Core 4.0.0.1 package which is now bundled with MonoDevelop so that templates work while offline.
Diffstat (limited to 'main/external/fsharpbinding/MonoDevelop.FSharp.Shared/MonoDevelop.FSharp.Shared.fsproj')
-rw-r--r--main/external/fsharpbinding/MonoDevelop.FSharp.Shared/MonoDevelop.FSharp.Shared.fsproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/external/fsharpbinding/MonoDevelop.FSharp.Shared/MonoDevelop.FSharp.Shared.fsproj b/main/external/fsharpbinding/MonoDevelop.FSharp.Shared/MonoDevelop.FSharp.Shared.fsproj
index 3467ea36a0..3f7950aae0 100644
--- a/main/external/fsharpbinding/MonoDevelop.FSharp.Shared/MonoDevelop.FSharp.Shared.fsproj
+++ b/main/external/fsharpbinding/MonoDevelop.FSharp.Shared/MonoDevelop.FSharp.Shared.fsproj
@@ -35,12 +35,12 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
- <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion)">
- <Private>True</Private>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
+ <Reference Include="FSharp.Core">
+ <HintPath>..\packages\FSharp.Core\lib\net40\FSharp.Core.dll</HintPath>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
@@ -54,6 +54,7 @@
<Compile Include="ParameterHinting.fs" />
<Compile Include="Completions.fs" />
<None Include="paket.references" />
+ <None Include="packages.config" />
</ItemGroup>
<PropertyGroup>
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>