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

Commit52d444b

Browse files
authored
Merge branch 'dev16.0' into merges/master-to-dev16.0
2 parents4b7ea08 +7de2753 commit52d444b

File tree

128 files changed

+924
-941
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+924
-941
lines changed

‎RoslynPackageVersion.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.0-beta8-63208-01
1+
2.11.0-beta1-63431-08

‎benchmarks/Benchmarks.sln‎

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,39 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio15
4-
VisualStudioVersion =15.0.28307.136
3+
# Visual StudioVersion 16
4+
VisualStudioVersion =16.0.28407.52
55
MinimumVisualStudioVersion =10.0.40219.1
6-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") ="CompilerServiceBenchmarks","CompilerServiceBenchmarks\CompilerServiceBenchmarks.fsproj","{9A3C565C-B514-4AE0-8B01-CA80E8453EB0}"
6+
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") ="CompilerServiceBenchmarks","CompilerServiceBenchmarks\CompilerServiceBenchmarks.fsproj","{9A3C565C-B514-4AE0-8B01-CA80E8453EB0}"
77
EndProject
8-
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") ="FSharp.Core","..\src\fsharp\FSharp.Core\FSharp.Core.fsproj","{BB9EAE76-194A-49D8-9618-586CBE7031D9}"
8+
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") ="FSharp.Core","..\src\fsharp\FSharp.Core\FSharp.Core.fsproj","{DED3BBD7-53F4-428A-8C9F-27968E768605}"
99
EndProject
10-
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") ="FSharp.Compiler.Private","..\src\fsharp\FSharp.Compiler.Private\FSharp.Compiler.Private.fsproj","{F57B02B1-CF26-4D93-9211-8CEB4F1572F0}"
10+
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") ="FSharp.Compiler.Private","..\src\fsharp\FSharp.Compiler.Private\FSharp.Compiler.Private.fsproj","{2E4D67B4-522D-4CF7-97E4-BA940F0B18F3}"
1111
EndProject
1212
Global
1313
GlobalSection(SolutionConfigurationPlatforms) =preSolution
1414
Debug|Any CPU=Debug|Any CPU
15+
Proto|Any CPU=Proto|Any CPU
1516
Release|Any CPU=Release|Any CPU
1617
EndGlobalSection
1718
GlobalSection(ProjectConfigurationPlatforms) =postSolution
1819
{9A3C565C-B514-4AE0-8B01-CA80E8453EB0}.Debug|Any CPU.ActiveCfg=Debug|Any CPU
1920
{9A3C565C-B514-4AE0-8B01-CA80E8453EB0}.Debug|Any CPU.Build.0=Debug|Any CPU
21+
{9A3C565C-B514-4AE0-8B01-CA80E8453EB0}.Proto|Any CPU.ActiveCfg=Release|Any CPU
22+
{9A3C565C-B514-4AE0-8B01-CA80E8453EB0}.Proto|Any CPU.Build.0=Release|Any CPU
2023
{9A3C565C-B514-4AE0-8B01-CA80E8453EB0}.Release|Any CPU.ActiveCfg=Release|Any CPU
2124
{9A3C565C-B514-4AE0-8B01-CA80E8453EB0}.Release|Any CPU.Build.0=Release|Any CPU
22-
{BB9EAE76-194A-49D8-9618-586CBE7031D9}.Debug|Any CPU.ActiveCfg=Debug|Any CPU
23-
{BB9EAE76-194A-49D8-9618-586CBE7031D9}.Debug|Any CPU.Build.0=Debug|Any CPU
24-
{BB9EAE76-194A-49D8-9618-586CBE7031D9}.Release|Any CPU.ActiveCfg=Release|Any CPU
25-
{BB9EAE76-194A-49D8-9618-586CBE7031D9}.Release|Any CPU.Build.0=Release|Any CPU
26-
{F57B02B1-CF26-4D93-9211-8CEB4F1572F0}.Debug|Any CPU.ActiveCfg=Debug|Any CPU
27-
{F57B02B1-CF26-4D93-9211-8CEB4F1572F0}.Debug|Any CPU.Build.0=Debug|Any CPU
28-
{F57B02B1-CF26-4D93-9211-8CEB4F1572F0}.Release|Any CPU.ActiveCfg=Release|Any CPU
29-
{F57B02B1-CF26-4D93-9211-8CEB4F1572F0}.Release|Any CPU.Build.0=Release|Any CPU
25+
{DED3BBD7-53F4-428A-8C9F-27968E768605}.Debug|Any CPU.ActiveCfg=Debug|Any CPU
26+
{DED3BBD7-53F4-428A-8C9F-27968E768605}.Debug|Any CPU.Build.0=Debug|Any CPU
27+
{DED3BBD7-53F4-428A-8C9F-27968E768605}.Proto|Any CPU.ActiveCfg=Debug|Any CPU
28+
{DED3BBD7-53F4-428A-8C9F-27968E768605}.Proto|Any CPU.Build.0=Debug|Any CPU
29+
{DED3BBD7-53F4-428A-8C9F-27968E768605}.Release|Any CPU.ActiveCfg=Release|Any CPU
30+
{DED3BBD7-53F4-428A-8C9F-27968E768605}.Release|Any CPU.Build.0=Release|Any CPU
31+
{2E4D67B4-522D-4CF7-97E4-BA940F0B18F3}.Debug|Any CPU.ActiveCfg=Debug|Any CPU
32+
{2E4D67B4-522D-4CF7-97E4-BA940F0B18F3}.Debug|Any CPU.Build.0=Debug|Any CPU
33+
{2E4D67B4-522D-4CF7-97E4-BA940F0B18F3}.Proto|Any CPU.ActiveCfg=Debug|Any CPU
34+
{2E4D67B4-522D-4CF7-97E4-BA940F0B18F3}.Proto|Any CPU.Build.0=Debug|Any CPU
35+
{2E4D67B4-522D-4CF7-97E4-BA940F0B18F3}.Release|Any CPU.ActiveCfg=Release|Any CPU
36+
{2E4D67B4-522D-4CF7-97E4-BA940F0B18F3}.Release|Any CPU.Build.0=Release|Any CPU
3037
EndGlobalSection
3138
GlobalSection(SolutionProperties) =preSolution
3239
HideSolutionNode =FALSE

