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

Commite7b51cf

Browse files
authored
Revert valuetuple for Product Build (dotnet#5190)
* Revert product to use System.ValueTuple 4.3.0* Revert "Update templates to FSharp.Core 4.5.0"This reverts commit4c9d706.* Revert "Update default fsharp.core to 4.5.0 and valuetuple to 4.4.0 for dotnet sdk apps (dotnet#5152)"This reverts commit13896d0.* Revert "Revert "Update default fsharp.core to 4.5.0 and valuetuple to 4.4.0 for dotnet sdk apps (dotnet#5152)""This reverts commitd1fcc8a.* Revert "Revert "Update templates to FSharp.Core 4.5.0""This reverts commit42bdccf.* disable implicit references to valuetuple
1 parentc1e4e4b commite7b51cf

File tree

19 files changed

+19
-11
lines changed

19 files changed

+19
-11
lines changed

‎packages.config‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<!-- Actual dependencies of FSharp.Compiler.dll and FSharp.Core.dll-->
1818
<packageid="System.Collections.Immutable"version="1.5.0" />
1919
<packageid="System.Reflection.Metadata"version="1.6.0" />
20+
<packageid="System.ValueTuple"version="4.3.0" />
2021
<packageid="System.ValueTuple"version="4.4.0" />
2122
<packageid="FSharp.Core"version="4.5.0"/>
2223
<packageid="Microsoft.VisualFSharp.Msbuild.15.0"version="1.0.1" />

‎src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@
681681
<HintPath>..\..\..\packages\System.Collections.Immutable.$(SystemCollectionsImmutableVersion)\lib\netstandard1.0\System.Collections.Immutable.dll</HintPath>
682682
</Reference>
683683
<ReferenceInclude="System.ValueTuple">
684-
<HintPath>..\..\..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
684+
<HintPath>..\..\..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
685685
<Private>true</Private>
686686
</Reference>
687687
</ItemGroup>

‎src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.netcore.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependencyid="System.Threading.Tasks.Parallel"version="4.0.1" />
3232
<dependencyid="System.Threading.Thread"version="4.0.0" />
3333
<dependencyid="System.Threading.ThreadPool"version="4.0.10" />
34-
<dependencyid="System.ValueTuple"version="4.4.0" />
34+
<dependencyid="System.ValueTuple"version="4.3.0" />
3535
</group>
3636
</dependencies>
3737
</metadata>

‎src/fsharp/FSharp.Compiler.Private/project.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"System.Threading.Tasks.Parallel":"4.3.0",
1818
"System.Threading.Thread":"4.3.0",
1919
"System.Threading.ThreadPool":"4.3.0",
20-
"System.ValueTuple":"4.4.0"
20+
"System.ValueTuple":"4.3.0"
2121
},
2222
"runtimes": {
2323
"win7-x86": { },

‎src/fsharp/FSharp.Compiler.nuget/Microsoft.FSharp.Compiler.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependencyid="System.Threading.Tasks.Parallel"version="4.0.1" />
3434
<dependencyid="System.Threading.Thread"version="4.0.0" />
3535
<dependencyid="System.Threading.ThreadPool"version="4.0.10" />
36-
<dependencyid="System.ValueTuple"version="4.4.0" />
36+
<dependencyid="System.ValueTuple"version="4.3.0" />
3737
</group>
3838
</dependencies>
3939
<contentFiles>

‎src/fsharp/FSharp.Compiler.nuget/Testing.FSharp.Compiler.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependencyid="System.Threading.Tasks.Parallel"version="4.0.1" />
3232
<dependencyid="System.Threading.Thread"version="4.0.0" />
3333
<dependencyid="System.Threading.ThreadPool"version="4.0.10" />
34-
<dependencyid="System.ValueTuple"version="4.4.0" />
34+
<dependencyid="System.ValueTuple"version="4.3.0" />
3535
</group>
3636
</dependencies>
3737
</metadata>

‎src/fsharp/Fsc-proto/Fsc-proto.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
<HintPath>$(FSharpSourcesRoot)\..\packages\System.Collections.Immutable.$(SystemCollectionsImmutableVersion)\lib\netstandard1.0\System.Collections.Immutable.dll</HintPath>
468468
</Reference>
469469
<ReferenceInclude="System.ValueTuple">
470-
<HintPath>$(FSharpSourcesRoot)\..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
470+
<HintPath>$(FSharpSourcesRoot)\..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
471471
</Reference>
472472
<ProjectReferenceInclude="$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj">
473473
<Project>{DED3BBD7-53F4-428A-8C9F-27968E768605}</Project>

‎tests/FSharp.Compiler.UnitTests/FSharp.Compiler.Unittests.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<ReferenceInclude="System.Numerics"Condition="'$(TargetDotnetProfile)' == 'net40'" />
4545
<ReferenceInclude="System.Core" />
4646
<ReferenceInclude="System.ValueTuple">
47-
<HintPath>..\..\..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
47+
<HintPath>..\..\..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
4848
</Reference>
4949
</ItemGroup>
5050
<ItemGroup>

‎tests/FSharp.Core.UnitTests/FSharp.Core.Unittests.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<HintPathCondition="'$(TargetDotnetProfile)' == 'net40'">$(FsCheckLibDir)\net452\FsCheck.dll</HintPath>
5353
</Reference>
5454
<ReferenceInclude="System.ValueTuple">
55-
<HintPath>..\..\packages\System.ValueTuple.4.4.0\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll</HintPath>
55+
<HintPath>..\..\packages\System.ValueTuple.4.3.0\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll</HintPath>
5656
<Private>True</Private>
5757
</Reference>
5858
</ItemGroup>

‎tests/FSharp.Core.UnitTests/FSharp.Core/SampleTuples/TupleSample.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626
<ItemGroup>
2727
<ReferenceInclude="System.ValueTuple">
28-
<HintPath>..\..\..\..\..\packages\System.ValueTuple.4.4.0\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll</HintPath>
28+
<HintPath>..\..\..\..\..\packages\System.ValueTuple.4.3.0\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll</HintPath>
2929
</Reference>
3030
</ItemGroup>
3131
<ItemGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp