Skip to content

Commit 77e6267

Browse files
authored
Set minimum target framework for templates to .NET 4.5 (#5509)
1 parent 5d29323 commit 77e6267

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

vsintegration/ProjectTemplates/ConsoleProject/Template/ConsoleApplication.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Icon Package="{91A04A73-4F2C-4E7C-AD38-C1A68E7DA05C}" ID="4001" />
77
<TemplateID>Microsoft.FSharp.Application</TemplateID>
88
<ProjectType>FSharp</ProjectType>
9-
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
9+
<RequiredFrameworkVersion>4.5</RequiredFrameworkVersion>
1010
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
1111
<CreateNewFolder>true</CreateNewFolder>
1212
<DefaultName>ConsoleApplication</DefaultName>

vsintegration/ProjectTemplates/LibraryProject/Template/Library.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Icon Package="{91A04A73-4F2C-4E7C-AD38-C1A68E7DA05C}" ID="4002" />
77
<TemplateID>Microsoft.FSharp.Library</TemplateID>
88
<ProjectType>FSharp</ProjectType>
9-
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
9+
<RequiredFrameworkVersion>4.5</RequiredFrameworkVersion>
1010
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
1111
<CreateNewFolder>true</CreateNewFolder>
1212
<DefaultName>Library</DefaultName>

vsintegration/ProjectTemplates/TutorialProject/Template/Tutorial.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Icon Package="{91A04A73-4F2C-4E7C-AD38-C1A68E7DA05C}" ID="4004" />
77
<TemplateID>Microsoft.FSharp.Tutorial</TemplateID>
88
<ProjectType>FSharp</ProjectType>
9-
<RequiredFrameworkVersion>2.0</RequiredFrameworkVersion>
9+
<RequiredFrameworkVersion>4.5</RequiredFrameworkVersion>
1010
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
1111
<CreateNewFolder>true</CreateNewFolder>
1212
<DefaultName>Tutorial</DefaultName>

0 commit comments

Comments
 (0)