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

Commit75fbda0

Browse files
authored
Merge pull request #5149 from brettfo/net46
target net46 instead of net45
2 parents62098ef +570c582 commit75fbda0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

‎src/FSharp.Profiles.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information.-->
33
<Project>
44

5-
<PropertyGroupCondition="'$(TargetFramework)' == 'net45'">
5+
<PropertyGroupCondition="'$(TargetFramework)' == 'net46'">
66
<DefineConstantsCondition="'$(MonoPackaging)' == 'true'">$(DefineConstants);CROSS_PLATFORM_COMPILER</DefineConstants>
77
<DefineConstants>$(DefineConstants);ENABLE_MONO_SUPPORT</DefineConstants>
88
<DefineConstants>$(DefineConstants);BE_SECURITY_TRANSPARENT</DefineConstants>

‎src/FSharpSource.targets‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<ImportProject="FSharpSource.Profiles.targets" />
5757

5858
<PropertyGroupCondition="'$(TargetDotnetProfile)'=='net40'">
59-
<TargetFrameworkVersionCondition="'$(TargetFrameworkVersion)' == ''">v4.5</TargetFrameworkVersion>
59+
<TargetFrameworkVersionCondition="'$(TargetFrameworkVersion)' == ''">v4.6</TargetFrameworkVersion>
6060
<TargetFrameworkProfile></TargetFrameworkProfile>
6161
<!-- MSbuild works out the assembly references-->
6262
</PropertyGroup>

‎src/fsharp/FSharp.Core/FSharp.Core.fsproj‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<FSharpSourcesRoot>$(MSBuildProjectDirectory)\..\..</FSharpSourcesRoot>
77
<ProjectLanguage>FSharp</ProjectLanguage>
88
<BuildWithCondition=" '$(Configuration)' == 'Proto'">LKG</BuildWith>
9+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
910
</PropertyGroup>
1011

1112
<ImportProject="$(FSharpSourcesRoot)\FSharpSource.Settings.targets" />

‎tests/fsharpqa/testenv/src/HostedCompilerServer/HostedCompilerServer.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<OutputType>Exe</OutputType>
1313
<RootNamespace>HostedCompilerServer</RootNamespace>
1414
<AssemblyName>HostedCompilerServer</AssemblyName>
15-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
15+
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1616
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1717
<OutputPath>..\..\bin</OutputPath>
1818
<CustomOutputPath>true</CustomOutputPath>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp