File tree Expand file tree Collapse file tree 4 files changed +4
-15
lines changed
Expand file tree Collapse file tree 4 files changed +4
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ module internal Misc =
494494 else
495495 Some ( args.[ 1 ], args.[ 1 ])
496496 )
497- |> Seq.item ( n - 1 )
497+ |> Seq.nth ( n - 1 )
498498
499499 let adaptMethod = getFastFuncType args resultType
500500 let adapted = E.Call( adaptMethod, [ loop applicable])
Original file line number Diff line number Diff line change 99 <OutputType >Library</OutputType >
1010 <RootNamespace >TestTP</RootNamespace >
1111 <AssemblyName >TestTP</AssemblyName >
12- <TargetFrameworkVersion >v4.5.2 </TargetFrameworkVersion >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
1313 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14- <TargetFSharpCoreVersion >4.4 .0.0</TargetFSharpCoreVersion >
14+ <TargetFSharpCoreVersion >4.3 .0.0</TargetFSharpCoreVersion >
1515 <Name >TestTP</Name >
16+ <TargetFrameworkProfile />
1617 </PropertyGroup >
1718 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1819 <DebugSymbols >true</DebugSymbols >
5455 </Choose >
5556 <Import Project =" $(FSharpTargetsPath)" />
5657 <ItemGroup >
57- <None Include =" App.config" />
5858 <Compile Include =" ProvidedTypes.fsi" />
5959 <Compile Include =" ProvidedTypes.fs" />
6060 <Compile Include =" Library.fs" />
61- <Content Include =" packages.config" />
6261 </ItemGroup >
6362 <ItemGroup >
6463 <Reference Include =" mscorlib" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments