Skip to content

Commit b701e3d

Browse files
committed
fix tests
1 parent aad5433 commit b701e3d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/Sample_VS2013_FSharp_Portable_Library_net45.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
1414
<TargetProfile>netcore</TargetProfile>
15-
<TargetFSharpCoreVersion>3.3.1.0</TargetFSharpCoreVersion>
15+
<TargetFSharpCoreVersion>3.7.4.0</TargetFSharpCoreVersion>
1616
<Name>Sample_VS2013_FSharp_Portable_Library_net45</Name>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/Sample_VS2013_FSharp_Portable_Library_net451.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
1414
<TargetProfile>netcore</TargetProfile>
15-
<TargetFSharpCoreVersion>3.259.3.1</TargetFSharpCoreVersion>
15+
<TargetFSharpCoreVersion>3.259.4.0</TargetFSharpCoreVersion>
1616
<Name>Sample_VS2013_FSharp_Portable_Library_net451</Name>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/Sample_VS2013_FSharp_Portable_Library_net451.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
1414
<TargetProfile>netcore</TargetProfile>
15-
<TargetFSharpCoreVersion>3.78.3.1</TargetFSharpCoreVersion>
15+
<TargetFSharpCoreVersion>3.78.4.0</TargetFSharpCoreVersion>
1616
<Name>Sample_VS2013_FSharp_Portable_Library_net451</Name>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/service/ProjectOptionsTests.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,3 +411,4 @@ let ``Project file parsing -- space in file name``() =
411411

412412
#endif
413413

414+

0 commit comments

Comments
 (0)