Skip to content

Commit 4c9d706

Browse files
author
Kevin Ransom
committed
Update templates to FSharp.Core 4.5.0
1 parent d7cd5ab commit 4c9d706

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

build/config/AssemblySignToolData.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
],
5959
"exclude": [
60-
"FSharp.Core.4.3.4.nupkg",
60+
"FSharp.Core.4.5.0.nupkg",
6161
"FSharp.Data.TypeProviders.dll",
6262
"Microsoft.Build.Conversion.Core.dll",
6363
"Microsoft.Build.dll",

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<package id="System.Reflection.Metadata" version="1.4.2" />
2020
<package id="System.ValueTuple" version="4.3.1" />
2121
<package id="System.ValueTuple" version="4.4.0" />
22-
<package id="FSharp.Core" version="4.3.4"/>
22+
<package id="FSharp.Core" version="4.5.0"/>
2323
<package id="Microsoft.VisualFSharp.Msbuild.15.0" version="1.0.1" />
2424
<package id="Microsoft.Build" version="14.3.0" />
2525
<package id="Microsoft.Build.Framework" version="14.3.0" />

vsintegration/ProjectTemplates/ConsoleProject/Template/ConsoleApplication.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<Reference Include="System.Core"/>
4343
<Reference Include="System.Numerics"/>
4444
<Reference Include="FSharp.Core">
45-
<HintPath>..\packages\FSharp.Core.4.3.4\lib\net45\FSharp.Core.dll</HintPath>
45+
<HintPath>..\packages\FSharp.Core.4.5.0\lib\net45\FSharp.Core.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="System.ValueTuple">

vsintegration/ProjectTemplates/ConsoleProject/Template/ConsoleApplication.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<WizardData>
2828
<packages repository="extension" repositoryId="VisualFSharp">
2929
<package id="System.ValueTuple" version="4.4.0" targetFramework="net40" />
30-
<package id="FSharp.Core" version="4.3.4" targetFramework="net40" />
30+
<package id="FSharp.Core" version="4.5.0" targetFramework="net40" />
3131
</packages>
3232
</WizardData>
3333
</VSTemplate>

vsintegration/ProjectTemplates/LibraryProject/Template/Library.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<Reference Include="System.Core"/>
3939
<Reference Include="System.Numerics"/>
4040
<Reference Include="FSharp.Core">
41-
<HintPath>..\packages\FSharp.Core.4.3.4\lib\net45\FSharp.Core.dll</HintPath>
41+
<HintPath>..\packages\FSharp.Core.4.5.0\lib\net45\FSharp.Core.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="System.ValueTuple">

vsintegration/ProjectTemplates/LibraryProject/Template/Library.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<WizardData>
2828
<packages repository="extension" repositoryId="VisualFSharp">
2929
<package id="System.ValueTuple" version="4.4.0" targetFramework="net40" />
30-
<package id="FSharp.Core" version="4.3.4" targetFramework="net40" />
30+
<package id="FSharp.Core" version="4.5.0" targetFramework="net40" />
3131
</packages>
3232
</WizardData>
3333
</VSTemplate>

vsintegration/ProjectTemplates/TutorialProject/Template/Tutorial.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<Reference Include="System.Drawing"/>
4646
<Reference Include="System.Windows.Forms"/>
4747
<Reference Include="FSharp.Core">
48-
<HintPath>..\packages\FSharp.Core.4.3.4\lib\net45\FSharp.Core.dll</HintPath>
48+
<HintPath>..\packages\FSharp.Core.4.5.0\lib\net45\FSharp.Core.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
5151
<Reference Include="System.ValueTuple">

vsintegration/ProjectTemplates/TutorialProject/Template/Tutorial.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<WizardData>
2626
<packages repository="extension" repositoryId="VisualFSharp">
2727
<package id="System.ValueTuple" version="4.4.0" targetFramework="net40" />
28-
<package id="FSharp.Core" version="4.3.4" targetFramework="net40" />
28+
<package id="FSharp.Core" version="4.5.0" targetFramework="net40" />
2929
</packages>
3030
</WizardData>
3131
</VSTemplate>

vsintegration/Vsix/VisualFSharpFull/VisualFSharpFull.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<Link>License.txt</Link>
2424
<IncludeInVSIX>true</IncludeInVSIX>
2525
</Content>
26-
<Content Include="$(FSharpSourcesRoot)\..\packages\FSharp.Core.4.3.4\FSharp.Core.4.3.4.nupkg">
26+
<Content Include="$(FSharpSourcesRoot)\..\packages\FSharp.Core.4.5.0\FSharp.Core.4.5.0.nupkg">
2727
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
28-
<Link>packages\FSharp.Core.4.3.4.nupkg</Link>
28+
<Link>packages\FSharp.Core.4.5.0.nupkg</Link>
2929
<IncludeInVSIX>true</IncludeInVSIX>
3030
</Content>
3131
<Content Include="$(FSharpSourcesRoot)\..\packages\System.ValueTuple.4.3.1\System.ValueTuple.4.3.1.nupkg">

vsintegration/Vsix/VisualFSharpTemplates/VisualFSharpTemplates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<TargetFramework>net46</TargetFramework>
88
<OutputType>Library</OutputType>
99
<ExtensionInstallationFolder>Microsoft\FSharpTemplates</ExtensionInstallationFolder>
10-
<DeployExtension>false</DeployExtension>
10+
<DeployExtension>true</DeployExtension>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)