‎benchmarks/CompilerServiceBenchmarks/CompilerServiceBenchmarks.fsproj‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
<ProjectSdk="Microsoft.NET.Sdk">
22

3+
<PropertyGroup>
4+
<FSharpSourcesRoot>$(MSBuildProjectDirectory)\..\..\src</FSharpSourcesRoot>
5+
</PropertyGroup>
6+
37
<PropertyGroup>
48
<OutputType>Exe</OutputType>
59
<TargetFramework>net472</TargetFramework>
10+
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
11+
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
12+
<DefaultValueTuplePackageVersion>$(SystemValueTuplePackageVersion)</DefaultValueTuplePackageVersion>
613
</PropertyGroup>
714

815
<ItemGroup>
@@ -14,8 +21,8 @@
1421
</ItemGroup>
1522

1623
<ItemGroup>
17-
<ProjectReferenceInclude="..\..\src\fsharp\FSharp.Compiler.Private\FSharp.Compiler.Private.fsproj" />
18-
<ProjectReferenceInclude="..\..\src\fsharp\FSharp.Core\FSharp.Core.fsproj" />
24+
<ProjectReferenceInclude="$(FSharpSourcesRoot)\fsharp\FSharp.Compiler.Private\FSharp.Compiler.Private.fsproj" />
25+
<ProjectReferenceInclude="$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj" />
1926
</ItemGroup>
2027

2128
</Project>

‎benchmarks/CompilerServiceBenchmarks/Program.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ open Microsoft.FSharp.Compiler.ErrorLogger
66
openMicrosoft.FSharp.Compiler.SourceCodeServices
77
openSystem.Text
88

9-
[<ClrJob(baseline=true)>]
9+
[<ClrJob(baseline=true); MemoryDiagnoser>]
1010
typeCompilerServiceParsing()=
1111

1212
let mutablecheckerOpt= None

