|
11 | 11 | <IsPortableProfile>true</IsPortableProfile> |
12 | 12 | </PropertyGroup> |
13 | 13 | <PropertyGroup> |
14 | | - <OtherFlagsCondition="'$(TargetFramework)' != 'net20' and $(IsPortableProfile) != 'true'">$(OtherFlags) --version:4.3.1.9055</OtherFlags> |
15 | | - <OtherFlagsCondition="'$(TargetFramework)' == 'net20'">$(OtherFlags) --version:2.3.1.9055</OtherFlags> |
16 | | - <OtherFlagsCondition="'$(TargetFramework)' == 'portable7'">$(OtherFlags) --version:3.3.1.9055</OtherFlags> |
17 | | - <OtherFlagsCondition="'$(TargetFramework)' == 'portable47'">$(OtherFlags) --version:2.3.5.9055</OtherFlags> |
18 | | - <OtherFlagsCondition="'$(TargetFramework)' == 'portable78'">$(OtherFlags) --version:3.78.3.9055</OtherFlags> |
19 | | - <OtherFlagsCondition="'$(TargetFramework)' == 'portable259'">$(OtherFlags) --version:3.259.3.9055</OtherFlags> |
| 14 | + <OtherFlagsCondition="'$(TargetFramework)' != 'net20' and $(IsPortableProfile) != 'true'">$(OtherFlags) --version:4.4.0.9055</OtherFlags> |
| 15 | + <OtherFlagsCondition="'$(TargetFramework)' == 'net20'">$(OtherFlags) --version:2.4.0.9055</OtherFlags> |
| 16 | + <OtherFlagsCondition="'$(TargetFramework)' == 'portable7'">$(OtherFlags) --version:3.7.4.9055</OtherFlags> |
| 17 | + <OtherFlagsCondition="'$(TargetFramework)' == 'portable47'">$(OtherFlags) --version:3.47.4.9055</OtherFlags> |
| 18 | + <OtherFlagsCondition="'$(TargetFramework)' == 'portable78'">$(OtherFlags) --version:3.78.4.9055</OtherFlags> |
| 19 | + <OtherFlagsCondition="'$(TargetFramework)' == 'portable259'">$(OtherFlags) --version:3.259.4.9055</OtherFlags> |
20 | 20 | <OtherFlags>$(OtherFlags) --delaysign+ --keyfile:"$(FSharpSourcesRoot)\fsharp\msft.pubkey"</OtherFlags> |
21 | 21 | <DefineConstants>STRONG_NAME_AND_DELAY_SIGN_FSHARP_COMPILER_WITH_MSFT_KEY;$(DefineConstants)</DefineConstants> |
22 | 22 | <StrongNames>true</StrongNames> |
|
31 | 31 | </When> |
32 | 32 | <Otherwise> |
33 | 33 | <PropertyGroupCondition="'$(SIGN_WITH_MSFT_KEY)' == 'true'"> |
34 | | - <OtherFlags>$(OtherFlags) --version:4.3.1.9055 --delaysign+ --keyfile:"$(FSharpSourcesRoot)\fsharp\msft.pubkey"</OtherFlags> |
| 34 | + <OtherFlags>$(OtherFlags) --version:4.4.0.9055 --delaysign+ --keyfile:"$(FSharpSourcesRoot)\fsharp\msft.pubkey"</OtherFlags> |
35 | 35 | <DefineConstants>STRONG_NAME_AND_DELAY_SIGN_FSHARP_COMPILER_WITH_MSFT_KEY;$(DefineConstants)</DefineConstants> |
36 | 36 | <StrongNames>true</StrongNames> |
37 | 37 | </PropertyGroup> |
38 | 38 | <PropertyGroupCondition="'$(SIGN_WITH_MSFT_KEY)' != 'true'"> |
39 | | - <OtherFlags>$(OtherFlags) --version:4.3.1.9055 --keyfile:"$(FSharpSourcesRoot)\fsharp\test.snk"</OtherFlags> |
| 39 | + <OtherFlags>$(OtherFlags) --version:4.4.0.9055 --keyfile:"$(FSharpSourcesRoot)\fsharp\test.snk"</OtherFlags> |
40 | 40 | <DefineConstants>STRONG_NAME_FSHARP_COMPILER_WITH_TEST_KEY;$(DefineConstants)</DefineConstants> |
41 | 41 | <StrongNames>true</StrongNames> |
42 | 42 | </PropertyGroup> |
|
58 | 58 | <PropertyGroupCondition="'$(StrongNames)' != 'true'"> |
59 | 59 | <!-- For the proto build, portable and Silverlight framework implementations, we don't use strong names.--> |
60 | 60 | <!-- For Silverlight, there is no way to disable strong name verification, so using the Microsoft name is not possible--> |
61 | | - <OtherFlags>$(OtherFlags) --version:4.3.1.9055</OtherFlags> |
| 61 | + <OtherFlags>$(OtherFlags) --version:4.4.0.9055</OtherFlags> |
62 | 62 | <DefineConstants>NO_STRONG_NAMES;$(DefineConstants)</DefineConstants> |
63 | 63 | </PropertyGroup> |
64 | 64 | </Otherwise> |
|