Skip to content

Commit 905b996

Browse files
committed
integrate visualfsharp master (5)
1 parent cfd9394 commit 905b996

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/fsharp/core/netcore/netcoreautomationhelperlibrary/netcoreautomationhelperlibrary.fsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
</PropertyGroup>
2020
<PropertyGroup Condition="'$(TestProfile)'=='Profile7'">
2121
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
22-
<TargetFSharpCoreVersion>3.7.4.1</TargetFSharpCoreVersion>
22+
<TargetFSharpCoreVersion>3.7.4.0</TargetFSharpCoreVersion>
2323
<ProfileCorePath>$(FSCOREDLLNETCOREPATH)</ProfileCorePath>
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(TestProfile)'=='Profile78'">
2626
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
27-
<TargetFSharpCoreVersion>3.78.4.1</TargetFSharpCoreVersion>
27+
<TargetFSharpCoreVersion>3.78.4.0</TargetFSharpCoreVersion>
2828
<ProfileCorePath>$(FSCOREDLLNETCORE78PATH)</ProfileCorePath>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(TestProfile)'=='Profile259'">
3131
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
32-
<TargetFSharpCoreVersion>3.259.4.1</TargetFSharpCoreVersion>
32+
<TargetFSharpCoreVersion>3.259.4.0</TargetFSharpCoreVersion>
3333
<ProfileCorePath>$(FSCOREDLLNETCORE259PATH)</ProfileCorePath>
3434
</PropertyGroup>
3535
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

tests/fsharp/core/netcore/netcorelibrary1/netcoretestinglibrary.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020
<PropertyGroup Condition=" '$(TestProfile)'=='' or '$(TestProfile)'=='Profile7'">
2121
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
22-
<TargetFSharpCoreVersion>3.7.4.1</TargetFSharpCoreVersion>
22+
<TargetFSharpCoreVersion>3.7.4.0</TargetFSharpCoreVersion>
2323
<ProfileCorePath>$(FSCOREDLLNETCOREPATH)</ProfileCorePath>
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(TestProfile)'=='Profile78'">

0 commit comments

Comments
 (0)