‎build.cmd‎

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,8 @@ REM ---------------- test-net40-fsharp -----------------------
800800
if"%TEST_NET40_FSHARP_SUITE%"=="1" (
801801

802802
setLOGFILE=%~dp0tests\TestResults\FSharp.Tests.FSharpSuite.net40.trx
803-
echo"%_dotnetexe%" test"%~dp0tests\fsharp\FSharp.Tests.FSharpSuite.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!" -o"%~dp0%BUILD_CONFIG%\net40\bin"
804-
"%_dotnetexe%" test"%~dp0tests\fsharp\FSharp.Tests.FSharpSuite.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!" -o"%~dp0%BUILD_CONFIG%\net40\bin"
803+
echo"%_dotnetexe%" test"%~dp0tests\fsharp\FSharp.Tests.FSharpSuite.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!" -o"%~dp0%BUILD_CONFIG%\net40\bin"
804+
"%_dotnetexe%" test"%~dp0tests\fsharp\FSharp.Tests.FSharpSuite.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!" -o"%~dp0%BUILD_CONFIG%\net40\bin"
805805

806806
iferrorlevel1 (
807807
echo --------------------------------------------------------------
@@ -816,8 +816,8 @@ REM ---------------- test-fcs -----------------------
816816
if"%TEST_FCS%"=="1" (
817817

818818
setLOGFILE=%~dp0tests\TestResults\FSharp.Compiler.Service.Tests.net40.trx
819-
echo"%_dotnetexe%" test"%~dp0fcs\FSharp.Compiler.Service.Tests\FSharp.Compiler.Service.Tests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!"
820-
"%_dotnetexe%" test"%~dp0fcs\FSharp.Compiler.Service.Tests\FSharp.Compiler.Service.Tests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!"
819+
echo"%_dotnetexe%" test"%~dp0fcs\FSharp.Compiler.Service.Tests\FSharp.Compiler.Service.Tests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!"
820+
"%_dotnetexe%" test"%~dp0fcs\FSharp.Compiler.Service.Tests\FSharp.Compiler.Service.Tests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!"
821821

822822
iferrorlevel1 (
823823
echo --------------------------------------------------------------
@@ -896,8 +896,8 @@ REM ---------------- net40-compilerunit -----------------------
896896
if"%TEST_NET40_COMPILERUNIT_SUITE%"=="1" (
897897

898898
setLOGFILE=%~dp0tests\TestResults\FSharp.Compiler.UnitTests.net40.trx
899-
echo"%_dotnetexe%" test"%~dp0tests\FSharp.Compiler.UnitTests\FSharp.Compiler.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!"
900-
"%_dotnetexe%" test"%~dp0tests\FSharp.Compiler.UnitTests\FSharp.Compiler.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!"
899+
echo"%_dotnetexe%" test"%~dp0tests\FSharp.Compiler.UnitTests\FSharp.Compiler.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!"
900+
"%_dotnetexe%" test"%~dp0tests\FSharp.Compiler.UnitTests\FSharp.Compiler.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!"
901901

902902
iferrorlevel1 (
903903
echo -----------------------------------------------------------------
@@ -907,8 +907,8 @@ if "%TEST_NET40_COMPILERUNIT_SUITE%" == "1" (
907907
)
908908

909909
setLOGFILE=%~dp0tests\TestResults\FSharp.Build.UnitTests.net40.trx
910-
echo"%_dotnetexe%" test"%~dp0tests\FSharp.Build.UnitTests\FSharp.Build.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!"
911-
"%_dotnetexe%" test"%~dp0tests\FSharp.Build.UnitTests\FSharp.Build.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!"
910+
echo"%_dotnetexe%" test"%~dp0tests\FSharp.Build.UnitTests\FSharp.Build.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!"
911+
"%_dotnetexe%" test"%~dp0tests\FSharp.Build.UnitTests\FSharp.Build.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!"
912912

913913
iferrorlevel1 (
914914
echo -----------------------------------------------------------------
@@ -923,8 +923,8 @@ REM ---------------- net40-coreunit -----------------------
923923
if"%TEST_NET40_COREUNIT_SUITE%"=="1" (
924924

925925
setLOGFILE=%~dp0tests\TestResults\FSharp.Core.UnitTests.net40.trx
926-
echo"%_dotnetexe%" test"%~dp0tests\FSharp.Core.UnitTests\FSharp.Core.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!"
927-
"%_dotnetexe%" test"%~dp0tests\FSharp.Core.UnitTests\FSharp.Core.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!"
926+
echo"%_dotnetexe%" test"%~dp0tests\FSharp.Core.UnitTests\FSharp.Core.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!"
927+
"%_dotnetexe%" test"%~dp0tests\FSharp.Core.UnitTests\FSharp.Core.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!"
928928

929929
iferrorlevel1 (
930930
echo -----------------------------------------------------------------
@@ -980,8 +980,8 @@ REM ---------------- vs-ideunit -----------------------
980980

981981
if"%TEST_VS_IDEUNIT_SUITE%"=="1" (
982982
setLOGFILE=%~dp0tests\TestResults\GetTypesVSUnitTests.net40.trx
983-
echo"%_dotnetexe%" test"%~dp0vsintegration\tests\GetTypesVSUnitTests\GetTypesVSUnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!"
984-
"%_dotnetexe%" test"%~dp0vsintegration\tests\GetTypesVSUnitTests\GetTypesVSUnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!"
983+
echo"%_dotnetexe%" test"%~dp0vsintegration\tests\GetTypesVSUnitTests\GetTypesVSUnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!"
984+
"%_dotnetexe%" test"%~dp0vsintegration\tests\GetTypesVSUnitTests\GetTypesVSUnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!"
985985

986986
iferrorlevel1 (
987987
echo ---------------------------------------------------------------------------
@@ -991,8 +991,8 @@ if "%TEST_VS_IDEUNIT_SUITE%" == "1" (
991991
)
992992

993993
setLOGFILE=%~dp0tests\TestResults\VisualFSharp.UnitTests.net40.trx
994-
echo"%_dotnetexe%" test"%~dp0vsintegration\tests\UnitTests\VisualFSharp.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!" -o"%~dp0%BUILD_CONFIG%\net40\bin"
995-
"%_dotnetexe%" test"%~dp0vsintegration\tests\UnitTests\VisualFSharp.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l"trx;LogFileName=!LOGFILE!" -o"%~dp0%BUILD_CONFIG%\net40\bin"
994+
echo"%_dotnetexe%" test"%~dp0vsintegration\tests\UnitTests\VisualFSharp.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!" -o"%~dp0%BUILD_CONFIG%\net40\bin"
995+
"%_dotnetexe%" test"%~dp0vsintegration\tests\UnitTests\VisualFSharp.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l"trx;LogFileName=!LOGFILE!" -o"%~dp0%BUILD_CONFIG%\net40\bin"
996996
iferrorlevel1 (
997997
echo ------------------------------------------------------------
998998
echo Error: Running tests vs-ideunit failed, see file `!LOGFILE!`

‎build/targets/AssemblyVersions.props‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
<_Build_Number>$(BUILD_BUILDNUMBER.Substring(9))</_Build_Number>
2222
<Build_FileVersion>$(_Build_Year).$(_Build_Month).$(_Build_Day).$(_Build_Number)</Build_FileVersion>
2323

24-
<FSCoreMajorVersion>4.5</FSCoreMajorVersion>
25-
<FSCorePackageVersion>$(FSCoreMajorVersion).3</FSCorePackageVersion>
24+
<FSCoreMajorVersion>4.6</FSCoreMajorVersion>
25+
<FSCorePackageVersion>$(FSCoreMajorVersion).0</FSCorePackageVersion>
2626
<FSCoreVersion>$(FSCoreMajorVersion).0.0</FSCoreVersion>
2727

28-
<FSPackageMajorVersion>10.2</FSPackageMajorVersion>
29-
<FSPackageVersion>$(FSPackageMajorVersion).3</FSPackageVersion>
28+
<FSPackageMajorVersion>10.4</FSPackageMajorVersion>
29+
<FSPackageVersion>$(FSPackageMajorVersion).0</FSPackageVersion>
3030
<FSProductVersion>$(FSPackageVersion).0</FSProductVersion>
3131

32-
<VSMajorVersion>15</VSMajorVersion>
33-
<VSMinorVersion>8</VSMinorVersion>
32+
<VSMajorVersion>16</VSMajorVersion>
33+
<VSMinorVersion>0</VSMinorVersion>
3434
<VSGeneralVersion>$(VSMajorVersion).0</VSGeneralVersion>
3535
<VSAssemblyVersion>$(VSMajorVersion).$(VSMinorVersion).0.0</VSAssemblyVersion>
3636

@@ -57,4 +57,7 @@
5757
<TargetName="GetVsixPackageVersion"Outputs="$(VsixPackageVersion)">
5858
</Target>
5959

60+
<TargetName="GetVSGeneralVersion"Outputs="$(VSGeneralVersion)">
61+
</Target>
62+
6063
</Project>

‎build/targets/PackageVersions.props‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
https://api.nuget.org/v3/index.json;
1414
https://dotnet.myget.org/F/roslyn/api/v3/index.json;
1515
https://dotnet.myget.org/F/symreader-converter/api/v3/index.json;
16+
https://myget.org/F/roslyn_concord/api/v3/index.json;
17+
https://vside.myget.org/F/devcore/api/v3/index.json;
1618
</RestoreSources>
1719

1820
<!-- synchronized build package sources-->
@@ -25,6 +27,7 @@
2527
<!-- System.* packages-->
2628
<SystemCollectionsImmutablePackageVersion>1.5.0</SystemCollectionsImmutablePackageVersion>
2729
<SystemConsolePackageVersion>4.3.0</SystemConsolePackageVersion>
30+
<SystemDesignPackageVersion>4.0.0</SystemDesignPackageVersion>
2831
<SystemDiagnosticsProcessPackageVersion>4.3.0</SystemDiagnosticsProcessPackageVersion>
2932
<SystemDiagnosticsTraceSourcePackageVersion>4.3.0</SystemDiagnosticsTraceSourcePackageVersion>
3033
<SystemIoCompressionPackageVersion>4.3.0</SystemIoCompressionPackageVersion>
@@ -79,6 +82,7 @@
7982
<MicrosoftVisualStudioOLEInteropPackageVersion>7.10.6071</MicrosoftVisualStudioOLEInteropPackageVersion>
8083
<MicrosoftVisualStudioPackageLanguageService150PackageVersion>15.0.26201</MicrosoftVisualStudioPackageLanguageService150PackageVersion>
8184
<MicrosoftVisualStudioProjectAggregatorPackageVersion>8.0.50727</MicrosoftVisualStudioProjectAggregatorPackageVersion>
85+
<MicrosoftVisualStudioProjectSystemVersion>16.0.201-pre-g7d366164d0</MicrosoftVisualStudioProjectSystemVersion>
8286
<MicrosoftVisualStudioProjectSystemManagedVersion>2.3.6152103</MicrosoftVisualStudioProjectSystemManagedVersion>
8387
<MicrosoftVisualStudioShell140PackageVersion>14.3.25407</MicrosoftVisualStudioShell140PackageVersion>
8488
<MicrosoftVisualStudioShell150PackageVersion>15.0.26201</MicrosoftVisualStudioShell150PackageVersion>

‎fcs/FSharp.Compiler.Service.MSBuild.v12/FSharp.Compiler.Service.MSBuild.v12.fsproj‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<ReferenceInclude="System.Runtime" />
3131
<ReferenceInclude="System.IO" />
3232
<PackageReferenceInclude="FSharp.Core"Version="4.5.2" />
33+
<PackageReferenceInclude="FSharp.Core"Version="4.1.19" />
34+
<PackageReferenceInclude="FSharp.Core"Version="4.1.18" />
3335
<ProjectReferenceInclude="..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
3436
<ReferenceInclude="Microsoft.Build.Framework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
3537
<HintPath>$(FSharpSourcesRoot)\..\fcs\dependencies\MSBuild.v12.0\Microsoft.Build.Framework.dll</HintPath>

‎fcs/FSharp.Compiler.Service.ProjectCracker/FSharp.Compiler.Service.ProjectCracker.fsproj‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
<ReferenceInclude="System.Runtime" />
3333
<ReferenceInclude="System.IO" />
3434
<PackageReferenceInclude="FSharp.Core"Version="4.5.2" />
35+
<PackageReferenceInclude="FSharp.Core"Version="4.1.19" />
36+
<PackageReferenceInclude="FSharp.Core"Version="4.1.18" />
3537
<ProjectReferenceInclude="..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
3638
</ItemGroup>
3739
</Project>

‎fcs/FSharp.Compiler.Service.Tests/FSharp.Compiler.Service.Tests.fsproj‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PropertyGroup>
88
<TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
99
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
10+
<DefaultFSharpPackageVersion>4.1.19</DefaultFSharpPackageVersion>
1011
<NoWarn>$(NoWarn);44;75;</NoWarn>
1112
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1213
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp