Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c9d706

Browse files
author
Kevin Ransom
committed
Update templates to FSharp.Core 4.5.0
1 parentd7cd5ab commit4c9d706

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

‎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
<packageid="System.Reflection.Metadata"version="1.4.2" />
2020
<packageid="System.ValueTuple"version="4.3.1" />
2121
<packageid="System.ValueTuple"version="4.4.0" />
22-
<packageid="FSharp.Core"version="4.3.4"/>
22+
<packageid="FSharp.Core"version="4.5.0"/>
2323
<packageid="Microsoft.VisualFSharp.Msbuild.15.0"version="1.0.1" />
2424
<packageid="Microsoft.Build"version="14.3.0" />
2525
<packageid="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
<ReferenceInclude="System.Core"/>
4343
<ReferenceInclude="System.Numerics"/>
4444
<ReferenceInclude="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
<ReferenceInclude="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
<packagesrepository="extension"repositoryId="VisualFSharp">
2929
<packageid="System.ValueTuple"version="4.4.0"targetFramework="net40" />
30-
<packageid="FSharp.Core"version="4.3.4"targetFramework="net40" />
30+
<packageid="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
<ReferenceInclude="System.Core"/>
3939
<ReferenceInclude="System.Numerics"/>
4040
<ReferenceInclude="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
<ReferenceInclude="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
<packagesrepository="extension"repositoryId="VisualFSharp">
2929
<packageid="System.ValueTuple"version="4.4.0"targetFramework="net40" />
30-
<packageid="FSharp.Core"version="4.3.4"targetFramework="net40" />
30+
<packageid="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
<ReferenceInclude="System.Drawing"/>
4646
<ReferenceInclude="System.Windows.Forms"/>
4747
<ReferenceInclude="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
<ReferenceInclude="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
<packagesrepository="extension"repositoryId="VisualFSharp">
2727
<packageid="System.ValueTuple"version="4.4.0"targetFramework="net40" />
28-
<packageid="FSharp.Core"version="4.3.4"targetFramework="net40" />
28+
<packageid="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-
<ContentInclude="$(FSharpSourcesRoot)\..\packages\FSharp.Core.4.3.4\FSharp.Core.4.3.4.nupkg">
26+
<ContentInclude="$(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
<ContentInclude="$(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)

[8]ページ先頭

©2009-2025 Movatter.jp